-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.3
-
None
-
%
-
-
Consider a We application bundle with multiple JSPs deployed to the Web-Context path. When navigating directly to the container to which the application is deployed, including the target JSP in the URL works:
http://nodex.redhat.com:8183/time/location.jsp
But navigating to the same URL via the gateway fails with a 404:
http://nodex.redhat.com:9000/time/location.jsp
Navigating to the Base URL of the webapp via the gateway works fine and brings up the default index.jsp:
http://nodex.redhat.com:9000/time/
I have tried a variety of combinations of Web-ContextPath values with and without wildcards in the bundle manifest and adding a variety of expressions to uriTemplate in io.fabric8.gateway.http.mapping-webapps.properties with no success.