[Flow] Routes with slash in path

Steffen Wickham steffen at gaming-inc.de
Fri Apr 11 16:32:54 CEST 2014


Hello guys,

I'm currently working on routes for my current project and running into some troubles and don't know what's wrong....

In this project I use the content repository and want to edit a specific node in it. So I added a dynamic route part handler class and a route configuration to my project. The configuration part is based on the Routes.Frontend.yaml of TYPO3 Neos and the route part handler is configured as well. When I try to access a node below root ("/") everything is fine (e.g. "/familyguy"), but when I want to access any child node below this string and the path contains a slash character (e.g. "/familyguy/peter"), my route part handler only gets an empty string as parameter in matchValue() method.

To verify all settings I removed all other Routes from configuration but can reproduce it every time. I also installed the latest version of Neos to verify that's no server issue and the resolver of Neos get the full string.

Is there some configuration switch which I have to enable for using slashes in path?

Greetings
Steffen


More information about the Flow mailing list