[Yanel-dev] Associating query strings with resource configurations

Michael Wechner michael.wechner at wyona.com
Sun Jul 31 01:24:18 CEST 2011


Hi

I have recently introduced a new resource type matcher implementation, which
allows to match query strings with resource configurations.

After testing for quite some time now it seems to be stable and hence I 
have committed it

Sending        src/core/java/org/wyona/yanel/core/ResourceManager.java
Transmitting file data .
Committed revision 59735.

but in case you should have issues, then one can easily switch it back:

resourceTypeMatcher = new ResourceTypeDefaultMatcher();
//resourceTypeMatcher = new ResourceTypeMatcherV1ImplV2();

Thanks

Michael


More information about the Yanel-development mailing list