[TYPO3-50-general] Need help with Routing

Karsten Dambekalns karsten at typo3.org
Mon Feb 2 12:36:11 CET 2009


Hi.

On 01.02.2009 5:56 Uhr, Christoph Blömer wrote:
> If I enter the URL http://localhost/webdav/Folder1/
> $this->arguments['path']->getValue() contains "Folder1"
  ...
> Now I enter the URL http://localhost/webdav/Folder1/SubFolder2/
> I get the Exception "The controller object
> "f3\webdav\controller\folder1controller" does not exist."
  ...
> Is this my mistake or is this a bug?

It's a missing feature :)

In your first case your route matches, in the second it does not match 
and thus the "default" package/controller/action route matches.

Bastian should be able to tell us, how one can create a route like the 
one you need (i.e. "webdav/* is mine").

Regards,
Karsten


More information about the TYPO3-project-5_0-general mailing list