[TYPO3-50-general] Need help with Routing
    Bastian Waidelich 
    bastian at typo3.org
       
    Wed Feb 18 19:43:26 CET 2009
    
    
  
Christoph Blömer wrote:
> So it seems if I return Umlaute in the findValueToMatch method I always 
> get the flow3 default view.
> The value $this->arguments['path']->getValue(); is empty.
> Are there only special values allowed? Like A-Za-z0-9\-\_ ???
No, all values are allowed.
I've just tried it with the example I have posted the other day.
"webdav/test1/test2/test3üöä" works. Only your argument will be 
urlencoded. So $this->arguments['path'] will be 
"test1/test2/test3%C3%BC%C3%B6%C3%A4".
How does your RoutePartHandler look like?
Bastian
    
    
More information about the TYPO3-project-5_0-general
mailing list