Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.4
-
Fix Version/s: 6.1.7
-
Component/s: None
-
Labels:None
-
Environment:Linux
-
Number of attachments :
Description
The following request works fine:
wget http://localhost:8080/test/favicon.ico
While the following request fails (note the double slashes in the url):
wget http://localhost:8080/test//favicon.ico
On Tomcat both requests are handled ok.