Diff for /parser3/src/www/cgi-bin/Attic/auto.p between versions 1.5 and 1.8

version 1.5, 2001/03/16 12:46:37 version 1.8, 2001/03/18 11:58:20
Line 1 Line 1
 @main[]  @main[]
 ^untaint{^process[$request:query]}  ^untaint[as-is]{^process[$request:query]}
 ^$request:query=$request:query  <BR>  ^$request:query=$request:query<BR>
 ^$request:uri=$request:uri<BR>  ^$request:uri=$request:uri<BR>
   
   ^rem{$response:content-type[test]}
   
   @exception[origin;source;comment;type;code]
   ERROR: $origin '$source' ${comment}. type=$type code=$code
   
   @auto[]
   $limits[
           $post_max_size(10*0x400*0x400)
   ]       
   ^rem{$defaults[
           $content-type[text/html-z]
   ]}

Removed from v.1.5  
changed lines
  Added in v.1.8


E-mail: