You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2004/02/04 10:20:22 UTC

DO NOT REPLY [Bug 26654] - Temporary Redirect causes AxisFault

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26654>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26654

Temporary Redirect causes AxisFault





------- Additional Comments From stevel@apache.org  2004-02-04 09:20 -------
Axis does not handle any form of redirect. It will not ever handle 302 redirs,
but 307 'temp redirect with same method' is allowed in the WS-I basic profile as
something implementations *may* choose to support.

If you want that, I dont see it happening except without you doing the coding;
primarily catching the fault and reposting to the new address. That will
probably also entail a bit of extra work where the error code is parsed, so that
extra info (the new URL) is picked up too.