HttpServletRequest.getRemoteAddr(); returns the 0.0.0.4 for all the requests
#Environment: JDK11 , oracle weblogic14c
<Jan 5, 2023, 11:05:58 AM Indochina Time> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 11.0.4+0-hp-ux from Hewlett Packard Enterprise Company.>
<Jan 5, 2023, 11:06:03 AM Indochina Time> <Info> <Management> <BEA-141107> <Version: WebLogic Server 14.1.1.0.0
HttpServletRequest.getRemoteAddr(); returns the 0.0.0.4 for all the requests,it doesn't return the correct remote address.
#Environment: JDK8 , oracle weblogic14c
<Jan 5, 2023 11:09:10 AM ICT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 25.08-b1 from Hewlett-Packard Company.>
<Jan 5, 2023 11:09:13 AM ICT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 14.1.1.0.0
HttpServletRequest.getRemoteAddr(); returns the correct remote address.
so ,we require help on to get the correct remote address on JDK11 , oracle weblogic14c enviroment .