7 Replies Latest reply on Jan 12, 2012 11:48 AM by tomeicher

    ServletRequest info in JBossRemotingMessageComposer

    tomeicher

      Hello, 

      we have our own "HttpSoapGateway", which is a JBossRemotingMessageComposer,

      used via jbr-listener property "composer-class",

      working great. 

       

      Now I want to examine some information from the HttpServletRequest;

      specifially I want to log the remoteHost request info and the HTTP_X_FORWARDED header, if present.

      (Some client is posting me an empty message every hour, and I finally want to know which stupid system it is ;-) 

       

      I put a breakpoint in the JBossRemotingMessageComposer and examined what I have, but I did not seem to get very far.

      The CoyoteRequest looked great, but somehow I could never access the real http stuff... 

       

      What am I missing ? Any ideas ?

      (answers for any version welcome, as I have very old right now, and will have latest soon ;-) 

       

      Thanks, Cheers, Tom.