|
| 1.25 | modified | starksm | testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.java | Add a test of accessing a secured servlet under a web-resource-collection constraint that does not specify any http-methods |
| 1.19 | modified | starksm | testsuite/src/resources/web/WEB-INF/jbosstest-web.xml | Add a web-resource-collection that does not specify any http-methods and add a second mapping of the SecureServlet under this url-pattern. |
| 1.3 | modified | starksm | testsuite/src/main/org/jboss/test/security/test/WebResourcePermissionUnitTestCase.java | Add a test of an empty http methods String[] equating to an empty or null http methods string. |
| 1.6 | modified | starksm | j2ee/src/main/javax/security/jacc/WebUserDataPermission.java | Add the missing serialVersionUID |
| 1.6 | modified | starksm | j2ee/src/main/javax/security/jacc/WebResourcePermission.java | The handling of an empty http methods String[] should have been producing a null httpMethods set to indicate all methods were allowed. Instead it was producing an empty httpMethods set which disallowed all access. Fixes [ 1054897 ] JACC incorrect when checking auth for WebResourcePermission. |
| 1.5 | modified | starksm | testsuite/src/main/org/jboss/test/web/test/FormAuthUnitTestCase.java | Add a testFlushOnSessionInvalidation that validates that a war which uses <security-domain flushOnSessionInvalidation="true"> in the jboss-web.xml does not have any jaas security domain cache entries after the web session has been invalidated. |
| 1.1 | added | recampbell | tools/etc/cruisecontrol/scripts/cc-config-3.2-jdk-matrix.xml | extracted matrix & testsuite to seperate proejcts for each branch |
| 1.1 | added | recampbell | tools/etc/cruisecontrol/scripts/cc-config-3.2-testsuite.xml | extracted matrix & testsuite to seperate proejcts for each branch |
| 1.3 | modified | recampbell | tools/etc/cruisecontrol/scripts/cc-config-3.2.xml | extracted matrix & testsuite to seperate proejcts for each branch |
| 1.1 | added | recampbell | tools/etc/cruisecontrol/scripts/cc-config-4.0-jdk-matrix.xml | extracted matrix & testsuite to seperate proejcts for each branch |
| 1.1 | added | recampbell | tools/etc/cruisecontrol/scripts/cc-config-4.0-testsuite.xml | extracted matrix & testsuite to seperate proejcts for each branch |
| 1.3 | modified | recampbell | tools/etc/cruisecontrol/scripts/cc-config-4.0.xml | extracted matrix & testsuite to seperate proejcts for each branch |
| 1.1 | added | recampbell | tools/etc/cruisecontrol/scripts/cc-config-head-jdk-matrix.xml | extracted matrix & testsuite to seperate proejcts for each branch |
| 1.5 | modified | recampbell | tools/etc/cruisecontrol/scripts/cc-config.xml | extracted matrix & testsuite to seperate proejcts for each branch |
| 1.2 | deleted | recampbell | tools/etc/cruisecontrol/scripts/cc-config-head-jdks.xml | renamed to -jdk-matrix |
| 1.3 | modified | recampbell | tools/etc/cruisecontrol/scripts/do_test.sh | use env props instead of property file for node defs |
| 1.25 | modified | bwang00 | cache/docs/Changelog.txt | Updated |
| 1.1 | added | patriot1burke | aspects/build-test.xml | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | modified | patriot1burke | aspects/build-test50.xml | refactored asynchronous again so that it works under JDK 1.4 |
| 1.21 | modified | patriot1burke | aspects/build.xml | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/test/org/jboss/test/asynch/POJO.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/test/org/jboss/test/asynch/Service.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | modified | patriot1burke | aspects/src/test50/org/jboss/test/asynch/AsynchTestCase.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | modified | patriot1burke | aspects/src/test50/org/jboss/test/asynch/POJO.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | modified | patriot1burke | aspects/src/test50/org/jboss/test/asynch/Service.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/test/org/jboss/test/asynch/AsynchTestCase.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | deleted | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynchronous/AsynchAspect.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | deleted | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynchronous/AsynchMixin.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | deleted | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynchronous/AsynchProvider.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | deleted | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynchronous/AsynchProxyInterceptor.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | deleted | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynchronous/AsynchProxyMixin.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | deleted | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynchronous/AsynchRemoting.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | deleted | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynchronous/Asynchronous.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.2 | deleted | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynchronous/FutureHolder.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/AsynchAspect.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/AsynchMixin.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/AsynchProvider.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/AsynchProxyInterceptor.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/AsynchProxyMixin.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/AsynchRemoting.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/Asynchronous.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/ExecutorAbstraction.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/Future.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/FutureHolder.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/FutureImpl.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/main/org/jboss/aspects/asynch/TimeoutException.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynch/Asynchronous.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynch/ExecutorAbstraction.java | refactored asynchronous again so that it works under JDK 1.4 |
| 1.1 | added | patriot1burke | aspects/src/jdk15/org/jboss/aspects/asynch/FutureImpl.java | refactored asynchronous again so that it works under JDK 1.4 |