[ 
https://issues.apache.org/jira/browse/WICKET-6240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15507636#comment-15507636
 ] 

ASF subversion and git services commented on WICKET-6240:
---------------------------------------------------------

Commit c819c6c4cda01f805e078e2d32482cd234cb53a5 in wicket's branch 
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=c819c6c ]

WICKET-6240 Hook method to display more information on ExceptionErrorPage


> Hook method to display more information on ExceptionErrorPage
> -------------------------------------------------------------
>
>                 Key: WICKET-6240
>                 URL: https://issues.apache.org/jira/browse/WICKET-6240
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Joachim Rohde
>            Priority: Minor
>         Attachments: CustomizedErrorPage.patch
>
>
> Currently one of our customer is testing our application and every time an 
> exception occurs he just copies the complete content of the 
> ExceptionErrorPage into a ticket and forgets most of the times to include 
> further information that we requested, e.g. a timestamp. 
> At the moment I'm using a custom ExceptionMapper to render a custom error 
> page which enriches the existing ExceptionErrorPage with a few data from the 
> session and a timestamp.
> It would be nice if this could be done more easily.
> Attached you will find a trivial patch which does exactly that: add a 
> timestamp and provide a hook-method in the Application class which can be 
> overwritten to provide more information which should be displayed on the 
> error page.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to