Description
Hi,
the setRedirect method with the target Page class doesn't work on a page which has the same beginners characters with another page
In my case, i had 2 pages named PatindPage.class and PatindBOPage.class, their names have the same Patind characters.
With Click 1.4 when i call the setRedirect(PatindBOPage.class), it works well but with Click 1.5, it doesn't find the path (404 error)
If i try with the PatindPage.class, i have the same error, and finally if i try with ApatindBOPage.class it works.