Hi Devs.Do we have a support for regex at dispatcher level.Actually I have added a generic rule like this which is not working.$1 and $2 are country code and language code.RewriteRule "^/([a-zA-Z]{2})/([a-zA-Z]{2})/precision-brewer/my-perfect-cup.html" "/$1/$2/precision-brewer/precision-brewer.html"...
I have question like I have a slingmodel XYZ and created a component and dialog for sling model XYZ.From the same component dialog how to inject sling model ABC without using Mulitfield in dialog.So how to design dialog and sling model for this purpose.@Model(adaptables = "Resource.class", defaultIn...