Re: Suggestion for user auth.: regex

2012-03-28 Thread C. Michael Pilato
On 03/28/2012 08:38 AM, C. Michael Pilato wrote: > On 03/28/2012 03:55 AM, Josef RIESENEDER wrote: >> >> Hello, >> I have an suggestion for checking the user access. It would be nice to use a >> regex in the path instead of the full path. >> >> Instead of this: >> [/currTree/trunk/config] >> @user

Re: Suggestion for user auth.: regex

2012-03-28 Thread C. Michael Pilato
On 03/28/2012 03:55 AM, Josef RIESENEDER wrote: > > Hello, > I have an suggestion for checking the user access. It would be nice to use a > regex in the path instead of the full path. > > Instead of this: > [/currTree/trunk/config] > @user = rw > [/currTree/branches/branch1/config] > @user = rw >

Re: Suggestion for user auth.: regex

2012-03-28 Thread Hyrum K Wright
On Wed, Mar 28, 2012 at 2:55 AM, Josef RIESENEDER wrote: > > Hello, > I have an suggestion for checking the user access. It would be nice to use a > regex in the path instead of the full path. > > Instead of this: > [/currTree/trunk/config] > @user = rw > [/currTree/branches/branch1/config] > @use

Re: Suggestion for user auth.: regex

2012-03-28 Thread Philip Martin
Josef RIESENEDER writes: > I have an suggestion for checking the user access. It would be nice to use > a regex in the path instead of the full path. > > Instead of this: > [/currTree/trunk/config] > @user = rw > [/currTree/branches/branch1/config] > @user = rw > > It should be possible to use s