-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When using encoding, some characters got encoded a few times, so the upstream request was not correct. Is impossible to get it 100% perfect, because some chars (`?/#`) are hard to get it right when using ngx.var.uri, but we need to use ngx.var.uri. After discussing it with support/product, this is the best way to handle it. Reported by [email protected] Fix: https://issues.redhat.com/browse/THREESCALE-5117 Signed-off-by: Eloy Coto <[email protected]>
- Loading branch information
Showing
2 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters