|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 6308 | major | always | 12-19-19 17:47 | 01-07-20 16:12 | |
|
|
|||||
| Reporter: | libor | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.52 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.65 | ||
|
|
|||||
| 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! |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||