Changeset 147
- Timestamp:
- 05/08/07 21:04:37 (2 years ago)
- Files:
-
- AcmeIdp/trunk/nbproject/build-impl.xml (modified) (3 diffs)
- AcmeIdp/trunk/nbproject/genfiles.properties (modified) (1 diff)
- AcmeIdp/trunk/nbproject/project.xml (modified) (1 diff)
- AcmeIdp/trunk/web/login.jsp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AcmeIdp/trunk/nbproject/build-impl.xml
r145 r147 421 421 <target name="do-dist" depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest"/> 422 422 <target name="library-inclusion-in-manifest" depends="init" if="dist.ear.dir"> 423 <basename property="included.lib.libs.ApacheCommons.classpath.6" file="${libs.ApacheCommons.classpath.libfile.6}"/> 423 424 <basename property="included.lib.libs.ApacheCommons.classpath.5" file="${libs.ApacheCommons.classpath.libfile.5}"/> 424 425 <basename property="included.lib.libs.ApacheCommons.classpath.4" file="${libs.ApacheCommons.classpath.libfile.4}"/> … … 426 427 <basename property="included.lib.libs.ApacheCommons.classpath.2" file="${libs.ApacheCommons.classpath.libfile.2}"/> 427 428 <basename property="included.lib.libs.ApacheCommons.classpath.1" file="${libs.ApacheCommons.classpath.libfile.1}"/> 429 <copy-ear-war file="${libs.ApacheCommons.classpath.libfile.6}" propname="included.lib.libs.ApacheCommons.classpath.6.X"/> 428 430 <copy-ear-war file="${libs.ApacheCommons.classpath.libfile.5}" propname="included.lib.libs.ApacheCommons.classpath.5.X"/> 429 431 <copy-ear-war file="${libs.ApacheCommons.classpath.libfile.4}" propname="included.lib.libs.ApacheCommons.classpath.4.X"/> … … 449 451 <mkdir dir="${build.web.dir.real}/META-INF"/> 450 452 <manifest file="${build.web.dir.real}/META-INF/MANIFEST.MF" mode="update"> 451 <attribute name="Class-Path" value="${included.lib.libs.ApacheCommons.classpath.1.X} ${included.lib.libs.ApacheCommons.classpath.2.X} ${included.lib.libs.ApacheCommons.classpath.3.X} ${included.lib.libs.ApacheCommons.classpath.4.X} ${included.lib.libs.ApacheCommons.classpath.5.X} ${included.lib.libs. Javolution.classpath} ${included.lib.libs.OpenSAML-20070323.classpath.1.X} ${included.lib.libs.OpenSAML-20070323.classpath.2.X} ${included.lib.libs.OpenSAML-20070323.classpath.3.X} ${included.lib.libs.OpenSAML-20070323.classpath.4.X} ${included.lib.libs.OpenSAML-20070323.classpath.5.X} ${included.lib.libs.OpenSAML-20070323.classpath.6.X} ${included.lib.libs.Velocity.classpath} "/>453 <attribute name="Class-Path" value="${included.lib.libs.ApacheCommons.classpath.1.X} ${included.lib.libs.ApacheCommons.classpath.2.X} ${included.lib.libs.ApacheCommons.classpath.3.X} ${included.lib.libs.ApacheCommons.classpath.4.X} ${included.lib.libs.ApacheCommons.classpath.5.X} ${included.lib.libs.ApacheCommons.classpath.6.X} ${included.lib.libs.Javolution.classpath} ${included.lib.libs.OpenSAML-20070323.classpath.1.X} ${included.lib.libs.OpenSAML-20070323.classpath.2.X} ${included.lib.libs.OpenSAML-20070323.classpath.3.X} ${included.lib.libs.OpenSAML-20070323.classpath.4.X} ${included.lib.libs.OpenSAML-20070323.classpath.5.X} ${included.lib.libs.OpenSAML-20070323.classpath.6.X} ${included.lib.libs.Velocity.classpath} "/> 452 454 </manifest> 453 455 <delete dir="${dist.ear.dir}/temp"/> 454 456 </target> 455 457 <target name="library-inclusion-in-archive" depends="init" unless="dist.ear.dir"> 458 <copy file="${libs.ApacheCommons.classpath.libfile.6}" todir="${build.web.dir.real}/WEB-INF/lib"/> 456 459 <copy file="${libs.ApacheCommons.classpath.libfile.5}" todir="${build.web.dir.real}/WEB-INF/lib"/> 457 460 <copy file="${libs.ApacheCommons.classpath.libfile.4}" todir="${build.web.dir.real}/WEB-INF/lib"/> AcmeIdp/trunk/nbproject/genfiles.properties
r145 r147 1 build.xml.data.CRC32= b08848ce1 build.xml.data.CRC32=a4090887 2 2 build.xml.script.CRC32=6ed50798 3 3 build.xml.stylesheet.CRC32=95be3570 4 4 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 5 5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 nbproject/build-impl.xml.data.CRC32= b08848ce7 nbproject/build-impl.xml.script.CRC32= 24944ee36 nbproject/build-impl.xml.data.CRC32=a4090887 7 nbproject/build-impl.xml.script.CRC32=046dd215 8 8 nbproject/build-impl.xml.stylesheet.CRC32=ac43bae1 AcmeIdp/trunk/nbproject/project.xml
r145 r147 8 8 <explicit-platform explicit-source-supported="true"/> 9 9 <web-module-libraries> 10 <library files=" 5">10 <library files="6"> 11 11 <file>${libs.ApacheCommons.classpath}</file> 12 12 <path-in-war>WEB-INF/lib</path-in-war> AcmeIdp/trunk/web/login.jsp
r146 r147 24 24 String 25 25 idpLoginId, 26 password; 27 26 password, 27 issuerURL; 28 29 issuerURL = "http://local.acmeidp.com"; 28 30 idpLoginId = request.getParameter("idploginid"); 29 31 password = request.getParameter("password"); … … 68 70 // Build the Issuer object 69 71 Issuer issuer1 = issuerBuilder.buildObject(); 70 issuer1.setValue( "http://www.AcmeIdp.com");72 issuer1.setValue(issuerURL); 71 73 rsp.setIssuer(issuer1); 72 74 … … 92 94 // Build the Issuer object 93 95 Issuer issuer2 = issuerBuilder.buildObject(); 94 issuer2.setValue( "http://www.AcmeIdp.com");96 issuer2.setValue(issuerURL); 95 97 assertion.setIssuer(issuer2); 96 98 … … 153 155 AuthnStatement authnStatement = authnStatementBuilder.buildObject(); 154 156 authnStatement.setAuthnContext(authnContext); 157 authnStatement.setAuthnInstant(dt); 155 158 // Add the AuthnStatement to the Assertion 156 159 assertion.getAuthnStatements().add(authnStatement);
