Warning message

A translation for your language preference does not exist.

How to enable encoded characters in EAP 7 (Undertow) ?

Solution 확인됨 - 업데이트됨 - 한국어 번역 요청

환경

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 7.x

문제

  • How to allow EAP to decode if request comes with encoded characters e.g. %2F ?

해결

  • EAP 7 by default does not allow decoding encoded character e.g. %2F in the request, it can be enabled executing the below cli commands
/subsystem=undertow/server=default-server/http-listener=default:write-attribute(name=allow-encoded-slash,value=true)

For more information about other attribute of undertow listener

근본 원인

  • EAP does not allow raw (eg. "/") characters within the request, the code must be updated to encode the characters and allow those in EAP.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

댓글