Actions
Bug #3991
closedWebrick doesnt except long URIs RequestURITooLarge
Description
=begin
If your URI (plus the protocol portions) is longer than 1024 bytes you get an error of RequestURITooLarge
It is valid in the standard to have a URI longer than 1024 bytes.
Specifically this breaks support for OpenID.
Patch is easy.
class httprequest.rb
method read_request_line
change 1024 to something more reasonable.
I updated mine to 2083 which is the maximum length IE supports
=end
Updated by naruse (Yui NARUSE) over 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r29617.
Chris, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions
Like0
Like0