442419 CrossOriginFilter javadoc says "exposeHeaders", but should be "exposedHeaders"

This commit is contained in:
Jan Bartel 2014-10-09 14:10:27 +11:00
parent 2f696e87bd
commit 34fafcce4c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ import org.eclipse.jetty.util.log.Logger;
* minutes</li> * minutes</li>
* <li><b>allowCredentials</b>, a boolean indicating if the resource allows * <li><b>allowCredentials</b>, a boolean indicating if the resource allows
* requests with credentials. Default value is <b>false</b></li> * 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 * are allowed to be exposed on the client. Default value is the
* <b>empty list</b></li> * <b>empty list</b></li>
* <li><b>chainPreflight</b>, if true preflight requests are chained to their * <li><b>chainPreflight</b>, if true preflight requests are chained to their