Anonymous | Login | Signup for a new account | 12-17-2024 08:32 PST |
Main | My View | View Issues | Change Log | Docs |
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 | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |