mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-25 17:18:30 +00:00
343707 'REQUEST' is printed on console for each incoming HTTP request
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3029 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
057eb0a102
commit
856e4d7491
@ -3,6 +3,7 @@ jetty-7.4.1-SNAPSHOT
|
||||
+ 343277 add support for a context white list
|
||||
+ 343352 make sure that jetty.osgi.boot is activated when a WAB is registered
|
||||
+ 343567 HttpClient does not limit the destination's exchange queue
|
||||
+ 343707 'REQUEST' is printed on console for each incoming HTTP request
|
||||
|
||||
jetty-7.4.0.v20110414
|
||||
+ 342504 Scanner Listener
|
||||
|
@ -811,7 +811,6 @@ public class ContextHandler extends ScopedHandler implements Attributes, Server.
|
||||
if (old_context!=_scontext)
|
||||
{
|
||||
// check the target.
|
||||
System.err.println(dispatch);
|
||||
if (DispatcherType.REQUEST.equals(dispatch) || DispatcherType.ASYNC.equals(dispatch))
|
||||
{
|
||||
if (_compactPath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user