antville / helma

Antville Fork of Helma Object Publisher
https://antville.org
Other
3 stars 1 forks source link

Side-effects in jetty8 branch #1

Closed p3k closed 4 years ago

p3k commented 7 years ago

With 51b5712cb8b0ec9939e58dfc5cb3c0fbdd4f69d8 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 4 years ago

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