https://bz.apache.org/bugzilla/show_bug.cgi?id=38082
--- Comment #8 from Eugène Adell <[email protected]> --- (In reply to J.M. (Martijn) Kruithof from comment #5) > This may fix passwords with @ but break filenames with @ We could check which part of the String looks like an IP address or a hostname surrounded by @ and : but still we could not be 100% sure not to make mistakes. For passwords we have an alternative (the password attribute), but we haven't any for the path. I believe (but didnd't check with tests) there is no need to introduce the patch breaking filenames containing '@' because in this case there is no alternative. The parsing is then as simple as it was : the first '@' has to be followed by the hostname, and whatever is found after the first ':' must be the path. -- You are receiving this mail because: You are the assignee for the bug.
