[Bug 57741] Add support for error-pages to CGIServlet

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741 --- Comment #6 from jdh5...@gmail.com --- (In reply to Mark Thomas from comment #5) > As of 8.0.25, the CGI servlet will use the standard error page mechanism > unless the debug attribute is 10 or less. Thanks Mark! Appreciate the help. -- Yo

[Bug 57741] Add support for error-pages to CGIServlet

2015-07-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57741] Add support for error-pages to CGIServlet

2015-07-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741 --- Comment #4 from Mark Thomas --- I've had a look at this request. I'm currently leaning towards using the debug level to determine whether to use setStatus() or sendError() rather than a new configuration setting. I'll document that setting

[Bug 57741] Add support for error-pages to CGIServlet

2015-07-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741 --- Comment #3 from Phil Dicke --- I'm seeing the same issue and it would be good to get this merged instead of having to build and deploy custom Tomcats -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 57741] Add support for error-pages to CGIServlet

2015-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741 --- Comment #2 from Mark Thomas --- See http://markmail.org/message/l7d242gtzamednke In short, this is waiting for a committer to take the time to think this request through and make sure that it makes sense. -- You are receiving this mail b

[Bug 57741] Add support for error-pages to CGIServlet

2015-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57741 jdh5...@gmail.com changed: What|Removed |Added OS||All --- Comment #1 from jdh5...@gma