Details
Description
If i want initialize my provider, i use web.xml.
But in code, you use the same splitter (space) for class and properties.
For example i write org.apache.cxf.jaxrs.provider.json.JSONProvider(dropRootElement=false attributesToElements=true).
The servlet take "org.apache.cxf.jaxrs.provider.json.JSONProvider(dropRootElement=false" like Class to load.