Changeset 72
- Timestamp:
- 03/15/07 14:05:55 (2 years ago)
- Files:
-
- AcmeIdp/trunk/nbproject/genfiles.properties (modified) (1 diff)
- AcmeIdp/trunk/nbproject/project.properties (modified) (2 diffs)
- AcmeIdp/trunk/nbproject/project.xml (modified) (1 diff)
- AcmeIdp/trunk/web/recv-authnrequest.jsp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AcmeIdp/trunk/nbproject/genfiles.properties
r68 r72 1 build.xml.data.CRC32= d1e419c41 build.xml.data.CRC32=facf2cc9 2 2 build.xml.script.CRC32=ff870e9f 3 3 build.xml.stylesheet.CRC32=b4cea8bf 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= d1e419c46 nbproject/build-impl.xml.data.CRC32=facf2cc9 7 7 nbproject/build-impl.xml.script.CRC32=a1bd2566 8 8 nbproject/build-impl.xml.stylesheet.CRC32=8b52d23f AcmeIdp/trunk/nbproject/project.properties
r68 r72 31 31 javac.debug=true 32 32 javac.deprecation=false 33 javac.source= 1.434 javac.target= 1.433 javac.source=${default.javac.source} 34 javac.target=${default.javac.target} 35 35 javac.test.classpath=\ 36 36 ${javac.classpath}:\ … … 51 51 jspcompilation.classpath=${jspc.classpath}:${javac.classpath} 52 52 lib.dir=${web.docbase.dir}/WEB-INF/lib 53 no.dependencies=false54 53 platform.active=default_platform 55 54 resource.dir=setup AcmeIdp/trunk/nbproject/project.xml
r68 r72 22 22 <web-module-additional-libraries/> 23 23 <source-roots> 24 <root id="src.dir" name="Source Packages"/>24 <root id="src.dir"/> 25 25 </source-roots> 26 26 <test-roots> 27 <root id="test.src.dir" name="Test Packages"/>27 <root id="test.src.dir"/> 28 28 </test-roots> 29 29 </data> AcmeIdp/trunk/web/recv-authnrequest.jsp
r68 r72 36 36 relayState = decode.getRelayState(); 37 37 } catch (BindingException be) { 38 response.sendError(500, "No valid SAML 2.0 RelayState found in the request. [" + be.getMessage() + "]"); 38 39 // response.sendError(500, "No valid SAML 2.0 RelayState found in the request. [" + be.getMessage() + "] [" + be.getCause().getMessage() + "]"); 39 //return;40 return; 40 41 } 41 42 // Use the OpenSAML Configuration singleton to get a builder factory object … … 112 113 </table> 113 114 115 <p>12 March 2007</p> 114 116 </body> 115 117 </html>
