org.apache.wicket.protocol.http.servlet
Class SecuredRemoteAddressRequestWrapperFactory.Config

java.lang.Object
  extended by org.apache.wicket.protocol.http.servlet.SecuredRemoteAddressRequestWrapperFactory.Config
Enclosing class:
SecuredRemoteAddressRequestWrapperFactory

public static class SecuredRemoteAddressRequestWrapperFactory.Config
extends java.lang.Object


Constructor Summary
SecuredRemoteAddressRequestWrapperFactory.Config()
           
 
Method Summary
 void setSecuredRemoteAdresses(java.lang.String comaDelimitedSecuredRemoteAddresses)
          Comma delimited list of secured remote addresses.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredRemoteAddressRequestWrapperFactory.Config

public SecuredRemoteAddressRequestWrapperFactory.Config()
Method Detail

setSecuredRemoteAdresses

public void setSecuredRemoteAdresses(java.lang.String comaDelimitedSecuredRemoteAddresses)
Comma delimited list of secured remote addresses. Expressed with regular expressions.

Default value : 10\.\d{1,3}\.\d{1,3}\.\d{1,3}, 192\.168\.\d{1,3}\.\d{1,3}, 172\\.(?:1[6-9]|2\\d|3[0-1]).\\d{1,3}.\\d{1,3}, 169\.254\.\d{1,3}\.\d{1,3}, 127\.\d{1,3}\.\d{1,3}\.\d{1,3}

Parameters:
comaDelimitedSecuredRemoteAddresses -


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.