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

Allow forwarding / rewriting of URIs with percentage encoded characters | Fixed https://github.com/mkopylec/charon-spring-boot-starter/issues/115 #116

Closed mararn1618 closed 3 years ago

mararn1618 commented 3 years ago

Fixed https://github.com/mkopylec/charon-spring-boot-starter/issues/115 according to https://www.baeldung.com/spring-uricomponentsbuilder

codecov-commenter commented 3 years ago

Codecov Report

Merging #116 (98a2498) into master (58a717e) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #116   +/-   ##
=========================================
  Coverage     90.80%   90.81%           
  Complexity      542      542           
=========================================
  Files           167      167           
  Lines          1849     1850    +1     
  Branches         54       54           
=========================================
+ Hits           1679     1680    +1     
  Misses          148      148           
  Partials         22       22           
Impacted Files Coverage Δ Complexity Δ
...eptors/rewrite/CommonRegexRequestPathRewriter.java 100.00% <100.00%> (ø) 0.00 <0.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...98a2498. Read the comment docs.