Author: midon
Date: Tue Jul  8 16:05:23 2008
New Revision: 675026

URL: http://svn.apache.org/viewvc?rev=675026&view=rev
Log:
use the same syntax as in the HTTP standard

Modified:
    
ode/branches/APACHE_ODE_1.1/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpMethodConverter.java

Modified: 
ode/branches/APACHE_ODE_1.1/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpMethodConverter.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpMethodConverter.java?rev=675026&r1=675025&r2=675026&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.1/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpMethodConverter.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.1/axis2/src/main/java/org/apache/ode/axis2/httpbinding/HttpMethodConverter.java
 Tue Jul  8 16:05:23 2008
@@ -361,7 +361,7 @@
         }
 
         // make the status line information available as a single element
-        odeMessage.setHeaderPart("StatusLine", 
HttpClientHelper.statusLineToElement(method.getStatusLine()));
+        odeMessage.setHeaderPart("Status-Line", 
HttpClientHelper.statusLineToElement(method.getStatusLine()));
     }
 
 


Reply via email to