|
| 1.4 | modified | tdiesler | webservice/src/main/org/jboss/webservice/client/ServiceImpl.java | Use TCCL in ServiceImpl when installing the Type mapping |
| 1.5 | modified | tdiesler | webservice/src/main/org/jboss/webservice/deployment/ServiceDescription.java | Use TCCL in ServiceImpl when installing the Type mapping |
| 1.8 | modified | tdiesler | webservice/src/main/org/jboss/webservice/deployment/WSDDGenerator.java | Use TCCL in ServiceImpl when installing the Type mapping |
| 1.8 | modified | tdiesler | common/src/main/org/jboss/xml/binding/ObjectModelBuilder.java | Construct a QName from a valueform [prefix:]localpart or [namespace:>]localpart |
| 1.5 | modified | tdiesler | server/src/main/org/jboss/webservice/metadata/jaxrpcmapping/JavaWsdlMappingFactory.java | Construct a QName from a valueform [prefix:]localpart or [namespace:>]localpart |
| 1.4 | modified | tdiesler | server/src/main/org/jboss/webservice/metadata/jaxrpcmapping/JavaXmlTypeMapping.java | Construct a QName from a valueform [prefix:]localpart or [namespace:>]localpart |
| 1.4 | modified | starksm | server/src/main/org/jboss/security/SecurityAssociationAuthenticator.java | Use a privileged action to obtain the security context |
| 1.2 | modified | starksm | server/src/main/org/jboss/security/GetPrincipalInfoAction.java | A PrivilegedAction implementation for accessing the SecurityAssociationprincipal and credentials. |
| 1.16 | modified | starksm | server/src/main/org/jboss/security/SecurityAssociation.java | Change the getSubject Permission to RuntimePermission("org.jboss.security.SecurityAssociation.getSubject"); |
| 1.2 | modified | starksm | jmx/src/main/test/compliance/security/MBeanPermissionTestCase.java | Tests of the javax.management.MBeanPermission |