-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-alpha4
-
Fix Version/s: 3.0.0-beta1, 3.1.0
-
Component/s: None
-
Labels:None
-
Target Version/s:
-
Flags:Patch
descriptions of "HTTP CORS" parameters is before the names:
<property>
<description>Comma separated list of headers that are allowed for web
services needing cross-origin (CORS) support.</description>
<name>hadoop.http.cross-origin.allowed-headers</name>
<value>X-Requested-With,Content-Type,Accept,Origin</value>
</property>
..........
but they should be following value as others.