Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-69

Error HTML page not sent anymore on server error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Alpha19
    • 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?

            sdouglas1@redhat.com Stuart Douglas
            rhn-engineering-jharting Jozef Hartinger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: