cziegeler    01/10/23 04:30:00

  Modified:    src/org/apache/cocoon/environment/http Tag: cocoon_20_branch
                        HttpContext.java
  Log:
  Synced doc build system with 2.1
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.2.7 +3 -4      
xml-cocoon2/src/org/apache/cocoon/environment/http/HttpContext.java
  
  Index: HttpContext.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/environment/http/HttpContext.java,v
  retrieving revision 1.1.1.1.2.6
  retrieving revision 1.1.1.1.2.7
  diff -u -r1.1.1.1.2.6 -r1.1.1.1.2.7
  --- HttpContext.java  2001/10/17 09:07:38     1.1.1.1.2.6
  +++ HttpContext.java  2001/10/23 11:30:00     1.1.1.1.2.7
  @@ -38,11 +38,11 @@
       public void setAttribute(String name, Object value) {
           servletContext.setAttribute(name, value);
       }
  -    
  +
       public void removeAttribute(String name) {
           servletContext.removeAttribute(name);
       }
  -    
  +
       public Enumeration getAttributeNames() {
           return servletContext.getAttributeNames();
       }
  @@ -52,8 +52,7 @@
          return servletContext.getResource(path);
       }
   
  -    public String getRealPath(String path)
  -    throws MalformedURLException {
  +    public String getRealPath(String path) {
           if (path.equals("/") == true) {
               String value = servletContext.getRealPath(path);
               if (value == null) {
  
  
  

----------------------------------------------------------------------
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