Radicale icon indicating copy to clipboard operation
Radicale copied to clipboard

radicale rights file and case-sensitive issue

Open vijaysar opened this issue 5 years ago • 0 comments

Looks like the rights file regex is compared case-sensitive by default. We have users whose URL is http://calurl/user/user.ics but the user is allows to login with credentials of User or usEr without any case checking. Is it possible to support this in rights file? Or in the code you could check regex match with

re.IGNORECASE

flag. The later seems like a good long term option.

vijaysar avatar Nov 02 '20 17:11 vijaysar