Robert Nicholson
2017-06-30 04:05:37 UTC
So the application performs correctly when run in a Jetty but the same web.xml and .war when deployed in a Tomcat results in all resource requests /css /js /image etc all
be routed thru my Stripes Interceptors and consequently it results in a 302 redirect in for all static data.
Should I expect to see different behavior between Jetty and Tomcat?
be routed thru my Stripes Interceptors and consequently it results in a 302 redirect in for all static data.
Should I expect to see different behavior between Jetty and Tomcat?