Use header-param in last webapps.cgi patch

db4
Chris Double 2008-01-17 16:38:35 +13:00
parent f694a832d5
commit c6ed59bd65
1 changed files with 1 additions and 1 deletions
extra/webapps/cgi

View File

@ -31,7 +31,7 @@ SYMBOL: cgi-root
"method" get >upper "REQUEST_METHOD" set
"raw-query" get "QUERY_STRING" set
"Cookie" "header" get at "HTTP_COOKIE" set
"Cookie" header-param "HTTP_COOKIE" set
"User-Agent" header-param "HTTP_USER_AGENT" set
"Accept" header-param "HTTP_ACCEPT" set