| 59921 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/tomcat/.classpath |
Add jsf and serialization jars |
| 59914 |
modified |
wolfc |
//branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java |
+ EJBTHREE-840: fixed reference from
Ejb3Registry |
| 59912 |
modified |
dimitris@jboss.org |
//branches/Branch_4_2/testsuite/build.xml |
tomcat -> jboss-web |
| 59911 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/testsuite/build.xml |
Replace catalina.jar with
jbossweb.jar |
| 59910 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/thirdparty |
Update the ignored dirs |
| 59909 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/security/build.xml |
Set source and target of javac to 5 |
| 59908 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/testsuite/.classpath |
Replace catalina.jar with
jbossweb.jar |
| 59907 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/connector/src/main/org/jboss/resource/security/PBEIdentityLoginModule.java |
Make this compatible with jdk14 |
| 59906 |
added |
scott.stark@jboss.org |
//branches/Branch_4_2/testsuite/src/main/org/jboss/test/security/test/ExecPasswordCmd.java |
JBAS-2895, add an extension to
SecureIdentityLoginModule that allows more control over the password and
encryption used to mask the jca password |
| 59906 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/testsuite/src/resources/security/login-config.xml |
JBAS-2895, add an extension to
SecureIdentityLoginModule that allows more control over the password and
encryption used to mask the jca password |
| 59906 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/testsuite/src/main/org/jboss/test/security/test/XMLLoginModulesUnitTestCase.java |
JBAS-2895, add an extension to
SecureIdentityLoginModule that allows more control over the password and
encryption used to mask the jca password |
| 59906 |
added |
scott.stark@jboss.org |
//branches/Branch_4_2/testsuite/src/main/org/jboss/test/security/test/SecurityUtilUnitTestCase.java |
JBAS-2895, add an extension to
SecureIdentityLoginModule that allows more control over the password and
encryption used to mask the jca password |
| 59906 |
added |
scott.stark@jboss.org |
//branches/Branch_4_2/connector/src/main/org/jboss/resource/security/PBEIdentityLoginModule.java |
JBAS-2895, add an extension to
SecureIdentityLoginModule that allows more control over the password and
encryption used to mask the jca password |
| 59905 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/security/src/main/org/jboss/security/Util.java |
JBAS-2895, Factor out the {CLASS} and {EXT}
password load logic for reuse outside of the JaasSecurityDomain |
| 59905 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/security/src/main/org/jboss/security/plugins/JaasSecurityDomain.java |
JBAS-2895, Factor out the {CLASS} and {EXT}
password load logic for reuse outside of the JaasSecurityDomain |
| 59905 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/security/src/main/org/jboss/security/plugins/JaasSecurityDomainMBean.java |
JBAS-2895, Factor out the {CLASS} and {EXT}
password load logic for reuse outside of the JaasSecurityDomain |
| 59905 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/security/src/main/org/jboss/security/SecurityActions.java |
JBAS-2895, Factor out the {CLASS} and {EXT}
password load logic for reuse outside of the JaasSecurityDomain |
| 59904 |
modified |
scott.stark@jboss.org |
//branches/Branch_4_2/security/src/main/org/jboss/security/plugins/TmpFilePassword.java |
Allow for a timeout |