aem-guides-wknd icon indicating copy to clipboard operation
aem-guides-wknd copied to clipboard

Rewrite rule enhencement

Open yjwu-leadstec opened this issue 11 months ago • 0 comments

I found a small mistake from dispatcher/src/conf.d/rewrites/rewrite.rules line 31. I guess you intended to match ".html, .svg, .png", but because of the lack of an back escape, the rule also matched "ahtml, bsvg, cpng". It should add an escape character before the ".".

Expected Behaviour

match ".html, .svg, .png"

Actual Behaviour

also matched "ahtml, bsvg, cpng"

yjwu-leadstec avatar Mar 01 '24 10:03 yjwu-leadstec