You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2005/04/03 18:05:42 UTC

cvs commit: xml-security/src/org/apache/xml/security/utils/resolver/implementations ResolverDirectHTTP.java ResolverLocalFilesystem.java

raul        2005/04/03 09:05:42

  Modified:    src/org/apache/xml/security/utils/resolver/implementations
                        ResolverDirectHTTP.java
                        ResolverLocalFilesystem.java
  Log:
  Revert to xalan URI, so 1.5 only needs xalan not also xerces
  
  Revision  Changes    Path
  1.16      +1 -1      xml-security/src/org/apache/xml/security/utils/resolver/implementations/ResolverDirectHTTP.java
  
  Index: ResolverDirectHTTP.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/utils/resolver/implementations/ResolverDirectHTTP.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- ResolverDirectHTTP.java	3 Apr 2005 08:08:42 -0000	1.15
  +++ ResolverDirectHTTP.java	3 Apr 2005 16:05:42 -0000	1.16
  @@ -26,7 +26,7 @@
   import java.net.URL;
   import java.net.URLConnection;
   
  -import org.apache.xerces.util.URI;
  +import org.apache.xml.utils.URI;
   import org.apache.xml.security.signature.XMLSignatureInput;
   import org.apache.xml.security.utils.Base64;
   import org.apache.xml.security.utils.resolver.ResourceResolverException;
  
  
  
  1.15      +1 -1      xml-security/src/org/apache/xml/security/utils/resolver/implementations/ResolverLocalFilesystem.java
  
  Index: ResolverLocalFilesystem.java
  ===================================================================
  RCS file: /home/cvs/xml-security/src/org/apache/xml/security/utils/resolver/implementations/ResolverLocalFilesystem.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ResolverLocalFilesystem.java	3 Apr 2005 08:08:42 -0000	1.14
  +++ ResolverLocalFilesystem.java	3 Apr 2005 16:05:42 -0000	1.15
  @@ -20,7 +20,7 @@
   
   import java.io.FileInputStream;
   
  -import org.apache.xerces.util.URI;
  +import org.apache.xml.utils.URI;
   import org.apache.xml.security.signature.XMLSignatureInput;
   import org.apache.xml.security.utils.resolver.ResourceResolverException;
   import org.apache.xml.security.utils.resolver.ResourceResolverSpi;