Using signature as security in a webservice throws an error when loglevel not Debug or
Info
-------------------------------------------------------------------------------------------
Key: JBWS-1974
URL:
http://jira.jboss.com/jira/browse/JBWS-1974
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ws-security
Affects Versions: jbossws-2.0.2
Environment: application server: jboss-4.2.1.GA or jboss-4.2.2.GA
Reporter: Micha Wensveen
The org.jboss.ws.extensions.security.SignatureVerificationOperation.process() throws an
exception if the loglevel for the org.jboss.ws package is not DEBUG.
Both the loglevel of client and service must have DEBUG.
Client log level: DEBUG and service log level: INFO throws exception on the client
side.
Client log level: DEBUG and service log level: DEBUG works fine.
Client log level: INFO and service log level: DEBUG throws exception on the service
side.
Client log level: INFO and service log level: INFO throws exception on the
service side.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira