https://issues.apache.org/bugzilla/show_bug.cgi?id=50267

           Summary: % in message id, needs escaping as %25
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_mbox
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I was trying to understand why in this archive
http://mail-archives.apache.org/mod_mbox/incubator-general/201011.mbox/browser 

messages from Mattmann, Chris A (388J) do not load, such as the second.

Using firefox, if I open link in new tab, I get:
http://mail-archives.apache.org/mod_mbox/incubator-general/201011.mbox/ajax/%3cc8f432ca.238db%[email protected]%3e

which has the obvious perecent escape problem of not having escaped the 
% in the message id.

Fix this and

http://mail-archives.apache.org/mod_mbox/incubator-general/201011.mbox/ajax/%3cc8f432ca.238db%[email protected]%3e



returns appropriate XML content

c.f.
http://mail-archives.apache.org/mod_mbox/incubator-general/201011.mbox/%3cc8f432ca.238db%[email protected]%3e


The headers say:
Server: Apache/2.3.8 (Unix) mod_ssl/2.3.8 OpenSSL/1.0.0a

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to