Results 8 issues of Lulu

以前版本有这个功能来着,咋现在没有了,挺实用的skip _if

## Describe the bug setup_hooks无法修改request 实际请求的还是原来的参数 ## Versions Httprunner 4.1.3 go 1.17.8 ```go func ChangeResponse(response interface{}) string { response.(map[string]interface{})["status_code"] = 200 return fmt.Sprintf("xxxresponse %v", response) } 修改完后,validate还是原来的status_code,hook无法修改吗,以前版本不是可以吗 ```

pending

Envrionment: upgrade from Spring2.6.x to SpringBoot3.2.0 Scenario: I want to use custom jsp tagLib in **production war** scenario , my startup command similar with java -jar fool.war ```shell ├── resources...

status: waiting-for-triage
status: feedback-provided

[issue](https://github.com/spring-cloud/spring-cloud-gateway/issues/3244) combine the form map and queryParams to pass to RequestWrapper

waiting-for-triage

[issue](https://github.com/spring-cloud/spring-cloud-gateway/issues/3247) Add a condition 'DoNotReplaceQueryParams' paramerter for ProxyExchangeHandlerFunction in GatewayMvc

waiting-for-triage

**Is your feature request related to a problem? Please describe.** In my scenario, my request uri is "http://fool?key1=value1@%26@&key2=value2" , it wiil proxy for another server. i use embed jetty, i...

waiting-for-triage

**Describe the bug** Gateway-Mvc FormFilter erase all parameters causing retrive parameter return null in later filter or servlet **Sample** i have a servlet for a form to post submit ,...

waiting-for-triage

when disable RemoveContentLengthFilter and post form data , the form filter code chunk where contact data string exist a litter bug i write a test case to prove the sceniaro

bug
waiting for feedback