Bugs item #1198740, was opened at 2005-05-10 03:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1198740&group_id=119783
Category: core Group: 1.0.0-rc2 Status: Open Resolution: None Priority: 5 Submitted By: nada (nomdeplume) Assigned to: Nobody/Anonymous (nobody) Summary: nonexistant links kill wicket Initial Comment: If you include an image link either directly or inside a css stylesheet that doesn't actually exist then you get these sorts of errors cropping up periodically: wicket.WicketRuntimeException: Unable to parse request [method = GET, protocol = HTTP/1.1, requestURL = http://localhost:8080/include/nav_left.png, contentType = null, contentLength = -1, contextPath = /, pathInfo = /include/nav_left.png, requestURI = /include/nav_left.png, servletPath = , pathTranslated = C:\projects\wicket\include\nav_left.png] at wicket.protocol.http.WebRequestCycle.parseRequest(WebRequestCycle.java:129) at wicket.RequestCycle.request(RequestCycle.java:361) at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:165) at javax.servlet.http.HttpServlet.service(HttpServlet.java:748) at javax.servlet.http.HttpServlet.service(HttpServlet.java:861) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) ...etc etc. Either fixing or removing these links get rid of the the problem, However Wicket shouldn't fall over due to nonexistent resources. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1198740&group_id=119783 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
