DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21615>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21615

HTTP Request protocol field is case sensitive

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|jmeter-                     |[EMAIL PROTECTED]
                   |[EMAIL PROTECTED]      |



------- Additional Comments From [EMAIL PROTECTED]  2004-02-05 21:05 -------
>From section 3.1 in RFC 2196:

«
Scheme names consist of a sequence of characters beginning with a lower case
letter and followed by any combination of lower case letters, digits, plus
("+"), period ("."), or hyphen ("-"). For resiliency, programs interpreting URI
should treat upper case letters as equivalent to lower case in scheme names
(e.g., allow "HTTP" as well as "http").
»

So this is not, properly speaking, a bug. I still believe it should be fixed.
I've been testing and I've found that:
- We handle the protocol case-insensitively everywhere in our code.
- The JRE 1.3 java.net. packages handle it case-sensitively
- This is fixed in the 1.4.1_02 libraries (probably earlier).

So it's really very minor, but also very easy to fix. I'll do this now.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to