Hello,

JAX-RS endpoints no longer work in Tomee 10M3 if we call them with trailing 
slash. It worked fine in 10M2.
GET /api/hello - works
GET /api/hello/ - doesn't works. Getting 404.

It's likely related to https://issues.apache.org/jira/browse/TOMEE-4406 changes.
We can use the same war file as in TOMEE-4406 to replicate the issue.

Is it expected behavior or a regression? In my understanding both URLs (with 
and without trailing slash) should be resolved to the same JAX-RS endpoint.

Thanks
Alex

Reply via email to