Hello-

I ran into a hickup with HybridUrlCodingStrategy and just want to run it by you all.

It looks like mounting a page with a trailing '/' causes things to get redirected to a page it cant find:
 mount( new HybridUrlCodingStrategy( "/aaa/", Index.class) );
 mount( new HybridUrlCodingStrategy( "aaa/", Index.class) );

These paths work fine for BookmarkablePageRequestTargetUrlCodingStrategy.

I don't know if its a bug or just needs an added note in the javadoc


Thanks
ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to