vmassol 01/04/19 16:31:53
Modified: cactus/src/framework/share/org/apache/commons/cactus/client
JspHttpClient.java
Log:
oops ... some error during refactoring (I'm to blame for running the tests after
doing a CVS check in :( )
Revision Changes Path
1.3 +6 -0
jakarta-commons/cactus/src/framework/share/org/apache/commons/cactus/client/JspHttpClient.java
Index: JspHttpClient.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/cactus/src/framework/share/org/apache/commons/cactus/client/JspHttpClient.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JspHttpClient.java 2001/04/19 23:22:10 1.2
+++ JspHttpClient.java 2001/04/19 23:31:52 1.3
@@ -79,6 +79,12 @@
PropertyResourceBundle.getBundle("cactus").getString("cactus.jspRedirectorURL");
/**
+ * Default URL to call the <code>ServletRedirector</code> servlet.
+ */
+ protected final static String m_ServletRedirectorURL =
+
PropertyResourceBundle.getBundle("cactus").getString("cactus.servletRedirectorURL");
+
+ /**
* Calls the test method indirectly by calling the Redirector JSP and
* then open a second HTTP connection to the Servlet Redirector to retrieve
* the test results.