-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Alpha18
-
None
-
None
Doing an HTTP request that results in an uncaught exception and 500 status code I get this on WildFly 8.0.0.Alpha1:
< HTTP/1.1 500 Internal Server Error < Connection: keep-alive < Content-Length: 86 < * Connection #0 to host localhost left intact <html><head><title>Error</title></head><body>500 - Internal Server Error</body></html>* Closing connection #0
but I get no body on WildFly SNAPSHOT with UDT Alpha18:
< HTTP/1.1 500 Internal Server Error < Connection: keep-alive < Content-Length: 0 < * Connection #0 to host localhost left intact * Closing connection #0
Is is intentional not to send the HTML body anymore?
- relates to
-
CDITCK-344 testConversationsDontCrossSessionBoundary{1,2} broken
- Resolved