You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2007/02/09 16:58:40 UTC

svn commit: r505336 - /jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java

Author: sebb
Date: Fri Feb  9 07:58:40 2007
New Revision: 505336

URL: http://svn.apache.org/viewvc?view=rev&rev=505336
Log:
Content type string moved to parent class

Modified:
    jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java

Modified: jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java?view=diff&rev=505336&r1=505335&r2=505336
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java (original)
+++ jakarta/jmeter/branches/rel-2-2/src/protocol/http/org/apache/jmeter/protocol/http/sampler/AjpSampler.java Fri Feb  9 07:58:40 2007
@@ -50,9 +50,7 @@
 
     private static final char NEWLINE = '\n';
     private static final String COLON_SPACE = ": ";//$NON-NLS-1$
-    private static final String APPLICATION_X_WWW_FORM_URLENCODED =
-        "application/x-www-form-urlencoded";//$NON-NLS-1$
-
+ 
     /**
      *  Translates integer codes to request header names    
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org