Am 01.10.15 um 13:06 schrieb Santiago Garcia Pimentel: > Hello, > > I face a problem due to the setup we chose for mapping urls and I was hoping > to get some insight of how the different mechanism work together (if they do). > > We have problems when resolving an url from the browser that passes through > rules in /etc/map and a config in the resource resolver factory OSGi > configuration. > > How these mechanisms work together? I was hoping that /etc/map would first be > applied to get the ‘internal’ url and then the resource resolver config would > use its config to find the actual resource, but it doesn’t seem that way. > Hi,
the config of the resource resolver is an alternative to /etc/map. At runtime both are merged into a single mapping table. So either a mapping from etc/map or a mapping from the config is applied. Carsten -- Carsten Ziegeler Adobe Research Switzerland [email protected]
