2 Replies Latest reply on Sep 20, 2017 4:31 AM by richard.hruza

    WildFly deletes trailing question mark from a request

    richard.hruza

      Hello,

       

      I use wildfly 10.1 finial and if I make a request with "?" at the end of URL, the "?" is deleted, I can see, that it is missing in wildfly access log. Is there any way how to keep it in the request?

       

      Example:

      Request: http://my.example.com:8080/myApp/index.jsp?

      Result: http://my.example.com:8080/myApp/index.jsp

       

      Thanks in advance for your help,

      Richard