6 messages in ru.sysoev.nginxRe: serving WAP pages from nginx
FromSent OnAttachments
Asif AliJul 29, 2008 2:04 am 
Almir KaricJul 29, 2008 2:54 am 
Asif AliJul 29, 2008 4:29 am 
Asif AliJul 29, 2008 4:31 am 
Igor SysoevJul 29, 2008 5:04 am 
mikeJul 29, 2008 12:22 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: serving WAP pages from nginxActions...
From:mike (mike@public.gmane.org)
Date:Jul 29, 2008 12:22:59 pm
List:ru.sysoev.nginx

On 7/29/08, Igor Sysoev <is-G@public.gmane.org> wrote:

The request

"GET
/waphandler?cid=14131C047A5041424257475C4657455C8D8F&ua=SPICE-S808%2FWAP+Browser&ip=ip_zest&mt=Insert
relevant metadata here&request=impression HTTP /1.0"

is invalid because is contains unescaped spaces in URI: "mt=Insert relevant metadata here"

will nginx still serve this? in my opinion it should understand the request and still handle it. we can't necessarily control the input but we can control the handling of it...