3 Replies Latest reply on Oct 7, 2013 10:25 AM by fcorneli

    WildFly 8.0.0.Beta1 and ;jsessionid=...

    fcorneli

      Testing out the new WildFly 8.0.0.Beta1. I'm using AJP with Apache front-end SSL.

      When configuring a servlet within your Java EE application, you can reach it via:

           https://localhost/your_app_context/your_servlet_mapping

      but not via:

           https://localhost/your_app_context/your_servlet_mapping;jsessionid=whatever

      You get a "Not Found" error message instead. This used to work under JBoss EAP 6.1.

       

      Is this a bug?