"Zed A. Shaw" <[EMAIL PROTECTED]> wrote:
> On Mon, 16 Oct 2006 07:48:16 +0800
> "Eden Li" <[EMAIL PROTECTED]> wrote:
> 
> > Here's a patch of http_parser.rl against r358 that allows these three
> > characters and associated unit tests.
> 
> 
> Rock on!  That's what I'm talking about.  I'll apply this soon and
> post up a pre-release.
>  
> Thanks Eden.

I was late to the party, but just committed this to trunk:

------------------------------------------------------------------------
r996 | normalperson | 2008-03-27 14:46:28 -0700 (Thu, 27 Mar 2008) | 12 lines
Changed paths:
   M ext/http11/http11_parser.c
   M ext/http11/http11_parser_common.rl
   M test/test_http11.rb

http11_parser: accept '"' (double-quote), '<', and '>' characters in URLs

Some broken web browsers don't properly escape ", <, and > characters
in URLs, however these URLs to occasionally legitimate and sometimes
show up.

This patch was submitted by Eden Li here:
  http://rubyforge.org/pipermail/mongrel-users/2006-October/001845.html

This patch was accepted by Zed Shaw here:
  http://rubyforge.org/pipermail/mongrel-users/2006-October/001847.html

------------------------------------------------------------------------

-- 
Eric Wong
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to