397167 Remote Access documentation is wrong
This commit is contained in:
parent
310c7a543e
commit
bd7930416e
|
@ -39,6 +39,7 @@
|
|||
</servlet>
|
||||
|
||||
<!-- Allow remote access to test webapp -->
|
||||
<!--
|
||||
<filter>
|
||||
<filter-name>TestFilter</filter-name>
|
||||
<filter-class>com.acme.TestFilter</filter-class>
|
||||
|
@ -48,6 +49,7 @@
|
|||
<param-value>true</param-value>
|
||||
</init-param>
|
||||
</filter>
|
||||
-->
|
||||
|
||||
</web-app>
|
||||
|
||||
|
|
|
@ -21,11 +21,11 @@ cross domain scripting vulnerabilities and reveal private information. This pag
|
|||
is displayed because you have accessed this context from a non local IP address.
|
||||
</p>
|
||||
<p>
|
||||
You can disable the remote address checking by editing webapps/test.d/override-web.xml, uncommenting the declaration of the TestFilter, and changing the
|
||||
You can disable the remote address checking by editing demo-base/webapps/test.d/override-web.xml, uncommenting the declaration of the TestFilter, and changing the
|
||||
"remote" init parameter to "true".
|
||||
</p>
|
||||
<p>
|
||||
This webapp is deployed in $JETTY_HOME/webapps/test and configured by $JETTY_HOME/webapps/test.xml and $JETTY_HOME/webapps/test.d/override-web.xml
|
||||
This webapp is deployed in $JETTY_HOME/demo-base/webapps/test.war and configured by $JETTY_HOME/demo-base/webapps/test.xml and $JETTY_HOME/demo-base/webapps/test.d/override-web.xml
|
||||
</p>
|
||||
|
||||
</BODY>
|
||||
|
|
Loading…
Reference in New Issue