git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@500622
13f79535-47bb-0310-9956-
ffa450edef68
// creating unnecessary directories and files.
if (null == context.getResource(jspUri)) {
response.sendError(HttpServletResponse.SC_NOT_FOUND,
- jspUri);
+ request.getRequestURI());
return;
}
boolean isErrorPage = exception != null;
<fix>
Fix regression for implicit taglib and page data version numbers. (remm)
</fix>
+ <fix>
+ <bug>41327</bug>: Show full URI for a 404. Patch provided by Vijay.
+ (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Webapps">