File:  [parser3project] / parser3 / tests / httpd / site / 404.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sat Dec 28 16:01:35 2024 UTC (17 months, 1 week ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
$request:uri and $request:path tests added (related to feature #1269)

^if(def $form:charset){
	$request:charset[$form:charset]
	$response:charset[$form:charset]
	$response:content-type.charset[$form:charset]
}

uri: "$request:uri"
path: "$request:path"

^form:fields.foreach[k;v]{"$k"="$v"}[
]

E-mail: