Am working on configuring NetIQ IDAM, and one of the component of NetIQ IDAM i.e User Application runs on preconfigured Tomcat 8.5.x. User Application have some pre defined functionality that enforces backslashes in URL but tomcat is blocking the BlackSlashes in the URL as a security measure.
I tried using these options:
-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
-Dorg.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH=true
but no use.
and because part of the component is not customizable, i don't have have any other option except configuring tomcat in some way to allow backslashes in URL.
Any suggestions how can i achieve this.
Sample HTTP Request: ?targetName=abc@xyz\.com