-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6.1
-
Fix Version/s: None
-
Component/s: Documentation, JAX-RS Security
-
Labels:None
-
Estimated Complexity:Unknown
Referring to http://cxf.apache.org/docs/jax-rs-cors.html, http://svn.apache.org/repos/asf/cxf/trunk/rt/rs/security/cors/src/main/java/org/apache/cxf/rs/security/cors/CrossOriginResourceSharingFilter.java
Attribute localPreflight is undefined for the annotation type CrossOriginResourceSharing. However, we can use @LocalPreflight or 'defaultOptionsMethodsHandlePreflight' to deal with Preflight requests.