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 2014/09/07 12:31:26 UTC

[Bug 56922] New: FallbackResource doesn't fall back with %2F in URL

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: bugs@httpd.apache.org
          Reporter: djc@apache.org

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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 56922] FallbackResource doesn't fall back with %2F in URL

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

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Eric Covener <co...@gmail.com> ---
Do you have AllowEncodedSlashes set?

-- 
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 56922] FallbackResource doesn't fall back with %2F in URL

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

Dirkjan Ochtman <dj...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from Dirkjan Ochtman <dj...@apache.org> ---
That seems to have done the trick. Maybe there should be a pointer to
AllowEncodedSlashes in the FallbackResources documentation?

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