antville/helma

Side-effects in jetty8 branch

p3k opened this issue · 1 comments

p3k commented

With 51b5712 I cherry-picked (hopefully all?) changes for integrating Jetty 8 from @lehni’s fork and noticed that it breaks either the mountpoint setting in apps.properties or the baseUri setting in app.properties (or both).

Attached a test case which should demonstrate the issue.

Using the master branch there should be displayed success under the URL http://localhost:8080/helma/test while with the jetty8 branch a status 500 (“Object not found”) is returned.

(Are there any other side-effects?)

p3k commented

With cherry-picked 390231e we now already have Jetty 9.x; closing this issue.