Mantis - Resin
Viewing Issue Advanced Details
6308 major always 12-19-19 17:47 01-07-20 16:12
libor  
ferg  
normal  
closed 4.0.52  
fixed  
none    
none 4.0.65  
0006308: Files with semicolon are not deliverable, and possibly wrong file is delivered
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!

Notes
(0006933)
ferg   
01-07-20 16:12   
server/001y