[TYPO3-50-general] Need help with Routing

Christoph Blömer chbloemer at gmx.net
Sun Feb 1 05:56:47 CET 2009


Hello,

maybe someone can help me out with this problem:

I have the following Routes.yaml

WebDAV_Default:
  uriPattern: 'webdav/[path]'
  defaults:
    @package:    'WebDAV'
    @controller: 'Default'

If I enter the URL http://localhost/webdav/Folder1/
$this->arguments['path']->getValue() contains "Folder1"

So far so good.

Now I enter the URL  http://localhost/webdav/Folder1/SubFolder2/
I get the Exception  "The controller object 
"f3\webdav\controller\folder1controller" does not exist."

I expect the following value of $this->arguments['path']->getValue():
Folder1/SubFolder2/

Is this my mistake or is this a bug?

Every request should call the DefaultController.

Greetings
Christoph





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