Hi all, How to modify /path/ information in org.apache.cxf.message.Message.
I got the /path/ info from the incoming message as shown below. Now I need to set a part of the /path/ param with a new value and set it back to the org.apache.cxf.message.Message. How do I do it? *Message inMessage = message.getExchange().getInMessage(); pathInfo = ( String )inMessage.get( Message.PATH_INFO );* I modified the pathinfo. I need to add it back to the inMessage. Help is appreciated. Thanks in adavance. -- View this message in context: http://cxf.547215.n5.nabble.com/Modifying-PATH-in-CXF-Message-tp5741688.html Sent from the cxf-user mailing list archive at Nabble.com.
