|
| 1.16.6.1 | modified | starksm | connector/src/main/org/jboss/resource/adapter/jdbc/xa/XAManagedConnectionFactory.java | Allow protected access to the xaProps. |
| 1.4.2.1 | modified | starksm | connector/src/etc/example-config/informix-xa-ds.xml | Integrate [ 633002 ] Patched informix-xa-ds.xml from Frank Langelage. |
| 1.75.4.1 | modified | starksm | server/src/main/org/jboss/ejb/plugins/EntityInstanceInterceptor.java | Fix the instance pool management of home invocations. Applied patch [ 1054374 ] OutOfMemoryError caused by EntityInstanceInterceptor by Jamie Burns. |
| 1.84.2.4 | modified | starksm | server/src/etc/conf/default/standardjbosscmp-jdbc.xml | Applied patch [ 1029240 ] PostgreSQL 8.0 JDBC mapping from Juan Martinez. |
| 1.1.2.3 | modified | starksm | server/src/main/org/jboss/ejb/txtimer/GeneralPurposeDatabasePersistencePlugin.java | Use the SQLUtil.tableExists method to validate table existence to deal with table name case correctly. Fixes [ 1034920 ] EJB Timer database check. |
| 1.6.4.3 | modified | starksm | system/src/bin/run.conf | Don't unconditionally set the JAVA_OPTS variable to avoid overwriting existing values. Fixes [ 1068984 ] run.conf (called by run.sh) resets JAVA_OPTS environment var |
| 1.33.4.4 | modified | starksm | naming/src/main/org/jnp/interfaces/NamingContext.java | Validate that the jnp.localAddress property is not null before attempting to create an InetSocketAddress from it. Fixes [ 1067836 ] HA-JNDI auto-discovery failed with java.lang.IllegalArgument |
| 1.9.2.1 | modified | starksm | connector/src/main/org/jboss/resource/security/CallerIdentityLoginModule.java | Update the GetCredentialAction to deal with non-char[] forms of the credential since not all routes will provide this type of information. Fixes [ 1067726 ] SecurityException in CallerIdentityLoginModule. |
| 1.2.2.1 | modified | starksm | connector/src/main/org/jboss/resource/security/GetPrincipalInfoAction.java | Update the GetCredentialAction to deal with non-char[] forms of the credential since not all routes will provide this type of information. Fixes [ 1067726 ] SecurityException in CallerIdentityLoginModule. |
| 1.9.2.1 | modified | tdiesler | webservice/src/main/org/jboss/webservice/client/CallImpl.java | Support attachments on client side. Rudimentary, first cut - more to come. |
| 1.4.2.2 | modified | tdiesler | webservice/src/main/org/jboss/webservice/client/PortProxy.java | Support attachments on client side. Rudimentary, first cut - more to come. |
| 1.1.2.2 | modified | tdiesler | webservice/src/main/org/jboss/webservice/client/Stub.java | Support attachments on client side. Rudimentary, first cut - more to come. |
| 1.4.2.6 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/client/Call.java | Stub out adding of attachments to SOAP message |
| 1.1.2.1 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/attachment/AttachmentDIITestCase.java | Add attachment tests for DII and generated proxy |
| 1.1.2.3 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/attachment/AttachmentImpl.java | Add attachment tests for DII and generated proxy |
| 1.1.2.1 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/attachment/AttachmentSAAJTestCase.java | Add attachment tests for DII and generated proxy |
| 1.1.2.3 | modified | tdiesler | testsuite/src/main/org/jboss/test/webservice/attachment/AttachmentTestCase.java | Add attachment tests for DII and generated proxy |
| 1.41.2.1 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManager.java | Change the implementation of the authorization phase to use the roles associated with the thread local copy of the authenticated Subject rather than using the domain cache values. This is needed as there is a race condition between authenticating and then using the cached roles and the next thread flushing the cache value. This shows up particularly when the auth cache is disabled and each new authentication flushes the cache. Fixes [ 1064635 ] principalRoles=null but princpal and roles are okay. |
| 1.24.4.5 | modified | starksm | testsuite/src/main/org/jboss/test/security/test/EJBSpecUnitTestCase.java | Add a testStressNoJaasCache test that runs multiple threads against a secured ejb using the same login with caching disabled. |
| 1.27.2.4 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManagerService.java | Add a setCacheTimeout(String securityDomain, int timeoutInSecs, int resInSecs) to set the indicated security domain cache timeout. |
| 1.14.6.1 | modified | starksm | security/src/main/org/jboss/security/plugins/JaasSecurityManagerServiceMBean.java | Add a setCacheTimeout(String securityDomain, int timeoutInSecs, int resInSecs) to set the indicated security domain cache timeout. |
| 1.3.2.1 | modified | starksm | security/src/main/org/jboss/security/plugins/SubjectActions.java | Make it clear what the copy from/to arguments were in the copySubject action. |
| 1.5.6.1 | modified | starksm | common/src/main/org/jboss/util/TimedCachePolicy.java | Add the ability to set the interval of resolution timer |
| 1.1.1.1.4.1 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/utils/Mapping.java | Suuport MimeMultipart on server side |
| 1.3.2.3 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/message/SOAPElementAxisImpl.java | Suuport MimeMultipart on server side |
| 1.1.1.1.4.3 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/encoding/DeserializationContextImpl.java | Suuport MimeMultipart on server side |
| 1.1.1.1.4.4 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/attachments/AttachmentPartImpl.java | Suuport MimeMultipart on server side |
| 1.1.1.1.4.2 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/attachments/MimeUtils.java | Suuport MimeMultipart on server side |
| 1.1.1.1.4.1 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/utils/IOUtils.java | Replace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent() |
| 1.2.2.7 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/providers/java/RPCInvocation.java | Replace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent() |
| 1.1.1.1.4.3 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/attachments/AttachmentPartImpl.java | Replace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent() |
| 1.1.1.1.4.2 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/attachments/AttachmentsImpl.java | Replace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent() |
| 1.1.1.1.4.3 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/attachments/ManagedMemoryDataSource.java | Replace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent() |
| 1.1.1.1.4.2 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/attachments/MultiPartDimeInputStream.java | Replace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent() |
| 1.1.1.1.4.2 | modified | tdiesler | jaxrpc/src/main/org/apache/axis/attachments/MultiPartRelatedInputStream.java | Replace bugy ManagedMemoryDataSource with a simple all in memory data source.Support multiple/* <-> MimeMultiple in AttachmentPart.getContent() |
| 1.2.8.1 | modified | tdiesler | j2ee/src/main/javax/xml/soap/AttachmentPart.java | javadoc |