Hi,
I just upgraded to 2.6 from 2.4.1
I had a custom UsernameTokenValidator where I override 
verifyDigestPassword(UsernameToken usernameToken, RequestData data).
Within that I had the following code to get access to request object.

#######
SoapMessage soapMsg = (SoapMessage)data.getMsgContext();
HttpServletRequest request = 
(HttpServletRequest)soapMsg.get(AbstractHTTPDestination.HTTP_REQUEST);     
#######


In 2.6, soapMsg is null. Is there any other way I can get the HTTP_REQUEST?


Regards,
Vinay


Reply via email to