Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Click RC1
Description
Custom error page classes do not get picked up. After debugging this it looks like the error pages are added into the pageByPathMap without the / character at the front. When the application loads pages the / character is always preprended if not already present. I think this is fixable by chaning this constant:
static final String CLICK_PATH = "click";
so that it includes a / character at the start.