6.0.0-alpha10
5/14/25

[#12398] RequestMapper needs to be more flexible in parsing request path.
Summary RequestMapper needs to be more flexible in parsing request path.
Queue Horde Framework Packages
Queue Version Git master
Type Bug
State Assigned
Priority 1. Low
Owners Horde Developers (at)
Requester mrubinsk (at) horde (dot) org
Created 06/24/2013 (4342 days ago)
Due
Updated
Assigned
Resolved
Milestone
Patch No

History
06/24/2013 01:03:12 AM Michael Rubinsky Comment #1
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ RequestMapper needs to be more flexible in parsing request path.
Queue ⇒ Horde Framework Packages
Assigned to Horde DevelopersHorde Developers
Milestone ⇒
Patch ⇒ No
Reply to this comment
Horde_Core_Controller_Mapper::getRequestConfiguration currently uses 
$registry->get('webroot', 'horde') when parsing the request to 
determine the application we need to pass the request off to.

This will fail if the webroot is explicitly set to a full uri in 
registry.local.php since $request->getPath() is NOT a full uri.

This is one reason why some people may have heen having such a problem 
with the nag/t url, for example. I just spent over an hour debugging 
.htaccess files and rewrite rules...

Saved Queries