You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cli-dev@httpd.apache.org by bu...@apache.org on 2005/02/03 09:01:47 UTC

DO NOT REPLY [Bug 33381] New: - mod_rewrite variables not accessible from ASP.NET

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=33381>.
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=33381

           Summary: mod_rewrite variables not accessible from ASP.NET
           Product: Apache mod_aspdotnet
           Version: 2.0.0
          Platform: PC
               URL: http://polidea.pl
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_aspdotnet
        AssignedTo: cli-dev@httpd.apache.org
        ReportedBy: klip@mp.pl


If you use mod_rewrite, it adds 2 environment variables:
named SCRIPT_URL  and SCRIPT_URI. They contain original uri/url as they were
initially requested: http://httpd.apache.org/docs-2.0/mod/mod_rewrite.html#EnvVar

The bug is, that there is no access to these variables from ASP.NET.

Additionally, some variables have spoiled encoding. It seems that if you have
url with some non-standard characters (encoded using UrlEncode), they are
decoded to UTF-8 and then visible in ASP.NET as ASCI.

-- 
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.