Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Output request URI for unexpected exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Dec 4, 2012
1 parent 53434b9 commit 7cea2e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zanata-war/src/main/webapp/WEB-INF/pages.xml
Expand Up @@ -771,6 +771,7 @@
<action execute="#{breadcrumbs.clear}"/>
<action execute="#{breadcrumbs.addLocation('/language/list', messages['jsf.Languages'])}"/>
<action execute="#{breadcrumbs.addLocation('', languageTeamAction.language)}"/>

</page>

<page view-id="/language/contact_coordinator.xhtml">
Expand Down Expand Up @@ -904,7 +905,9 @@

<exception>
<redirect view-id="/error.xhtml">
<message severity="error">#{messages['jsf.UnexpectedErrorPleaseTryAgain']}</message>
<message severity="error">#{messages['jsf.UnexpectedErrorPleaseTryAgain']}
[ Request: #{servletContexts.request.requestURI}?#{servletContexts.request.queryString} ]
</message>
</redirect>
</exception>

Expand Down

0 comments on commit 7cea2e7

Please sign in to comment.