Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1325 | major | always | 09-01-06 06:38 | 06-21-07 17:19 | |
|
|||||
Reporter: | slonopotamus | Platform: | any | ||
Assigned To: | ferg | OS: | any | ||
Priority: | normal | OS Version: | any | ||
Status: | closed | Product Version: | 3.0.21 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|||||
Summary: | 0001325: Wrong error-page handling | ||||
Description: |
Java Servlet Specification v. 2.4: SRV.9.9.3 Error Filters The error page mechanism operates on the original unwrapped/unfiltered request and response objects created by the container. JBoss and Sun Java Application Server do this. But Resin (and, actually, Jetty too) does error handling in filtered request. |
||||
Steps To Reproduce: |
Deploy http://slonopotamus.org/error-page-bug.war [^] and open any nonexistent page. On System.err you'll get: before chain before chain in error page after chain after chain Expected output: before chain after chain before chain in error page after chain |
||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|