Skip to content

Commit

Permalink
Upgrade to xmlsectool 1.1.3, which amongst other things correctly pro…
Browse files Browse the repository at this point in the history
…pagates failure to verify signatures.
  • Loading branch information
iay committed Apr 14, 2011
1 parent 6c4a5d9 commit 57e7e80
Show file tree
Hide file tree
Showing 32 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -625,16 +625,16 @@
<attribute name="i"/><!-- input file, assumed to be in the XML directory -->
<element name="args" optional="yes"/>
<sequential>
<java classname="edu.internet2.middleware.security.XmlSecTool"
<java classname="org.opensaml.xml.util.XmlTool"
fork="true" failonerror="true" maxmemory="${java.max.memory}">
<classpath>
<fileset dir="${tools.xmlsectool}/lib">
<include name="**/*.jar"/>
<include name="*.jar"/>
</fileset>
</classpath>
<jvmarg value="-Djava.endorsed.dirs=${tools.xmlsectool}/endorsed"/>
<jvmarg value="-Dedu.internet2.middleware.security.XmlSecTool.home=${tools.xmlsectool}"/>
<args/>
<jvmarg value="-Djava.endorsed.dirs=${tools.xmlsectool}/lib/endorsed"/>
<jvmarg value="-Dorg.opensaml.xml.util.XmlTool.home=${tools.xmlsectool}"/>
<args/>
<arg value="--validateSchema"/>
<arg value="--schemaDirectory"/>
<arg value="${xml.dir}"/>
Expand Down
Binary file removed tools/xmlsectool/endorsed/xercesImpl-2.9.1.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/commons-collections-3.1.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/commons-lang-2.1.jar
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed tools/xmlsectool/lib/jul-to-slf4j-1.5.10.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/jul-to-slf4j-1.6.1.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/log4j-over-slf4j-1.5.11.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/log4j-over-slf4j-1.6.1.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/logback-classic-0.9.20.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/logback-classic-0.9.27.jar
Binary file not shown.
Binary file not shown.
Binary file modified tools/xmlsectool/lib/not-yet-commons-ssl-0.3.9.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/opensaml-2.4.1.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/openws-1.3.1.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/openws-1.4.1.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/shibboleth-jce-1.1.0.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/slf4j-api-1.5.11.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/slf4j-api-1.6.1.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/velocity-1.5.jar
Binary file not shown.
Binary file not shown.
Binary file removed tools/xmlsectool/lib/xmlsectool-1.1.1.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/xmlsectool-1.1.3.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 57e7e80

Please sign in to comment.