mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-07-18 20:26:37 +00:00
Jetty forms the temp directory name from, among other things, the bound address. The patch in 0.7.2 to bind to IPV6 addresses led to ':' in the directory name, which is not allowed on windows. Change these to '_'.