|
| 1.4 | modified | starksm | security/src/main/org/jboss/security/plugins/SecurityManagerMBean.java | Add a credential argument to the doesUserHaveRole and getUserRoles methods as the underlying security manager require a preceeding isValid call. |
| 1.28 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManagerService.java | Authenticate the principal using isValid prior to querying the roles in case the security manager requires an authenticated caller to be associated with the thread. |
| 1.4 | modified | starksm | testsuite/src/main/org/jboss/test/cts/test/MDBUnitTestCase.java | Include the runEx message in the fail message |
| 1.4 | modified | starksm | testsuite/src/main/org/jboss/test/web/test/FormAuthUnitTestCase.java | Test form authentication of a secured servlet and validate that there is a SecurityAssociation setting for the authenticated Subject. |
| 1.5 | modified | starksm | testsuite/src/main/org/jboss/test/web/servlets/SecureServlet.java | Add a validateSubject parameter that when true indicates that the SecurityAssociation subject should be validated to not be null. |
| 1.5 | modified | starksm | testsuite/src/main/org/jboss/test/util/ejb/EJBTestRunnerBean.java | Include the original exception in the EJBException |
| 1.5 | modified | starksm | testsuite/src/main/org/jboss/test/testbeancluster/test/BeanUnitTestCase.java | Use the cluster node jndi urls to lookup the ejb homes |
| 1.26 | modified | starksm | testsuite/src/main/org/jboss/test/management/test/JSR77SpecUnitTestCase.java | Log the begin and end of the mbean report method |
| 1.2 | modified | starksm | testsuite/src/main/org/jboss/test/web/servlets/TestSessionListener.java | Log the session attribute that exist from the sessionDestroyed callback |
| 1.3 | modified | starksm | server/src/main/org/jboss/ejb/plugins/JaasAuthenticationInterceptor.java | Just throw a SecurityException and let it be wrapped approriately by the LogInterceptor. Also remove the error level logging of the security failure. |
| 1.2 | modified | starksm | server/src/main/org/jboss/ejb/plugins/JaccAuthorizationInterceptor.java | Just throw a SecurityException and let it be wrapped approriately by the LogInterceptor. Also remove the error level logging of the security failure. |
| 1.13 | modified | starksm | server/src/main/org/jboss/ejb/plugins/RunAsSecurityInterceptor.java | Just throw a SecurityException and let it be wrapped approriately by the LogInterceptor. Also remove the error level logging of the security failure. |
| 1.47 | modified | starksm | server/src/main/org/jboss/ejb/plugins/SecurityInterceptor.java | Just throw a SecurityException and let it be wrapped approriately by the LogInterceptor. Also remove the error level logging of the security failure. |
| 1.76 | modified | starksm | server/src/main/org/jboss/ejb/StatefulSessionContainer.java | Override getMethodPermissions to work around the fact that stateful session handles obtain their ejb objects by doing an invocation on the container as a home method invocation using the Handle.getEJBObject method. Fixes [ 1020788 ] ServerException calling gtEJBObject on javax.ejb.Handle. |
| 1.34 | modified | starksm | server/src/main/org/jboss/ejb/plugins/LogInterceptor.java | Handle SecurityExceptions specially to tranform into one of the security related ejb or rmi exceptions to allow users to identitify them more easily. The exception is either wrapped in a javax.ejb.AccessLocalException or a java.rmi.AccessException depending on the method invocation type. |
| 1.2 | deleted | tdiesler | webservice/test/java/org/jboss/test/ws/jaxrpc/CallDynamicInvocationTestCase.java | SOAP-1.2 BindingProvider initial cut. |
| 1.1 | added | tdiesler | webservice/test/java/org/jboss/test/ws/jaxrpc/DIITestCase.java | SOAP-1.2 BindingProvider initial cut. |
| 1.6 | modified | tdiesler | webservice/src/main/org/jboss/ws/Constants.java | SOAP-1.2 BindingProvider initial cut. |
| 1.1 | added | tdiesler | webservice/test/java/org/jboss/test/ws/binding/SOAP12BindingTestCase.java | SOAP-1.2 BindingProvider initial cut. |
| 1.2 | modified | tdiesler | webservice/src/main/org/jboss/ws/soap/DOM2Writer.java | SOAP-1.2 BindingProvider initial cut. |
| 1.2 | modified | tdiesler | webservice/src/main/org/jboss/ws/soap/NodeImpl.java | SOAP-1.2 BindingProvider initial cut. |
| 1.2 | modified | tdiesler | webservice/src/main/org/jboss/ws/soap/SOAPElementImpl.java | SOAP-1.2 BindingProvider initial cut. |
| 1.2 | modified | tdiesler | webservice/src/main/org/jboss/ws/soap/SOAPFactoryImpl.java | SOAP-1.2 BindingProvider initial cut. |
| 1.2 | deleted | tdiesler | webservice/src/main/org/jboss/ws/jaxrpc/BindingProvider.java | SOAP-1.2 BindingProvider initial cut. |
| 1.2 | deleted | tdiesler | webservice/src/main/org/jboss/ws/jaxrpc/BindingProviderRegistry.java | SOAP-1.2 BindingProvider initial cut. |
| 1.6 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxrpc/CallImpl.java | SOAP-1.2 BindingProvider initial cut. |
| 1.2 | deleted | tdiesler | webservice/src/main/org/jboss/ws/jaxrpc/SOAP12BindingProvider.java | SOAP-1.2 BindingProvider initial cut. |
| 1.5 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxrpc/ServiceImpl.java | SOAP-1.2 BindingProvider initial cut. |
| 1.6 | modified | tdiesler | webservice/src/main/org/jboss/ws/jaxrpc/desc/OperationDesc.java | SOAP-1.2 BindingProvider initial cut. |
| 1.1 | added | tdiesler | webservice/src/main/org/jboss/ws/binding/BindingException.java | SOAP-1.2 BindingProvider initial cut. |
| 1.1 | added | tdiesler | webservice/src/main/org/jboss/ws/binding/BindingProvider.java | SOAP-1.2 BindingProvider initial cut. |
| 1.1 | added | tdiesler | webservice/src/main/org/jboss/ws/binding/BindingProviderRegistry.java | SOAP-1.2 BindingProvider initial cut. |
| 1.1 | added | tdiesler | webservice/src/main/org/jboss/ws/binding/SOAP12BindingProvider.java | SOAP-1.2 BindingProvider initial cut. |
| 1.1 | added | tdiesler | webservice/src/main/org/jboss/ws/binding/SOAPObjectInput.java | SOAP-1.2 BindingProvider initial cut. |
| 1.25 | modified | starksm | testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java | Add a test of the run-as identity propagating more than just one call level |
| 1.9 | modified | starksm | testsuite/src/resources/security-spec/META-INF/ejb-jar.xml | Add a test of the run-as identity propagating more than just one call level |
| 1.13 | modified | starksm | testsuite/src/resources/security-spec/META-INF/jboss.xml | Add a test of the run-as identity propagating more than just one call level |
| 1.3 | modified | starksm | testsuite/src/main/org/jboss/test/security/interfaces/CalledSession.java | Add a test of the run-as identity propagating more than just one call level |
| 1.3 | modified | starksm | testsuite/src/main/org/jboss/test/security/ejb/CalleeBean.java | Add a test of the run-as identity propagating more than just one call level |
| 1.3 | modified | starksm | testsuite/src/main/org/jboss/test/security/ejb/CallerBean.java | Add a test of the run-as identity propagating more than just one call level |
| 1.76 | modified | starksm | system/src/main/org/jboss/deployment/MainDeployer.java | - Fix bug [ 1040694 ] ConcurrentModificationException in MainDeployer when logging, hold the lock on deploymentList- In addition to stopping/destroying sub deployments in reverse order from their create/start, do this from bottom up rather than top down as is currently done. This means for example that an ejb jar deployment is stopped/destroyed before its containing ear. |
| 1.36 | modified | starksm | system/src/main/org/jboss/Main.java | Include the jaxen.jar on the jmx bootclasspath or else one cannot use the xpath functions from dom4j. Fixes [ 1037011 ] XPath (jaxen) broken in 3.2.6RC2. |
| 1.361 | modified | starksm | build/build.xml | Copy the jaxen-1.1-beta-4.jar to the jmx bootclasspath as jaxen.jar |
| 1.30 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/tc5/TomcatDeployer.java | Change the defaultWebXml attribute to be consistent with the conf/web.xml path so that the bundled jbossweb-tomcat50.sar web.xml is found as the default for both jboss deployed wars, and static contexts configured in the server.xml. This requires that the web.xml be located under jbossweb-tomcat50.sar/conf/web.xml |
| 1.18 | modified | starksm | tomcat/build.xml | Install the web.xml to jbossweb-tomcat50.sar/conf/web.xml since the default web.xml resource name is conf/web.xml |
| 1.2 | modified | starksm | testsuite/src/resources/cluster/drm/jboss-service.xml | Add a dependency on jboss:service=DefaultPartition |
| 1.14 | modified | starksm | testsuite/imports/test-jars.xml | Add the pooled invoker service sar |
| 1.49 | modified | starksm | system/src/main/org/jboss/system/server/ServerImpl.java | - Include the build os and jvm in the server jmx properties and update the version string to match the format displayed on the console- Merge some exception handling around package loading and url handler registration failure handling from 3.2 |