pcs         98/05/30 07:29:51

  Modified:    info     known_bugs.html
  Log:
  Add a couple of important 1.3b7 bugs
  
  Revision  Changes    Path
  1.9       +27 -0     apache-site/info/known_bugs.html
  
  Index: known_bugs.html
  ===================================================================
  RCS file: /export/home/cvs/apache-site/info/known_bugs.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- known_bugs.html   1998/05/27 20:58:50     1.8
  +++ known_bugs.html   1998/05/30 14:29:51     1.9
  @@ -35,6 +35,33 @@
   problems</A>.</P>
   <HR>
   
  +<H2>Apache 1.3b7 Bugs</H2>
  +
  +<OL>
  +<LI><STRONG>Win32 only</STRONG> CGI scripts do not work because of two
  +    problems. First, the CGI environment variables are not being
  +    passed on to the script. See <A
  +    HREF="http://bugs.apache.org/index/full/2294";>PR#2294</A> for more
  +    details.  Secondly, the current working directory of the script
  +    is not being set, which affected scripts which relied on the
  +    directory being set to the directory containg the CGI program
  +    itself (although this is not a requirement of the CGI/1.1
  +    specification). See <A
  +    HREF="http://bugs.apache.org/index/full/2317";>PR#2317</A> for more
  +    details.
  +
  +<LI>The $ character inside an SSI directive is not being correctly 
  +    interpreted unless it marked the start of a variable. In
  +    particular, it does not work for marking the end of line in a
  +    regular expression.  See <A
  +    HREF="http://bugs.apache.org/index/full/1921";>PR#1921</A> and <A
  +    HREF="http://bugs.apache.org/index/full/2249";>PR#2249</A> for more
  +    details
  +
  +
  +
  +</OL>
  +
   <H2>Apache 1.3b5 Bugs</H2>
   
   <OL>
  
  
  

Reply via email to