442419 CrossOriginFilter javadoc says "exposeHeaders", but should be "exposedHeaders"
This commit is contained in:
parent
2f696e87bd
commit
34fafcce4c
|
@ -68,7 +68,7 @@ import org.eclipse.jetty.util.log.Logger;
|
|||
* minutes</li>
|
||||
* <li><b>allowCredentials</b>, a boolean indicating if the resource allows
|
||||
* requests with credentials. Default value is <b>false</b></li>
|
||||
* <li><b>exposeHeaders</b>, a comma separated list of HTTP headers that
|
||||
* <li><b>exposedHeaders</b>, a comma separated list of HTTP headers that
|
||||
* are allowed to be exposed on the client. Default value is the
|
||||
* <b>empty list</b></li>
|
||||
* <li><b>chainPreflight</b>, if true preflight requests are chained to their
|
||||
|
|
Loading…
Reference in New Issue