You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have migrated jetty from 8.1.6 to 12.0.12, as part of this I am using jersey-4.0.0-M1, whenever I run jetty server, its able to inject the testendpoints, but while hitting the api, the endpoint ref becoming null, resulting HTTP 404 not found,
issue details :
Though the custom testendpoint being loaded by ResourceMethodInvoker,
Getting below endpoints are always empty here, due to that 404 not found error occurs
demo testendpoint placed on web-inf/classes/packagename/file name.class TestEndpoint.java.txt
Hi,
I have migrated jetty from 8.1.6 to 12.0.12, as part of this I am using jersey-4.0.0-M1, whenever I run jetty server, its able to inject the testendpoints, but while hitting the api, the endpoint ref becoming null, resulting HTTP 404 not found,
issue details :
Though the custom testendpoint being loaded by ResourceMethodInvoker,
Getting below endpoints are always empty here, due to that 404 not found error occurs
demo testendpoint placed on web-inf/classes/packagename/file name.class
TestEndpoint.java.txt
jetty/jetty.project#12180 (comment), can find more details about this issue in jetty portal
pls let me know if anything required
The text was updated successfully, but these errors were encountered: