You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2020/09/29 18:07:37 UTC

[Bug 64777] New: raw links broken if / appears in Message-Id

https://bz.apache.org/bugzilla/show_bug.cgi?id=64777

            Bug ID: 64777
           Summary: raw links broken if / appears in Message-Id
           Product: Apache httpd-2
           Version: 2.4-HEAD
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_mbox
          Assignee: bugs@httpd.apache.org
          Reporter: sebb@apache.org
  Target Milestone: ---

It looks like Message-Ids which contain a / character are not being handled
correctly everywhere.

For example:

http://mail-archives.apache.org/mod_mbox/tvm-dev/201910.mbox/%3cdmlc/tvm/issues/4054@github.com%3e

This displays OK, however the raw message link is

http://mail-archives.apache.org/mod_mbox/tvm-dev/201910.mbox/raw/%3cdmlc/tvm/issues/4054@github.com%3e

which gives a 404.

Similarly for other messages such as:

http://mail-archives.apache.org/mod_mbox/tvm-dev/201910.mbox/%3cdmlc/tvm/issues/4052@github.com%3e

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 64777] raw links broken if / appears in Message-Id

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64777

--- Comment #1 from Sebb <se...@apache.org> ---
One might expect the '/' character in the Message-Id to be %-encoded (as %2F)
but that does not seem to help.

It's odd that the main message link has the same format as the raw link but
only one works.

Note that using %2f in place of / in the initial link does work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org