Revision history [back]

click to hide/show revision 1
initial version

asked 2021-12-13 16:44:45 +0800

sektiandarbeni gravatar image sektiandarbeni

Exception Handler

I have an application that is in the process of penetration test. the test is using Burb Suite to test. My tester tell me that i must put an error handler of unexpected error like "Unknown exception: org.zkoss.json.parser.ParseException." etc.

i was read error handler on zk that put this code on zk.xml and it did not works.

<error-page>
    <exception-type>java.lang.Throwable</exception-type>
    <location>/error.zul</location>
</error-page>

Exception Handler

I have an application that is in the process of penetration test. the test is using Burb Suite to test. My tester tell me that i must put an error handler of unexpected error like "Unknown exception: org.zkoss.json.parser.ParseException." etc.

i was read error handler on zk document that put this code on zk.xml and it did not works.

<error-page>
    <exception-type>java.lang.Throwable</exception-type>
    <location>/error.zul</location>
</error-page>
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More