Skip to content

Commit 96d2b1e

Browse files
committed
Document Jetty close exception while using mvc dispatch
1 parent 77b52e6 commit 96d2b1e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

TODO

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
* review toString on Value API (removal of QueryStringValue?)
22
* tests and coverage
33
* make reset headers on error configurable
4+
5+
Jetty close exception:
6+
MvcTest#mvcDispatch
7+
```
8+
GET /method 500 Server Error
9+
java.io.IOException: Close org.eclipse.jetty.server.HttpConnection$SendCallback@1f1eae2a[PROCESSING][i=HTTP/1.1{s=200,h=3,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@11d953b9] in state PROCESSING
10+
at org.eclipse.jetty.util.IteratingCallback.close(IteratingCallback.java:428)
11+
at org.eclipse.jetty.server.HttpConnection.onClose(HttpConnection.java:510)
12+
at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:345)
13+
at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:967)
14+
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
15+
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
16+
at java.lang.Thread.run(Thread.java:748)
17+
```

0 commit comments

Comments
 (0)