In the image webserver31-tomcat8-openshift the file /opt/webserver/webapps/manager/META-INF/context.xml with the following default content:
<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.d+.d+.d+|::1|0:0:0:0:0:0:0:1"/>
The uncommented valve contain regex that doesn't match IPv4 address while the one that is commented is valid. There should be a slash () before each of the dots (.) and digit identifiers (d) like the commented version has.
- is blocked by
-
CLOUD-3168 [JWS31] Missing escape in context.xml sed in os-jws-secure-mgmt-console module
-
- Closed
-