ZK Error Page configuration can specify a redirect config to redirect to a JSP or HTML page.

XMLWordPrintable

    • Type: New Feature
    • Resolution: Unresolved
    • Priority: Normal
    • 6.5.0
    • Affects Version/s: 6.5.0
    • Component/s: Configuration
    • None
    • None

      For example,

      <error-page>
      	<exception-type>java.lang.Throwable</exception-type>
      	<location>/WEB-INF/sys/error.jsp</location>
      	<redirect>true</redirect>
      </error-page>
      

            Assignee:
            Unassigned
            Reporter:
            jumperchen
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: