chaosblade-io / chaosblade

An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)
https://chaosblade.io
Apache License 2.0
5.95k stars 946 forks source link

Remove pathinfo and servelet-path params in servlet #262

Closed xiejiashuai closed 4 years ago

xiejiashuai commented 4 years ago

More users are very puzzled when then use servelt pathinfo and servletpath that extract from HttpServletRequest. But Most of they only need servet-context-path + resources-url, such as

http://localhost:8080/oder-service/order/create , servet-context-path = oder-service and resources-url = /order/create so only need match oder-service/order/create

Type: feature request

tiny-x commented 4 years ago

improvement servlet plugin, see https://github.com/chaosblade-io/chaosblade-exec-jvm/pull/127