|
| 1.2.8.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/JmsMessageConsumer.java | [JBAS-1604] - Make a start on the JMSRA trace logging |
| 1.10.6.2 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/JmsSession.java | [JBAS-1604] - Make a start on the JMSRA trace logging |
| 1.11.6.2 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/JmsSessionFactoryImpl.java | [JBAS-1604] - Make a start on the JMSRA trace logging |
| 1.8.2.1 | modified | starksm | server/src/main/org/jboss/tm/usertx/client/ClientUserTransaction.java | Use the org.jboss.naming.NamingContextFactory.lastInitialContext thread local to allow the UserTransactionSessionFactory to be obtained using the same JNDI env used to lookup the UserTransaction. Resolves (JBAS-1270) UserTransaction with non default ProviderURL. |
| 1.8.6.1 | modified | ejort | connector/src/main/org/jboss/resource/deployment/RARDeployment.java | [JBAS-1446] - Add trace logging for rar deployment operations |
| 1.3.4.2 | modified | ejort | connector/src/main/org/jboss/resource/deployment/ActivationSpecFactory.java | [JBAS-1446] - Add trace logging to activation spec construction |
| 1.1.2.3 | modified | ejort | connector/src/main/org/jboss/resource/deployment/AdminObject.java | [JBAS-1446] - Add TRACE logging to AdminObject construction. |
| 1.1.2.2 | modified | ejort | connector/src/main/org/jboss/resource/deployment/AdminObjectFactory.java | [JBAS-1446] - Add TRACE logging to AdminObject construction. |
| 1.1.2.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/inflow/dlq/GenericDLQHandler.java | Source code tidyup |
| 1.1.2.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/inflow/DLQHandler.java | Source code tidyup |
| 1.2.2.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSession.java | Source code tidyup |
| 1.1.2.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/inflow/dlq/AbstractDLQHandler.java | Source code tidyup |
| 1.1.2.2 | modified | ejort | connector/src/main/org/jboss/resource/deployment/AdminObject.java | Source code tidyup |
| 1.2.6.1 | modified | ejort | connector/src/main/org/jboss/resource/deployment/DummyResourceAdapter.java | Source code tidyup |
| 1.11.2.1 | modified | ejort | connector/src/main/org/jboss/resource/deployment/RARDeployer.java | Source code tidyup |
| 1.3.4.1 | modified | ejort | connector/src/main/org/jboss/resource/deployment/ResourceAdapterFactory.java | Source code tidyup |
| 1.3.2.2 | modified | ejort | connector/src/main/org/jboss/resource/deployment/ResourceAdapterObjectModelFactory.java | Source code tidyup |
| 1.5.6.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/JmsLocalTransaction.java | Source code tidyup |
| 1.5.2.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/JmsResourceAdapter.java | Source code tidyup |
| 1.11.6.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/JmsSessionFactoryImpl.java | Source code tidyup |
| 1.9.6.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/JmsConnectionFactoryImpl.java | Source code tidyup |
| 1.7.6.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/JmsConnectionRequestInfo.java | Source code tidyup |
| 1.10.6.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/JmsSession.java | Source code tidyup |
| 1.11.6.1 | modified | ejort | connector/src/main/org/jboss/resource/adapter/jms/JmsManagedConnectionFactory.java | Source code tidyup |
| 1.6.6.3 | modified | starksm | remoting/src/main/org/jboss/remoting/transport/socket/SocketServerInvoker.java | Update the accept catch to handle Throwables. Part of (JBAS-1559) Check all serverSocket accept threads. |
| 1.4.6.1 | modified | starksm | server/src/main/org/jboss/logging/Log4jSocketServer.java | Update the accept catch to handle Throwables. Part of (JBAS-1559) Check all serverSocket accept threads. |
| 1.10.2.3 | modified | starksm | server/src/main/org/jboss/invocation/pooled/server/PooledInvoker.java | Update the accept catch to handle Throwables. Part of (JBAS-1559) Check all serverSocket accept threads. |
| 1.3.2.3 | modified | starksm | testsuite/src/main/org/jboss/test/web/test/FormAuthUnitTestCase.java | Access the resource without attempting a login to validate that the session is valid and that any caching on the server is working as expected. |
| 1.406.2.47 | modified | starksm | testsuite/build.xml | Include all deploy/jms content recursively in the jacc test configuration |
| 1.1.4.3 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/security/JaccAuthorizationRealm.java | - If there is no JACC Subject context handler data when the resource permission check is made, check to see if the request principal is a JBossGenericPrincipal that encapsulates the authenticated user. This is needed for FORM-AUTH which caches the authenticated user as part of the session context and does not reauthenticate to the Realm. Resolves (JBAS-1592) JaccAuthorizationRealm always returns false on subsequent requests.- Fix a problem with the migration to tomcat 5.5.x that broke the isUserInRole call for the JACC Realm. |
| 1.10.2.8 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/security/JBossSecurityMgrRealm.java | Change the roleMap to a mapping from the caller principal to the GenericPrincipal rather than just the caller's roles. |
| 1.3.4.3 | modified | starksm | tomcat/src/main/org/jboss/web/tomcat/security/JBossGenericPrincipal.java | Keep the original Set<Princpal> of the user roles in addition to the role names. |