[Tsung] pb with dyn_variable

Boudon Cyrille cboudon at cpage.fr
Tue Jun 5 09:23:51 CEST 2007


Hi,

 

I use Tsung with a JSF application. There is a parameter named <
jsf_tree_64 > that contains caracters in [a-zA-Z0-9+/=]. When i declare
a dyn_variable, all caracter '+' are replaced with space.

For example if jsf_tree_64 is in html :

<input type="hidden" name="jsf_tree_64" id="jsf_tree_64"
value="H4sIAAAAAAAAAK1VS2/TQBBeo+kalCKAA">

 

If i use

<dyn_variable name="jsf_tree_64"/>

Then %%_jsf_tree_64%% is undefined so i use :

<dyn_variable name="tree64" regexp='&lt;input.*id="jsf_tree_64"
value="\(.*\)"&gt;'/>

And then %%_tree64%% = "H4sIAAAAAAAAAK1VS2/TQBBeo kalCKAA"

(+ replaced by space)

 

Is there a solution to have these caracters unchanged or replaced with
their html caracters like '%2B' ?

 

Regards,

 Cyrille

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.process-one.net/pipermail/tsung-users/attachments/20070605/6897325d/attachment.html


More information about the Tsung-users mailing list