WSS4JInterceptors don't allow to have a password callback handler by reference
------------------------------------------------------------------------------
Key: CXF-819
URL: https://issues.apache.org/jira/browse/CXF-819
Project: CXF
Issue Type: Bug
Components: WS-* Components
Affects Versions: 2.0
Reporter: Julio Arias
Fix For: 2.0.1
Attachments: AbstractWSS4JInterceptor.java.diff,
WSS4JInInterceptor.java.diff, WSS4JOutInterceptor.java.diff
AbstractWSS4JInterceptor uses a Map<String, String> for its properties it
should be a Map<String, Object> so the password callback handler can be use by
reference, not only by class name. Thats the way WSHandler expects it
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.