Yes, according to Section 4.2 of the HTTP spec
(http://tools.ietf.org/html/rfc2616#section-4.2) header field names are
case-insensitive.

Glen


dkulp wrote:
> 
> I think I see the problem....
> 
> Your headers that are returning have:
> location=[http://sapprd02:8060/sap/bc/srt/rfc/sap/z_steria_id_retur/100/z_steria_id_retur/z_steria_id_retur]
> 
> However, we are calling:
>  List<String> locs = headers.get("Location");
> (notice the capital L)   Thus, I'm pretty sure its not finding the new 
> location to redirect to.  Relatively simple fix...  We can loop through
> the 
> keyset doing an equalsIgnoreCase.
> 
> Dan 
> 

-- 
View this message in context: 
http://www.nabble.com/Client-doesn%27t-follow-redirect-tp21069032p21081263.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to