Hi,
i would like to mount a resource with a name "/mypath/${param1}/whatever".
I've already mounted a page with "/mypath".
I was wondering why i was always redirected to the /mypath page.
In ResourceMapper i've found this:
<code>
@Override
public int getCompatibilityScore(Request request)
{
return 0; // pages always have priority over resources
}
</code>
So i would like to know: Why is the resource not mapped by it's appropriate
compatibility score
vs pages?
Thanks for your support
Per
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]