You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Jarek Gawor <ga...@mcs.anl.gov> on 2004/03/26 06:11:02 UTC

Small WS-Addressing AddressingHandler patch

Changed to use msgContext instead of msgContext.getCurrentContext().

Jarek

RE: Small WS-Addressing AddressingHandler patch

Posted by Richard Martin <rm...@essex.ac.uk>.
While on the subject, one other small change might be desirable:

org.apache.axis.message.addressing.Constants

/**
* Field ENV_ADDRESSING_REQUEST_HEADERS
*/
public static final String ENV_ADDRESSING_REQUEST_HEADERS =
"org.apache.axis.message.addressing..REQUEST.HEADERS";

I think this should read "org.apache.axis.message.addresing.REQUEST.HEADERS"

Either that or RESPONSE_HEADERS needs a double dot too. 

Regards, 

Richard

-----Original Message-----
From: Jarek Gawor [mailto:gawor@mcs.anl.gov] 
Sent: 26 March 2004 05:11
To: fx-dev@ws.apache.org
Subject: Small WS-Addressing AddressingHandler patch

Changed to use msgContext instead of msgContext.getCurrentContext().

Jarek