In a component, I need to call a third-party method which takes a HttpServletRequest as a parameter.

In this component, I have access to a cocoon Request.

How can I do to get to an HttpServletRequest? The method I want to call needs to look at the headers and source IP address.

 

Thanks

Reply via email to