Re: manual resolving of path

2018-04-13 Thread Korbinian Bachl
twoch, 11. April 2018 11:01:58 > Betreff: Re: manual resolving of path > Hi, > > This is actually relatively simple! > > Steps: > >   - Create a mapper for this which extends AbstractMapper >   - Return a compatibility score which is higher than other mappers if you &g

Re: manual resolving of path

2018-04-11 Thread Bas Gooren
Hi, This is actually relatively simple! Steps: - Create a mapper for this which extends AbstractMapper - Return a compatibility score which is higher than other mappers if you want to override them (e.g. return Integer.MAX_VALUE) - Implement mapRequest() to resolve the url to a