|
4#
楼主 |
发表于 2012-8-21 15:01:54
|
只看该作者
自己改了一下函数:
web_reg_save_param_ex(
"ParamName=CorrelationParameter_2",
"LB=;jsessionid=",
"RB=.node1",
"NotFound=warning",
SEARCH_FILTERS,
"Scope=Headers",
"IgnoreRedirections=Yes",
"RequestUrl=*/amf*",
LAST);
log如下,为什么CorrelationParameter_2是空的?
vuser_init.c(73): Notify: Saving Parameter "CorrelationParameter_1 = D8BA2396-721F-7409-47E2-D019EE58B849".
vuser_init.c(73): Notify: Saving Parameter "CorrelationParameter_2 = ".
vuser_init.c(73): Warning -35061: No match found for the requested parameter "CorrelationParameter_2". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MWAR-35061] |
|