332517 Improved DefaultServlet debug

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2637 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Greg Wilkins 2011-01-10 13:20:30 +00:00
parent fb8db6a45d
commit ef6899c2c7
2 changed files with 7 additions and 6 deletions

View File

@ -1,14 +1,15 @@
jetty-7.3.0-SNAPSHOT
+ 320457 add SPNEGO support
+ 324505 Implement API login
+ 333247 fix api compat issue in ConstraintSecurityHandler
+ 332799 100% CPU on redeploy session invalidation
+ 332432 Scanner.java now always scanning the canonical form of File
+ 332179 Fixed formatting of negative dates
+ 332432 Scanner.java now always scanning the canonical form of File
+ 332517 Improved DefaultServlet debug
+ 332703 Cleanup context scope JNDI at stop
+ 332796 Annotations inheritance does not work with jetty7
+ 332799 100% CPU on redeploy session invalidation
+ 332937 Added Destroyable interface and reworked dependent lifecycles, specially of JNDI
+ 320457 add SPNEGO support
+ 333247 fix api compat issue in ConstraintSecurityHandler
+ 333481 Handle UTF-32 codepoints
+ 333608 tlds defined in web.xml are not picked up
+ 333679 Refactored jetty-jmx. Moved mbeans to modules.

View File

@ -442,8 +442,8 @@ public class DefaultServlet extends HttpServlet implements ResourceFactory
}
if (Log.isDebugEnabled())
Log.debug("resource="+resource+(content!=null?" content":""));
Log.debug("uri="+request.getRequestURI()+" resource="+resource+(content!=null?" content":""));
// Handle resource
if (resource==null || !resource.exists())
{