Great, Since I don’t want to merge this yet, I’ve pushed my PR to a separate branch in the apache repo: https://github.com/apache/tomee/tree/TOMEE-2408 <https://github.com/apache/tomee/tree/TOMEE-2408>
This should be easier for you to collaborate. Just checkout the branch make your changes and submit a PR for that branch. When we are happy we can merge everything back to master. Regarding the "setApplication can not be accessed due to security manager restrictions”, as far as I remember this is not the right exception. The actual exception is being caught up in CXF and then passed to the user with that misleading error. If I remember correctly, you need to check the actual exception here: org.apache.cxf.jaxrs.utils.InjectionUtils#reportServerError(java.lang.String, java.lang.String, boolean) Cheers, Roberto > On 1 Feb 2019, at 15:21, j4fm <[email protected]> wrote: > > Right, so I can help with: > - add to the test case you created (/subpath/ location without document name > and *.abc servlet path); > - create a PR; > - troubleshoot the "setApplication can not be accessed due to security > manager restrictions" issue for existing REST app... though I've seen that > one mentioned previously in this > http://tomee-openejb.979440.n4.nabble.com/TomEE-8-Release-Preview-td4684813.html > thread too... same issue? > > How/where do I start? > > Thanks > > > > -- > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
