[jbossws-issues] [JBoss JIRA] (JBWS-4012) Improve isolation between integration code and user code

Bartosz Baranowski (JIRA) issues at jboss.org
Wed Aug 3 05:40:00 EDT 2016


Bartosz Baranowski created JBWS-4012:
----------------------------------------

             Summary: Improve isolation between integration code and user code
                 Key: JBWS-4012
                 URL: https://issues.jboss.org/browse/JBWS-4012
             Project: JBoss Web Services
          Issue Type: Enhancement
          Components: jbossws-cxf, jbossws-integration
            Reporter: Bartosz Baranowski
            Assignee: Alessio Soldano
             Fix For: jbossws-cxf-5.1.4.Final


It is currently possible for user code to "see" some JBossWS integration classes & dependencies during the execution of static blocks of user handlers declared through webservices.xml descriptors or management model. That happens because such code is executed at deployment time when the JBossWS integration classloader is set as thread context classloader. We should prevent this from happening.
This is not a problem, of course, at runtime, when the deployment is completely isolated from the integration classloader.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbossws-issues mailing list