Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to make it work on latest JDK9 builds #483

Merged
merged 1 commit into from Feb 9, 2017

Conversation

ctomc
Copy link
Contributor

@ctomc ctomc commented Feb 7, 2017

No description provided.

@undertow-pull-request
Copy link

Windows Build 1943 outcome was FAILURE using a merge of e122855
Summary: Tests failed: 3 (2 new), passed: 2742, ignored: 556 Build time: 00:33:51

Failed tests

io.undertow.server.handlers.ReceiverTestCase.testAsyncReceiveWholeBytesFailed{proxy}{http2-clear}: java.lang.AssertionError
	at io.undertow.server.handlers.ReceiverTestCase.testAsyncReceiveWholeBytesFailed(ReceiverTestCase.java:194)
------- Stderr: -------
23:37:26,468 DEBUG (XNIO-1 I/O-7) [io.undertow.server.handlers.proxy] <ProxyHandler.java:529> Sending request ClientRequest{path='/fullbytes', method=POST, protocol=HTTP/1.1} to target localhost/127.0.0.1:8888 for exchange HttpServerExchange{ POST /fullbytes request {Content-Length=[130000100], Host=[localhost]} response {}}
23:37:26,471 DEBUG (XNIO-1 I/O-7) [io.undertow.server.handlers.proxy] <ProxyHandler.java:536> Sent request ClientRequest{path='/fullbytes', method=POST, protocol=HTTP/1.1} to target 127.0.0.1 for exchange HttpServerExchange{ POST /fullbytes request {Content-Length=[130000100], Host=[localhost]} response {}}
23:37:26,528 DEBUG (XNIO-1 I/O-7) [io.undertow.request.io] <Http2Channel.java:747> Sending goaway on channel Http2Channel peer localhost/127.0.0.1:8888 local /127.0.0.1:49270[ No Receiver [] -- [] -- []]: java.nio.channels.ClosedChannelException
	at io.undertow.protocols.http2.Http2Channel.sendGoAway(Http2Channel.java:747)
	at io.undertow.protocols.http2.Http2Channel.sendGoAway(Http2Channel.java:738)
	at io.undertow.client.http2.Http2ClientConnection.close(Http2ClientConnection.java:308)
	at org.xnio.IoUtils.safeClose(IoUtils.java:134)
	at io.undertow.server.handlers.proxy.ProxyHandler$IoExceptionHandler.handleException(ProxyHandler.java:760)
	at org.xnio.ChannelListeners.invokeChannelExceptionHandler(ChannelListeners.java:126)
	at io.undertow.util.Transfer$TransferListener.handleEvent(Transfer.java:218)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
	at io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel$1.run(AbstractFramedStreamSinkChannel.java:212)
	at io.undertow.server.protocol.framed.AbstractFramedChannel$3.run(AbstractFramedChannel.java:232)
	at org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:580)
	at org.xnio.nio.WorkerThread.run(WorkerThread.java:464)

23:37:26,544 DEBUG (XNIO-1 I/O-7) [io.undertow.request.io] <AbstractFramedChannel.java:792> Channel Http2Channel peer localhost/127.0.0.1:8888 local /127.0.0.1:49270[ No Receiver [] -- [] -- []] is being closed: java.nio.channels.ClosedChannelException
	at io.undertow.server.protocol.framed.AbstractFramedChannel.close(AbstractFramedChannel.java:792)
	at org.xnio.IoUtils.safeClose(IoUtils.java:134)
	at io.undertow.protocols.http2.Http2Channel.sendGoAway(Http2Channel.java:761)
	at io.undertow.protocols.http2.Http2Channel.sendGoAway(Http2Channel.java:738)
	at io.undertow.client.http2.Http2ClientConnection.close(Http2ClientConnection.java:308)
	at org.xnio.IoUtils.safeClose(IoUtils.java:134)
	at io.undertow.server.handlers.proxy.ProxyHandler$IoExceptionHandler.handleException(ProxyHandler.java:760)
	at org.xnio.ChannelListeners.invokeChannelExceptionHandler(ChannelListeners.java:126)
	at io.undertow.util.Transfer$TransferListener.handleEvent(Transfer.java:218)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
	at io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel$1.run(AbstractFramedStreamSinkChannel.java:212)
	at io.undertow.server.protocol.framed.AbstractFramedChannel$3.run(AbstractFramedChannel.java:232)
	at org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:580)
	at org.xnio.nio.WorkerThread.run(WorkerThread.java:464)

23:37:26,559 ERROR (XNIO-1 I/O-7) [io.undertow.proxy] <ProxyHandler.java:632> UT005028: Proxy request to /fullbytes failed: java.nio.channels.ClosedChannelException
	at io.undertow.client.http2.Http2ClientConnection.close(Http2ClientConnection.java:311)
	at org.xnio.IoUtils.safeClose(IoUtils.java:134)
	at io.undertow.server.handlers.proxy.ProxyHandler$IoExceptionHandler.handleException(ProxyHandler.java:760)
	at org.xnio.ChannelListeners.invokeChannelExceptionHandler(ChannelListeners.java:126)
	at io.undertow.util.Transfer$TransferListener.handleEvent(Transfer.java:218)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
	at io.undertow.server.protocol.framed.AbstractFramedStreamSinkChannel$1.run(AbstractFramedStreamSinkChannel.java:212)
	at io.undertow.server.protocol.framed.AbstractFramedChannel$3.run(AbstractFramedChannel.java:232)
	at org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:580)
	at org.xnio.nio.WorkerThread.run(WorkerThread.java:464)

23:37:26,570 DEBUG (XNIO-1 I/O-7) [io.undertow.request.error-response] <DelegatingBasicLogger.java:424> Setting error code 503 for exchange HttpServerExchange{ POST /fullbytes request {Content-Length=[130000100], Host=[localhost]} response {}}: java.lang.RuntimeException
	at io.undertow.server.HttpServerExchange.setStatusCode(HttpServerExchange.java:1378)
	at io.undertow.server.handlers.proxy.ProxyHandler.handleFailure(ProxyHandler.java:638)
	at io.undertow.server.handlers.proxy.ProxyHandler$ResponseCallback.failed(ProxyHandler.java:697)


io.undertow.servlet.test.streams.ServletOutputStreamTestCase.testAsyncServletOutputStream{proxy}{http2}: java.lang.AssertionError: Must end with END
	at io.undertow.servlet.test.streams.ServletOutputStreamTestCase.runTest(ServletOutputStreamTestCase.java:220)
	at io.undertow.servlet.test.streams.ServletOutputStreamTestCase.testAsyncServletOutputStream(ServletOutputStreamTestCase.java:159)
------- Stderr: -------
23:47:00,346 DEBUG (XNIO-1 task-23) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:00,348 DEBUG (XNIO-1 task-23) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,351 DEBUG (XNIO-1 task-23) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,402 DEBUG (XNIO-1 task-27) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:00,404 DEBUG (XNIO-1 task-27) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,407 DEBUG (XNIO-1 task-27) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,590 DEBUG (XNIO-1 task-29) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:00,593 DEBUG (XNIO-1 task-29) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,596 DEBUG (XNIO-1 task-29) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,659 DEBUG (XNIO-1 task-1) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:00,663 DEBUG (XNIO-1 task-1) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,666 DEBUG (XNIO-1 task-1) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,818 DEBUG (XNIO-1 task-3) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:00,824 DEBUG (XNIO-1 task-3) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,831 DEBUG (XNIO-1 task-3) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,895 DEBUG (XNIO-1 task-5) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:00,901 DEBUG (XNIO-1 task-5) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:00,907 DEBUG (XNIO-1 task-5) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:01,289 DEBUG (XNIO-1 task-7) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:01,291 DEBUG (XNIO-1 task-7) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:01,293 DEBUG (XNIO-1 task-7) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:01,355 DEBUG (XNIO-1 task-9) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:01,357 DEBUG (XNIO-1 task-9) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:01,361 DEBUG (XNIO-1 task-9) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:01,517 DEBUG (XNIO-1 task-11) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:01,520 DEBUG (XNIO-1 task-11) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:01,523 DEBUG (XNIO-1 task-11) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:01,568 DEBUG (XNIO-1 task-13) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:01,572 DEBUG (XNIO-1 task-13) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:01,583 DEBUG (XNIO-1 task-13) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:02,037 DEBUG (XNIO-1 task-15) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:02,040 DEBUG (XNIO-1 task-15) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:02,042 DEBUG (XNIO-1 task-15) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:02,110 DEBUG (XNIO-1 task-17) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:02,112 DEBUG (XNIO-1 task-17) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:02,115 DEBUG (XNIO-1 task-17) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:02,411 DEBUG (XNIO-1 task-19) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:02,418 DEBUG (XNIO-1 task-19) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:02,424 DEBUG (XNIO-1 task-19) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:02,512 DEBUG (XNIO-1 task-21) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:02,517 DEBUG (XNIO-1 task-21) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:02,524 DEBUG (XNIO-1 task-21) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:03,049 DEBUG (XNIO-1 task-23) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:03,051 DEBUG (XNIO-1 task-23) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:03,054 DEBUG (XNIO-1 task-23) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
23:47:03,197 DEBUG (XNIO-1 task-25) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
23:47:03,202 DEBUG (XNIO-1 task-25) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1940dc3 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}


io.undertow.server.handlers.ReceiverTestCase.testAsyncReceivePartialBytes: java.lang.RuntimeException: test failed with i equal to 6
	at io.undertow.server.handlers.ReceiverTestCase.doTest(ReceiverTestCase.java:233)
	at io.undertow.server.handlers.ReceiverTestCase.testAsyncReceivePartialBytes(ReceiverTestCase.java:200)
Caused by: java.net.SocketTimeoutException: Read timed out
	at io.undertow.server.handlers.ReceiverTestCase.runTest(ReceiverTestCase.java:246)
	at io.undertow.server.handlers.ReceiverTestCase.doTest(ReceiverTestCase.java:231)
	at io.undertow.server.handlers.ReceiverTestCase.testAsyncReceivePartialBytes(ReceiverTestCase.java:200)


@undertow-pull-request
Copy link

Linux Build 2205 outcome was FAILURE using a merge of e122855
Summary: Execution timeout (new); tests passed: 2748, ignored: 478 Build time: 01:00:03

@undertow-pull-request
Copy link

Linux Build 2206 outcome was FAILURE using a merge of e122855
Summary: Tests failed: 1 (1 new), passed: 2822, ignored: 478 Build time: 00:17:00

Failed tests

io.undertow.servlet.test.streams.ServletOutputStreamTestCase.testAsyncServletOutputStream{proxy}{http2-clear-upgrade}: java.lang.AssertionError: Must end with END
	at io.undertow.servlet.test.streams.ServletOutputStreamTestCase.runTest(ServletOutputStreamTestCase.java:220)
	at io.undertow.servlet.test.streams.ServletOutputStreamTestCase.testAsyncServletOutputStream(ServletOutputStreamTestCase.java:159)
------- Stderr: -------
08:03:48,323 DEBUG (XNIO-1 task-8) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,325 DEBUG (XNIO-1 task-8) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,326 DEBUG (XNIO-1 task-8) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,347 DEBUG (XNIO-1 task-10) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,348 DEBUG (XNIO-1 task-10) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,349 DEBUG (XNIO-1 task-10) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,424 DEBUG (XNIO-1 task-12) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,425 DEBUG (XNIO-1 task-12) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,426 DEBUG (XNIO-1 task-12) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,443 DEBUG (XNIO-1 task-14) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,444 DEBUG (XNIO-1 task-14) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,445 DEBUG (XNIO-1 task-14) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,487 DEBUG (XNIO-1 task-16) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,488 DEBUG (XNIO-1 task-16) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,489 DEBUG (XNIO-1 task-16) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,498 DEBUG (XNIO-1 task-18) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,499 DEBUG (XNIO-1 task-18) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,500 DEBUG (XNIO-1 task-18) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,563 DEBUG (XNIO-1 task-20) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,564 DEBUG (XNIO-1 task-20) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,565 DEBUG (XNIO-1 task-20) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,580 DEBUG (XNIO-1 task-22) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,581 DEBUG (XNIO-1 task-22) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,582 DEBUG (XNIO-1 task-22) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,610 DEBUG (XNIO-1 task-24) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,611 DEBUG (XNIO-1 task-24) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,612 DEBUG (XNIO-1 task-24) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,624 DEBUG (XNIO-1 task-26) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,624 DEBUG (XNIO-1 task-26) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,625 DEBUG (XNIO-1 task-26) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,697 DEBUG (XNIO-1 task-28) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,698 DEBUG (XNIO-1 task-28) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,699 DEBUG (XNIO-1 task-28) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,734 DEBUG (XNIO-1 task-30) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,735 DEBUG (XNIO-1 task-30) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,736 DEBUG (XNIO-1 task-30) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,781 DEBUG (XNIO-1 task-2) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,782 DEBUG (XNIO-1 task-2) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,783 DEBUG (XNIO-1 task-2) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,796 DEBUG (XNIO-1 task-4) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:48,797 DEBUG (XNIO-1 task-4) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:48,798 DEBUG (XNIO-1 task-4) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:53,576 DEBUG (XNIO-1 task-6) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:53,577 DEBUG (XNIO-1 task-6) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:53,579 DEBUG (XNIO-1 task-6) [io.undertow.request.security] <SecurityContextImpl.java:110> Authentication result was ATTEMPTED for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}
08:03:53,608 DEBUG (XNIO-1 task-8) [io.undertow.request.security] <SecurityContextImpl.java:86> Attempting to authenticate HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}, authentication required: false
08:03:53,609 DEBUG (XNIO-1 task-8) [io.undertow.request.security] <SecurityContextImpl.java:246> Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@1cde983 for HttpServerExchange{ GET /servletContext/asyncOutput request {x-disable-push=[true], x-forwarded-server=[localhost], user-agent=[Apache-HttpClient/4.2.6 (java 1.5)], x-forwarded-proto=[http], x-forwarded-port=[7777], x-forwarded-for=[127.0.0.1], x-forwarded-host=[localhost], Host=[localhost:7777]} response {}}


@stuartwdouglas stuartwdouglas merged commit e57fc34 into undertow-io:master Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants