-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.2.10, 2.3-DR2, 2.3, 2.3.1, 2.3.2, 2.3.3, 2.4, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.4.5, 2.5, 2.5.1, 2.5.2, 2.5.3
-
Component/s: None
Shortcut links are URL encoded since 2.2.10. This means that white spaces ' ' are replaced with '+' as per the URLEncoder javadoc (http://java.sun.com/j2se/1.4.2/docs/api/java/net/URLEncoder.html).
This is not good for URL of type file://.
file://This is a test/myfile.txt is NOT equivalent to file://This+is+a+test/myfile.txt.
- relates to
-
CONFSERVER-7732 Shortcuts to with certain chars in them do not resolve correctly
-
- Closed
-