Annotation of parser3/src/www/cgi-bin/auto.p, revision 1.8
1.2 paf 1: @main[]
1.6 paf 2: ^untaint[as-is]{^process[$request:query]}
3: ^$request:query=$request:query<BR>
1.4 paf 4: ^$request:uri=$request:uri<BR>
5:
1.8 ! paf 6: ^rem{$response:content-type[test]}
1.7 paf 7:
1.6 paf 8: @exception[origin;source;comment;type;code]
1.8 ! paf 9: ERROR: $origin '$source' ${comment}. type=$type code=$code
! 10:
! 11: @auto[]
! 12: $limits[
! 13: $post_max_size(10*0x400*0x400)
! 14: ]
! 15: ^rem{$defaults[
! 16: $content-type[text/html-z]
! 17: ]}
E-mail: