morgand 2002/10/02 11:34:27
Modified: latka/src/java/org/apache/commons/latka/http
RequestImpl.java
Log:
javadocs
Revision Changes Path
1.35 +11 -6
jakarta-commons/latka/src/java/org/apache/commons/latka/http/RequestImpl.java
Index: RequestImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/http/RequestImpl.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- RequestImpl.java 2 Oct 2002 18:32:39 -0000 1.34
+++ RequestImpl.java 2 Oct 2002 18:34:27 -0000 1.35
@@ -265,9 +265,14 @@
}
/**
- * Execute the request - perform the http interaction
+ * Execute the request - perform the http interaction.
+ * Since HttpClient doesn't follow off-server
+ * redirects, execute() may have to construct further
+ * requests that call this method.
+ *
* @return a {@link Response} detailing the html etc
- * @throws IOException when there are problems reading and writing
+ * @exception IOException
+ * when there are problems reading and writing
* @see Request#execute()
*/
protected Response executeRequestPerHost() throws IOException {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>