Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
This commit is contained in:
commit
afa0d08f25
|
@ -352,7 +352,7 @@ public class Server extends HandlerWrapper implements Attributes
|
|||
{
|
||||
LOG.debug("REQUEST "+target+" on "+connection);
|
||||
handle(target, request, request, response);
|
||||
LOG.debug("RESPONSE "+target+" "+connection.getResponse().getStatus());
|
||||
LOG.debug("RESPONSE "+target+" "+connection.getResponse().getStatus()+" handled="+request.isHandled());
|
||||
}
|
||||
else
|
||||
handle(target, request, request, response);
|
||||
|
|
Loading…
Reference in New Issue