Description
org.apache.wicket.request.mapper.PageInstanceMapper.getCompatibilityScore(Request) currently returns 0 to give users mappers a chance but requests to 'wicket/page?...' are really requests to PIM and there is no need to execute all other mappers #mapRequest(Url).
If user app wants to handle requests to 'wicket/page' then it should override getCompatibilityScore() and return the same or higher value than PIM.