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:
Michael Gorovoy 2011-04-24 17:29:40 +00:00
parent 057eb0a102
commit 856e4d7491
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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)