404 error page customize - with specified url-pattern (not /*)
--------------------------------------------------------------
Key: WICKET-1887
URL: https://issues.apache.org/jira/browse/WICKET-1887
Project: Wicket
Issue Type: Bug
Components: wicket
Affects Versions: 1.3.4
Environment: jetty 6.1.x
Tomcat 6
Gentoo linux
Reporter: Stanislav Dvorscak
Attachments: wicket-bug.tar.gz
The problem is with incorrect url, when I created own 404 page.
I attached the source, where can you see the problem. If you start the
application, and than you go to http://localhost:8080/app/404 - you can see
error test page, with own CSS file (NotFoundPage). It is function, but the
problem is, if you try to access any missing page. Than you can see the error
page (NotFoundPage), but the problem is, that the css style added by css header
contributer generates incorrect url. I try to understand the problem, but I can
see strange behavior. (It always returns the url, referenced to root, but not
to specified url-pattern of web.xml).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.