On 19/07/14 02:40, Paul Miller wrote:
> I was thinking I could something like this:
> 
> ==========================
> 
> <!-- Check Auth --> <log message="Auth Check"/> <verifyauth
> assign_to="authvalid" username="1000" password="1000" /> <log
> message="   authvalid=[$authvalid]"/>
> 
> <ereg regexp="true" search_in="var" check_it="true" 
> assign_to="auth" variable="authvalid" />
> 
> </action>
> 
> but I get this error:
> 
> Failed regexp match: looking in '', with regexp 'true'.
> 

I think this is because the variable in "authvalid" is actually a
boolean, but regexp matching only makes sense against a string.

Is this a feature you need, or has the other email I've just sent
(pointing you at the actual v3.4.1 source with a fix) resolved your
verifyauth issues?

Best,
Rob

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to