[RADIATOR] regex match in realm

2012-07-31 Thread Hugo Veiga
Hi, Yes, tried with and without just to make sure. On the double check I found that I introduced another symbol the first time I added the quotes. :) Thanks a lot António and Heikki Regards, Hugo Veiga >Hi, > >Have you surrounded it with double quotes? > >Regards, >António Mendes > > >Em 31-

Re: [RADIATOR] regex match in realm

2012-07-31 Thread António Mendes
Hi, Have you surrounded it with double quotes? Regards, António Mendes Em 31-07-2012 10:39, Hugo Veiga escreveu: Hi, Same result, if I use a coma in the regex it will not match even if it should. I'm using radiator 4.7.3 Regards, Hugo Veiga Hi Hugo, I think that your regexp is badly f

[RADIATOR] regex match in realm

2012-07-31 Thread Hugo Veiga
Hi, Same result, if I use a coma in the regex it will not match even if it should. I'm using radiator 4.7.3 Regards, Hugo Veiga Hi Hugo, I think that your regexp is badly formed, could you please test the following and post the results: /^([a-zA-Z0-9\.-]+@?)*[a-zA-Z0-9\.-]*\.([a-zA-Z]){2,4}$/

Re: [RADIATOR] regex match in realm

2012-07-31 Thread António Mendes
Hi Hugo, I think that your regexp is badly formed, could you please test the following and post the results: /^([a-zA-Z0-9\.-]+@?)*[a-zA-Z0-9\.-]*\.([a-zA-Z]){2,4}$/ This allows strings of type: u...@ua.pt ua.pt ua.ppt ua.ptpt u...@ua.pptt This not allows: @ua.pt ""s...@ua.pt Regards,

Re: [RADIATOR] regex match in realm

2012-07-31 Thread Hugo Veiga
Hi, I tried addind the double quotes to surround the Realm but it still doesn't beave as expected. The realm ua.pt should be a match but with the ,4 it doesn't work ! Do you have more advice? They are very welcome. Thanks, Hugo Veiga On 07/30/2012 05:44 PM, Hugo Veiga wrote: >* I'm hav

Re: [RADIATOR] regex match in realm

2012-07-30 Thread Heikki Vatiainen
On 07/30/2012 05:44 PM, Hugo Veiga wrote: > I'm having trouble in a regex in realm Handler: > > Realm=/^[a-zA-Z0-9\.-]*?\.([a-zA-Z]){2,4}$/, > Client-Identifier=/^(?!4ProxyServer$)/> Hello Hugo, I tried the handler and got this: ERR: Bad attribute=value pair: 4}$/, Client-Identifier=/^(?!4P

[RADIATOR] regex match in realm

2012-07-30 Thread Hugo Veiga
Hi, I'm having trouble in a regex in realm Handler: The problem is in the Realm part: If I put the regex like mentioned and test the user: t...@ua.pt the string will never math!. But I've tried out this regex in various regex testers and it should be working. If I take out maximum number of