Default value is not assigned to HeaderParam
--------------------------------------------
Key: CXF-2080
URL: https://issues.apache.org/jira/browse/CXF-2080
Project: CXF
Issue Type: Bug
Affects Versions: 2.2
Reporter: Chaitanya Choleti
Priority: Minor
Fix For: 2.2
This is because in the method InjectionUtils.createParameterObject(....)
defaultValue is assigned to the paramValues only if paramValues is null and
paramValues is never null in case of HeaderParam.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.