You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jonathan Gallimore (Jira)" <ji...@apache.org> on 2019/11/13 17:26:00 UTC

[jira] [Created] (TOMEE-2739) CXFJAXRSFilter applied to wrong StandardContext in certain circumstances

Jonathan Gallimore created TOMEE-2739:
-----------------------------------------

             Summary: CXFJAXRSFilter applied to wrong StandardContext in certain circumstances
                 Key: TOMEE-2739
                 URL: https://issues.apache.org/jira/browse/TOMEE-2739
             Project: TomEE
          Issue Type: Bug
    Affects Versions: 8.0.0-Final, 7.1.1, 7.0.6, 1.7.5
            Reporter: Jonathan Gallimore
            Assignee: Jonathan Gallimore
             Fix For: 1.7.6, 7.0.7, 7.1.2, 8.0.1


With the following EAR structure

 

test.ear - application id test-app

-- test1.war – plain servlet - context-root /test-app

-- test2.war -EJB/REST component - /test-rest

 

The CXFJAXRSFilter will be registered to test1.war and not test2.war as the application id is evaluated against the context as opposed to the webcontext being evaluated against the context path.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)