Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0006308 [Resin] major always 12-19-19 17:47 01-07-20 16:12
Reporter libor View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 4.0.52
Summary 0006308: Files with semicolon are not deliverable, and possibly wrong file is delivered
Description Seems like all versions from 4.0.52 and up are affected.

To reproduce unpack the resin-4.0.xx.zip and under webapps/ROOT create 3 test files with something in them to tell them apart - for example:
foo - contains a
foo;1 - contains b
bar;1 - contains c

Start resin

Visit http://127.0.0.1:8080/foo [^]
Result a - expected

Visit http://127.0.0.1:8080/foo;1 [^]
Result a - un-expected, should be b - wrong file delivered

Visit http://127.0.0.1:8080/bar;1 [^]
404 error - unexpected, should be c

Try URL encode ; as %3B
Visit http://127.0.0.1:8080/foo%3B1 [^]
Result a - un-expected, should be b - wrong file delivered

There do not seem to be a way to deliver file with semicolon in its path!
Additional Information
Attached Files

- Relationships

- Notes
(0006933)
ferg
01-07-20 16:12

server/001y
 

- Issue History
Date Modified Username Field Change
12-19-19 17:47 libor New Issue
01-07-20 16:12 ferg Note Added: 0006933
01-07-20 16:12 ferg Assigned To  => ferg
01-07-20 16:12 ferg Status new => closed
01-07-20 16:12 ferg Resolution open => fixed
01-07-20 16:12 ferg Fixed in Version  => 4.0.65


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker