You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/09/12 19:25:29 UTC

svn commit: r694749 - in /cxf/branches/2.1.x-fixes: ./ common/common/src/main/java/org/apache/cxf/helpers/HttpHeaderHelper.java

Author: dkulp
Date: Fri Sep 12 10:25:28 2008
New Revision: 694749

URL: http://svn.apache.org/viewvc?rev=694749&view=rev
Log:
Merged revisions 694747 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r694747 | dkulp | 2008-09-12 13:23:39 -0400 (Fri, 12 Sep 2008) | 2 lines
  
  Also map Accept header to a known state
........

Modified:
    cxf/branches/2.1.x-fixes/   (props changed)
    cxf/branches/2.1.x-fixes/common/common/src/main/java/org/apache/cxf/helpers/HttpHeaderHelper.java

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Sep 12 10:25:28 2008
@@ -1 +1 @@
-/cxf/trunk:686333-686363,686764,686820,687096,687194,687363,687387,687463,687543,687722,687798,687814,687817,687891,687910,687914,688086,688102,688133,688596,688735,688870,689572,689596,689855,689924,690067,690289,691246,691271,691295,691355,691488,691602,691646,691706,691728,692116,692157,692310,692466,692499,693653,693819,694179,694263,694417,694716,694744
+/cxf/trunk:686333-686363,686764,686820,687096,687194,687363,687387,687463,687543,687722,687798,687814,687817,687891,687910,687914,688086,688102,688133,688596,688735,688870,689572,689596,689855,689924,690067,690289,691246,691271,691295,691355,691488,691602,691646,691706,691728,692116,692157,692310,692466,692499,693653,693819,694179,694263,694417,694716,694744,694747

Propchange: cxf/branches/2.1.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.1.x-fixes/common/common/src/main/java/org/apache/cxf/helpers/HttpHeaderHelper.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.1.x-fixes/common/common/src/main/java/org/apache/cxf/helpers/HttpHeaderHelper.java?rev=694749&r1=694748&r2=694749&view=diff
==============================================================================
--- cxf/branches/2.1.x-fixes/common/common/src/main/java/org/apache/cxf/helpers/HttpHeaderHelper.java (original)
+++ cxf/branches/2.1.x-fixes/common/common/src/main/java/org/apache/cxf/helpers/HttpHeaderHelper.java Fri Sep 12 10:25:28 2008
@@ -55,6 +55,7 @@
         internalHeaders.put("Connection", "connection");
         internalHeaders.put("authorization", "Authorization");
         internalHeaders.put("soapaction", "SOAPAction");
+        internalHeaders.put("accept", "Accept");
     }
     
     private HttpHeaderHelper() {