DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32902>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32902 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|IsPostBack return false |Lowercase request headers |after posting from a mobile |not recognized by |device. |mod_aspdotnet apps. ------- Additional Comments From [EMAIL PROTECTED] 2005-01-02 01:38 ------- Fixed in revision 123859. We were using case-sensitive comparisons to determine known header strings. The module now is case-insensitive for request and respond header lookups. This is the expected behavior per RFC 2616. The module is not case-insensitive for server environment strings, although this should be revisited in another incident if anyone trips over the issue. CGI environment strings -are- case sensitive, so the correct behavior isn't really clear. "All variable names are as defined in the CGI specification located at http://hoohoo.ncsa.uiuc.edu/cgi/env.html" per the .NET Plat SDK implies (and the examples reinforce this) suggests that case insensitive searches are not expected. Please test: http://httpd.apache.org/dev/dist/mod_aspdotnet-2.0.0.2002-snapshot-rev123862.msi and reopen if you have any continuing issues. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.