--- parser3/src/www/cgi-bin/Attic/auto.p 2001/03/18 11:58:20 1.8
+++ parser3/src/www/cgi-bin/Attic/auto.p 2001/03/24 19:12:24 1.17
@@ -1,17 +1,24 @@
-@main[]
-^untaint[as-is]{^process[$request:query]}
-^$request:query=$request:query
-^$request:uri=$request:uri
-
-^rem{$response:content-type[test]}
-
@exception[origin;source;comment;type;code]
-ERROR: $origin '$source' ${comment}. type=$type code=$code
+CGI_BIN_ERROR:
+if(def $source){$origin '$source'}
+${comment}.
+^if(def $type){type=$type}
+^if(def $code){code=$code}
+
@auto[]
$limits[
$post_max_size(10*0x400*0x400)
]
-^rem{$defaults[
- $content-type[text/html-z]
-]}
+$defaults[
+ $content-type0[text/html]
+ $content-type[
+ $value[text/html]
+ $charset[windows-1251]
+ ]
+]
+
+@auto_test[]
+^BASE.auto_test[]
+