[jetty-dev] [jira] (JETTY-1506) error-page ignored
"Greg Wilkins (JIRA)" <[email protected]>
| Newsgroups | gmane.comp.java.jetty.general |
|---|---|
| Message-ID | <131508078.62901.1333665482956.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> |
[ https://jira.codehaus.org/browse/JETTY-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Greg Wilkins reassigned JETTY-1506:
-----------------------------------
Assignee: Jan Bartel
Nils,
It would be best if you could put together a sample webapp that demonstrates the problem you are seeing. Trying to describe your setup in text has not been successful as both Jan and I have tried to reproduce but have not.
So rather than us spending our time for free trying to guess what your exact setup is, you could spend a few minutes and put together a test webapp and then we'll be able to quickly act on that.
Note that we have releases scheduled for early next week, so if there is a problem that you can demonstrate to us, then getting us a repro sooner would make a fix in that release a possibility
> error-page ignored
> ------------------
>
> Key: JETTY-1506
> URL: https://jira.codehaus.org/browse/JETTY-1506
> Project: Jetty
> Issue Type: Bug
> Components: Hightide, Servlet
> Affects Versions: 8.1.2
> Environment: Linux
> Reporter: Nils
> Assignee: Jan Bartel
>
> I have webdefault.xml defined to include an error-page, like this:
> <error-page>
> <location>/error</location>
> </error-page>
> I have also tried this:
> <error-page>
> <error-code>500</error-code>
> <location>/error</location>
> </error-page>
> and this:
> <error-page>
> <exception-type>java.lang.Throwable</exception-type>
> <location>/error</location>
> </error-page>
> In all three cases, the exception stack trace is displayed in all its beauty, but not exactly what I'm looking for.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email