Skip to content

sguillope/openfeign-url-encoding-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openfeign-url-encoding-issue

URL encoding issue introduced in OpenFeign 10.7.1

OpenFeign drastically changed how elements of the url are encoded in OpenFeign/feign#1138

In particular, path segments are not encoded correctly:

  • the colon character : is now encoded to %3A although it's not required
  • the forward slash / is not automatically encoded anymore which means that it gets resolved as a path segment separator instead

This project uses Spring Cloud OpenFeign to demonstrate the encoding issue. Simply run the tests in ExampleClientTest to see the failures.

About

URL encoding issue introduced in OpenFeign 10.7.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages