-
Bug
-
Resolution: Done
-
Major
-
7.1.6.GA, 7.2.2.GA
-
-
-
-
-
-
+
-
Workaround Exists
-
HttpServletRequest getLocalName() returns IP instead of hostname
If I deploy the below sample code on EAP 7.x
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { System.out.println(request.getLocalName()); System.out.println(request.getClass()); }
Output on EAP 7
17:10:06,950 INFO [stdout] (default task-1) 10.65.193.93 17:10:06,950 INFO [stdout] (default task-1) class io.undertow.servlet.spec.HttpServletRequestImpl
IP address instead of hostname
- clones
-
UNDERTOW-1569 HttpServletRequest getLocalName() returns IP instead of hostname
- Resolved
- is incorporated by
-
JBEAP-17277 [GSS](7.2.z) Upgrade Undertow from 2.0.22 to 2.0.25.SP1
- Closed