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 2006/06/03 01:41:11 UTC

svn commit: r411334 - /jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java

Author: sebb
Date: Fri Jun  2 16:41:11 2006
New Revision: 411334

URL: http://svn.apache.org/viewvc?rev=411334&view=rev
Log:
Add some more HTTP constants

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

Modified: jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java?rev=411334&r1=411333&r2=411334&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java (original)
+++ jakarta/jmeter/branches/rel-2-1/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java Fri Jun  2 16:41:11 2006
@@ -60,7 +60,8 @@
 
 	public static final int DEFAULT_HTTPS_PORT = 443;
 
-	public static final int DEFAULT_HTTP_PORT = 80;
+	public static final int    DEFAULT_HTTP_PORT = 80;
+    public static final String DEFAULT_HTTP_PORT_STRING = "80"; // $NON-NLS-1$
 
 	public final static String ARGUMENTS = "HTTPsampler.Arguments"; // $NON-NLS-1$
 
@@ -186,6 +187,8 @@
     protected static final String HEADER_CONTENT_TYPE = "Content-Type"; // $NON-NLS-1$
 
     protected static final String HEADER_CONTENT_LENGTH = "Content-Length"; // $NON-NLS-1$
+
+    protected static final String HEADER_LOCATION = "Location"; // $NON-NLS-1$
 
     ////////////////////// Variables //////////////////////
     



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