I have a looping rule! How to stop?

38 views
Skip to first unread message

Volker Erb

unread,
Jun 19, 2015, 2:00:46 AM6/19/15
to urlre...@googlegroups.com
Hello,
 
I tried this rule. It should change a lower "a" into a big "A". This should be used for repairing some fixed webdav-connections, which was changed from case insensitive to case sensitive! Now I need alway Shares/Folder-URLs, starting with a big "A" !!
 
 
This rule in  ( urlrewrite.xml )  works, but loops. Any idea, how to stop this easiliy?
 
<rule>
    <from>^/webdav/User Homes/[a]([0-9]+)$</from>
    <to type="permanent-redirect">/alfresco/webdav/User Homes/A$1</to>
</rule>
 
 
Thank for responce.
Volker

Avlesh Singh

unread,
Jun 19, 2015, 2:04:43 AM6/19/15
to UrlRewrite
Try adding casesensitive=true in your <from>, something like this -

<from casesensitive="true">^/webdav/User Homes/[a]([0-9]+)$</from>

- Avlesh

--
You received this message because you are subscribed to the Google Groups "UrlRewrite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to urlrewrite+...@googlegroups.com.
To post to this group, send email to urlre...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/urlrewrite/730032e4-98b6-4ff3-a7b4-641bd63f3321%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Volker Erb

unread,
Jun 25, 2015, 1:04:23 AM6/25/15
to urlre...@googlegroups.com
Hi Avlesh,
this hint helped. thanks a lot!
Regards,
Volker
Reply all
Reply to author
Forward
0 new messages