Notes |
|
(0005562)
|
richardmoco
|
10-13-11 12:01
|
|
as to the last line, "however the resin server _still_ records the 500.", it still records the 500 error in the access log |
|
|
(0005563)
|
richardmoco
|
10-13-11 12:19
|
|
This issue does not occur in the version we currently use (4.0.6) and is stopping us from upgrading to this otherwise great looking version ... |
|
|
(0005564)
|
ferg
|
10-19-11 11:36
|
|
I'm checking against the JSP/Servlet TCK. The 500 as default error-page behavior might be mandated by the spec.
The access log would be a Resin bug in either case. |
|
|
(0005565)
|
ferg
|
10-19-11 12:48
|
|
server/02ei.
You will still need to call the response.setStatus(200) in the error page if you want to change the status from the error's default. It will now be logged correctly.
|
|