amattheu    2003/05/13 12:48:41

  Modified:    src/org/apache/xml/security/utils IdResolver.java
  Log:
  Changed IdResolver message to a more PC version.
  
  Revision  Changes    Path
  1.13      +4 -4      
xml-security/src/org/apache/xml/security/utils/IdResolver.java
  
  Index: IdResolver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-security/src/org/apache/xml/security/utils/IdResolver.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- IdResolver.java   29 Apr 2003 21:36:56 -0000      1.12
  +++ IdResolver.java   13 May 2003 19:48:41 -0000      1.13
  @@ -86,7 +86,7 @@
   public class IdResolver {
   
      /** [EMAIL PROTECTED] org.apache.commons.logging} logging facility */
  -    static org.apache.commons.logging.Log log = 
  +    static org.apache.commons.logging.Log log =
           
org.apache.commons.logging.LogFactory.getLog(IdResolver.class.getName());
   
      /**
  @@ -147,7 +147,7 @@
   
         if (result != null) {
            log.debug(
  -            "I could find an Element using the advanced ds:Namespace 
searcher method: "
  +            "Found an Element using an insecure Id/ID/id search method: "
               + result.getTagName());
   
            // register the ID to speed up further queries on that ID
  @@ -198,7 +198,7 @@
   
         if (result != null) {
            log.warn(
  -            "I could find an Element using the totally stupid and insecure 
Id/ID/id searcher method: "
  +            "Found an Element using an insecure Id/ID/id search method: "
               + result.getTagName());
   
            // Don't register the ID, we're not sure
  
  
  

Reply via email to