Skip to content

Added Conditional support for encoded percent in URL

Krishna Nikhil Vedurumudi requested to merge firewall into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)
#51 (closed)

Does this introduce a change in the core logic?

  • [YES]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

SpringBoot by default disables certain special characters in the URL. These characters include encoded percent, semi-colon, back and front slashes and period. Not having support for encoded % character in the URL is causing certain APIs such as GET /record/record:id to fail if the record id contains a % character.

What is the new/expected behavior?

Added conditional support for enabling encoded % in URL.

Have you added/updated Unit Tests and Integration Tests?

Integration tests - Yes.

Any other useful information

Edited by harshit aggarwal

Merge request reports