Details
Description
When i mount a resource reference by url
/ajax/owners
and another one by url
/ajax/owners/${id}
only the second resource reference is usable (will be found). The other one will throw an exception because of the missing parameter value.
It would be nice if both urls / resource references would be usable.
Attachments
Attachments
Issue Links
- breaks
-
WICKET-6170 Wrong requestmapper used for cache decorated resources
- Resolved