There is a bug in ComponentClassResolverImpl that gives a start page as configured with SymbolConstants.START_PAGE_NAME precedence over an existing Index page in certain cases. If for example the pages example.pages.exam.ExamIndex and example.pages.exam.StartExam exist, the exam/ URL will map to StartExam instead of to ExamIndex as one might expect.
The question is: What is the desired behaviour in that case. Should Start pages other than at the root level be ignored alltogether? Should index pages in subpackages have precedence over Start pages? Should Start pages in subpackages have precedence over Index pages? Uli --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
