mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-26 17:27:26 +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 '_'.