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

Problem while running Perl modules accessing CGI::self_url() content

           Summary: Problem while running Perl modules accessing
                    CGI::self_url() content
           Product: Apache httpd-1.3
           Version: 1.3.27
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Major
          Priority: Other
         Component: mod_cgi
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I upgraded from 1.3.19 to 1.3.27 and the CGI::self_url() function no longer
returns URL in the form 
http://<server 
address>:port/<cgi-path>?param1=value1&param2=value2&param3=value3
but rather in the form
http://<server 
address>:port/<cgi-path>?param1=value1;param2=value2;param3=value3

This is really an issue since we keep track of the user's navigation through our
application based on the self_url() piece of information and perform some
pattern matching on it using the usual "&" separator.

Thanks for you help solving this issue.
Xavier.

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

Reply via email to