[Flow] Routes with slash in path

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


Hello Carsten,

yes, that's exactly what I try to achieve.
I already had a look in Neos Configuration and route part handler code
as well. But nothing what does this behaviour will explain.

I als simplified my configuration just to get it working. Even Neos
configuration (only frontend settings) isn't working for me. :-(



Am 11.04.14 16:37, schrieb Carsten Bleicker:
> No concrete solution but this looks very similar to the routing of Neos Document Nodes.
>
> f.e. anything /foo/bar/baz.html resutls in a nodepath "/foo/bar/baz".
>
> maybe the neos routing could give you examples?
>
>
>
> Am 11.04.2014 um 16:32 schrieb Steffen Wickham <steffen at gaming-inc.de>:
>
>> 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
>> _______________________________________________
>> Flow mailing list
>> Flow at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow



More information about the Flow mailing list