Hi,
I'm trying to add some advanced rules to the Dispatcher (4.1.9) but I'm finding myself very limited by the way patterns have to be written. [1] Is there any reason why it doesn't just use regex?
How would I implement rules like these with the current patterns?
In addition to these pattern issues, does anybody have resources for the new vanity url feature in 4.1.9?
[1] http://docs.adobe.com/docs/en/dispatcher/disp-config.html#Designing Patterns for glob Properties
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
ATM there only globs. If you need regex support for filter rules, you could implement them also on the webserver/httpd level.
kind regards,
Jörg
Views
Replies
Total Likes
the vanity url feature is explained here http://dev.day.com/content/ddc/en/gems/dispatcher-caching---new-features-and-optimizations.html.
1. can be done by denying every param in the first line and then allowing q in the second line and allowing fq in third line
2. Nt sure about 2. The regex would be [a-zA-Z0-9]+
Views
Replies
Total Likes
Hi,
ATM there only globs. If you need regex support for filter rules, you could implement them also on the webserver/httpd level.
kind regards,
Jörg
Views
Replies
Total Likes
Yeah, I saw the vanity url feature "explained" in the web cast, but couldn't find details anywhere. For example, where can I get the servlet that creates the vanity url list on the AEM side (the path referenced in the example doesn't exist for me)?
Views
Replies
Total Likes
For vanity urls, you would need vanityurls-1.0.1.zip.Please raise a support ticket to get this if you cant find in package share.
Views
Replies
Total Likes