HTTPServletRequest GetParameterMap() Throws Null Pointer Exception
(Doc ID 1159845.1)
Last updated on FEBRUARY 14, 2025
Applies to:
Oracle Containers for J2EE - Version 10.1.3.5.0 and laterInformation in this document applies to any platform.
Symptoms
When implementing a security system using JAZN with Oracle IDM (Identity Management) implementation and defining a custom TokenCollector on the method getToken, if calling Map params = request.getParameterMap(); (where request is HttpServletRequest), a null pointer exception on the class EvermindHttpServletRequest method getParameters is raised.
Here is an example of the code fragment:
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |