mkopylec / charon-spring-boot-starter

Reverse proxy implementation in form of a Spring Boot starter.
Apache License 2.0
240 stars 54 forks source link

Encoded path supported in regex path rewriter #117

Closed mkopylec closed 3 years ago

mkopylec commented 3 years ago

Fixes https://github.com/mkopylec/charon-spring-boot-starter/issues/115

codecov-commenter commented 3 years ago

Codecov Report

Merging #117 (335dad6) into master (58a717e) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #117   +/-   ##
=========================================
  Coverage     90.80%   90.80%           
  Complexity      542      542           
=========================================
  Files           167      167           
  Lines          1849     1849           
  Branches         54       54           
=========================================
  Hits           1679     1679           
  Misses          148      148           
  Partials         22       22           
Impacted Files Coverage Δ Complexity Δ
...rewrite/CommonRootPathResponseCookiesRewriter.java 85.18% <ø> (ø) 0.00 <0.00> (ø)
...eptors/rewrite/CommonRegexRequestPathRewriter.java 100.00% <100.00%> (ø) 0.00 <0.00> (ø)
...ylec/charon/forwarding/RequestMappingResolver.java 100.00% <100.00%> (ø) 7.00 <3.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 58a717e...335dad6. Read the comment docs.