Closed LyashenkoGS closed 6 years ago
GET /product/show/l%D7x%26%B5%B8%C86%19%D4q%98 HTTP/1.1 someOptionalHeader:asd Host: localhost:8080 Connection: keep-alive Accept-Encoding: gzip, deflate Accept: */* User-Agent: python-requests/2.18.4
Actual: (provided by wireshark)
GET /product/show/%7Bid%7D?someOptionalHeader=asd&id=l%D7x%26%B5%B8%C86%19%D4q%98 HTTP/1.1 Host: localhost:8080 Connection: keep-alive Accept-Encoding: gzip, deflate Accept: */* User-Agent: python-requests/2.18.4
How to reproduce: Use https://github.com/LyashenkoGS/springboot_swagger_example/commit/13636377d2074755816f8fa1152c962ceb5e5d07 Build, run, export swagger.json according to the README.md
I've made some improvements on this area, could you please check it?
Works fine in 9988388338f0e6116b4d1ec1d5acbb2a208ab28f
Actual: (provided by wireshark)
How to reproduce: Use https://github.com/LyashenkoGS/springboot_swagger_example/commit/13636377d2074755816f8fa1152c962ceb5e5d07 Build, run, export swagger.json according to the README.md