4 Replies Latest reply on Aug 14, 2015 5:46 AM by kotarokondo

    Wildfly Undertow HTTP Response 200 but no content

    kotarokondo

      I am developing a simple web service using Eclipse Java EE IDE for Web Developers : Version: Kepler Service Release 2 Build id: 20140224-0627 and Wildfly-8.2.0.Final. I chose wildfly-javaee7-webapp-blank-archetype using Maven and started development. Firstly, there was no problem, I could add some simple jsp pages and also a simple html page with some images and javascript inclusion then I could deployed, launched and accessed those pages by browser. But all of a sudden, Wildfly (I guess Undertow maybe?) started to response with HTTP response 200 with no content... I really don't get what is going on. I also did rollback my sources to the very early simple pages only. But still the symptoms are the same. Also I have tried to use newer version of Wildfly-9.0.1.Final and deployed manually but I haven't seen any difference.

      ex1) this is ok. (Of course browsers take care of this...)

      ex2) this kind of contents won't be loaded and sent back as content 0...

      I doubted local path issue but I haven't changed anything and it was loaded earlier.

      It would be really appreciated if somebody could give me a solution.