Jump to: navigation, search

Web Engagement Cluster:web:cors-urlMapping

(Created page with "{{PubOption |hidden=false |default=* |valid=Any string that contains a URL mapping parameter that follows the Servlet 3.0 mapping specification (chapter 12.2 Specification o...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{PubOption
 
{{PubOption
 
|hidden=false
 
|hidden=false
|default=*
+
|default=*
|valid=Any string that contains a URL mapping parameter that follows the Servlet 3.0 mapping specification (chapter 12.2 Specification of Mappings), as documented at
+
|valid=Any string that contains a URL mapping parameter that follows the Servlet 3.0 mapping specification (chapter 12.2 Specification of Mappings), as documented at http://download.oracle.com/otn-pub/jcp/servlet-3.0-fr-eval-oth-JSpec/servlet-3_0-final-spec.pdf.
 
|takeseffect=After server restart
 
|takeseffect=After server restart
 
|shortdesc=Defines a filter mapping with the given URL patterns and dispatcher types for the CORS Filter.
 
|shortdesc=Defines a filter mapping with the given URL patterns and dispatcher types for the CORS Filter.

Latest revision as of 00:58, March 22, 2018


View in ref guide.

Edit this option          Publish this option          Clear draft content


Published Option

cors.urlMapping

Default Value: *
Valid Values: Any string that contains a URL mapping parameter that follows the Servlet 3.0 mapping specification (chapter 12.2 Specification of Mappings), as documented at http://download.oracle.com/otn-pub/jcp/servlet-3.0-fr-eval-oth-JSpec/servlet-3_0-final-spec.pdf.
Changes Take Effect: After server restart


Defines a filter mapping with the given URL patterns and dispatcher types for the CORS Filter.

Draft Option

No draft option

This page was last edited on March 22, 2018, at 00:58.
Comments or questions about this documentation? Contact us for support!