mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
Fix typo
This commit is contained in:
parent
5598a6a9e1
commit
6c5fd38a3f
@ -369,9 +369,7 @@ public final class ExpressionUrlAuthorizationConfigurer<H extends HttpSecurityBu
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specify that URLs requires a specific IP Address or <a href=
|
* Specify that URLs requires a specific IP Address or subnet.
|
||||||
* "https://forum.spring.io/showthread.php?102783-How-to-use-hasIpAddress&p=343971#post343971"
|
|
||||||
* >subnet</a>.
|
|
||||||
* @param ipaddressExpression the ipaddress (i.e. 192.168.1.79) or local subnet
|
* @param ipaddressExpression the ipaddress (i.e. 192.168.1.79) or local subnet
|
||||||
* (i.e. 192.168.0/24)
|
* (i.e. 192.168.0/24)
|
||||||
* @return the {@link ExpressionUrlAuthorizationConfigurer} for further
|
* @return the {@link ExpressionUrlAuthorizationConfigurer} for further
|
||||||
|
@ -29,7 +29,7 @@ import org.springframework.security.web.authentication.DelegatingAuthenticationE
|
|||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* With the default EvaluationContext ({@link ELRequestMatcherContext}) you can use
|
* With the default EvaluationContext ({@link ELRequestMatcherContext}) you can use
|
||||||
* <code>hasIpAdress()</code> and <code>hasHeader()</code>
|
* <code>hasIpAddress()</code> and <code>hasHeader()</code>
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user