Skip to content

Commit

Permalink
Use UK federation metadata, not SDSS federation metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jan 12, 2008
1 parent 50f9698 commit 93bf39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/probe_certs.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w

open(XML,"java -cp ../xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN ../xml/sdss-metadata-unsigned.xml -XSL extract_cert_locs.xsl|") || die "could not open input file";
open(XML,"java -cp ../xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN ../xml/ukfederation-metadata.xml -XSL extract_cert_locs.xsl|") || die "could not open input file";
while (<XML>) {
if (/^http:/) {
print "skipping http location: $_";
Expand Down

0 comments on commit 93bf39c

Please sign in to comment.