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

            Bug ID: 56922
           Summary: FallbackResource doesn't fall back with %2F in URL
           Product: Apache httpd-2
           Version: 2.2.27
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_dir
          Assignee: [email protected]
          Reporter: [email protected]

I'm successfully using FallbackResource on arewemeetingyet.com. However, an
issue has cropped up where FallbackResource seems to work incorrectly. I.e.,
this URL works fine:

http://arewemeetingyet.com/Brisbane/2014-03-16/22:00/foo/bar

All state for the app is contained in the URL, and in this case the state is a
little bit invalid, in that the fourth URL path component is supposed to
contain the title. As such, clicking the "Use as template" link, then the "Go
to URL" button yields this similar but different URL:

http://arewemeetingyet.com/Brisbane/2014-03-16/22:00/foo%2Fbar

However, upon requesting this, Apache throws a 404 Not Found error. Since
"Brisbane" is definitely not a directory in the DocumentRoot for this (nor are
"foo" or "bar", BTW), it seems like this should fall back exactly like the
first address.

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