vgritsenko    2002/07/29 18:45:49

  Modified:    src/scratchpad/src/org/apache/cocoon/sunshine/context Tag:
                        cocoon_2_0_3_branch RequestSessionContext.java
  Log:
  fix copy/paste typo
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.2   +3 -3      
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/context/Attic/RequestSessionContext.java
  
  Index: RequestSessionContext.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/sunshine/context/Attic/RequestSessionContext.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- RequestSessionContext.java        7 Jun 2002 09:34:25 -0000       1.4.2.1
  +++ RequestSessionContext.java        30 Jul 2002 01:45:48 -0000      1.4.2.2
  @@ -205,7 +205,7 @@
           return doc.createTextNode(value != null ? value : "");
       }
   
  -   /**
  +    /**
        * Build attributes XML
        */
       private void buildMiscXML(Element root)
  @@ -233,7 +233,7 @@
           node.appendChild(this.createTextNode(doc, this.request.getRemoteHost()));
           root.appendChild(node);
           node = doc.createElementNS(null, "scheme");
  -        node.appendChild(this.createTextNode(doc, this.request.getRemoteHost()));
  +        node.appendChild(this.createTextNode(doc, this.request.getScheme()));
           root.appendChild(node);
           node = doc.createElementNS(null, "serverName");
           node.appendChild(this.createTextNode(doc, this.request.getServerName()));
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to