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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]