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:
parent
fb8db6a45d
commit
ef6899c2c7
|
@ -1,14 +1,15 @@
|
||||||
|
|
||||||
jetty-7.3.0-SNAPSHOT
|
jetty-7.3.0-SNAPSHOT
|
||||||
|
+ 320457 add SPNEGO support
|
||||||
+ 324505 Implement API login
|
+ 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
|
+ 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
|
+ 332703 Cleanup context scope JNDI at stop
|
||||||
+ 332796 Annotations inheritance does not work with jetty7
|
+ 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
|
+ 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
|
+ 333481 Handle UTF-32 codepoints
|
||||||
+ 333608 tlds defined in web.xml are not picked up
|
+ 333608 tlds defined in web.xml are not picked up
|
||||||
+ 333679 Refactored jetty-jmx. Moved mbeans to modules.
|
+ 333679 Refactored jetty-jmx. Moved mbeans to modules.
|
||||||
|
|
|
@ -442,7 +442,7 @@ public class DefaultServlet extends HttpServlet implements ResourceFactory
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Log.isDebugEnabled())
|
if (Log.isDebugEnabled())
|
||||||
Log.debug("resource="+resource+(content!=null?" content":""));
|
Log.debug("uri="+request.getRequestURI()+" resource="+resource+(content!=null?" content":""));
|
||||||
|
|
||||||
// Handle resource
|
// Handle resource
|
||||||
if (resource==null || !resource.exists())
|
if (resource==null || !resource.exists())
|
||||||
|
|
Loading…
Reference in New Issue