You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by di...@apache.org on 2001/02/25 01:30:12 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon/environment/commandline CommandLineRequest.java

dims        01/02/24 16:30:12

  Modified:    src/org/apache/cocoon/environment/commandline Tag:
                        xml-cocoon2 CommandLineRequest.java
  Log:
  Fix for commandline generation.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.9   +5 -3      xml-cocoon/src/org/apache/cocoon/environment/commandline/Attic/CommandLineRequest.java
  
  Index: CommandLineRequest.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/environment/commandline/Attic/CommandLineRequest.java,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- CommandLineRequest.java	2001/02/15 20:29:18	1.1.2.8
  +++ CommandLineRequest.java	2001/02/25 00:30:12	1.1.2.9
  @@ -29,7 +29,7 @@
    * Creates a specific servlet request simulation from command line usage.
    *
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
  - * @version CVS $Revision: 1.1.2.8 $ $Date: 2001/02/15 20:29:18 $
  + * @version CVS $Revision: 1.1.2.9 $ $Date: 2001/02/25 00:30:12 $
    */
   
   /*
  @@ -124,8 +124,10 @@
           return (header != null) ? Integer.parseInt(header) : -1;
       }
       public long getDateHeader(String name) {
  -        throw new RuntimeException (this.getClass().getName() + ".getDateHeader(String name) method not yet implemented!");
  -    } // FIXME
  +        //FIXME
  +        //throw new RuntimeException (this.getClass().getName() + ".getDateHeader(String name) method not yet implemented!");
  +        return 0;
  +    } 
       public Enumeration getHeaders(String name) {
           throw new RuntimeException (this.getClass().getName() + ".getHeaders(String name) method not yet implemented!");
       } // FIXME