Sonic Connect: All Message Headers sent as HTTP Headers

Posted by sedge on 19-May-2011 01:50

When invoking the Conic Connect (Sonic 8.0.1) it appears that all the JMS Headers are sent as HTTP Headers.

Is that intended?

Is there a way to not send all the headers, apart from removing them?

Thanks

Steve

All Replies

Posted by wtam on 19-May-2011 09:50

It wasn't the intend.   Probably, some flters are missing.

You can try editing the spring.xml and replacing the highlight regexp filter.

   
       
       
           
                operationName
                operationNameSpace
                RequestContext
                ResponseContext
                content-type
                Content-Type
                Content-Length
                       
              
               PrincipalName
               PrincipalSource              
               AIPropagatedID
               AIPropagatedIDLong
               HTTPDigestAuth
               HTTPBasicAuth
               TLSX509SubjectFirstCN
               TLSX509SubjectDN
           
       
                   
   

This thread is closed