Community
Participate
Working Groups
Using the test webapp: 1. unjar it and change $JETTY_HOME/contexts/test.xml to refer to unjarred webapp 2. in $JETTY_HOME/webapps/test make a new directory called "stuff" 3. in a browser on machine2, surf to stuff. Eg http://machine1:8080/stuff/ You get "This page contains too many server redirects" or similar browser error.
Created attachment 203242 [details] proposed patch Proposed patch.
Applied patch. Tested. Works as expected. Thanks Thomas! :-)