vmassol 01/11/16 11:29:25
Modified: src/framework/share/org/apache/cactus ServiceDefinition.java
Log:
changed internal parameters name as they were wrongly named
Revision Changes Path
1.5 +5 -5
jakarta-cactus/src/framework/share/org/apache/cactus/ServiceDefinition.java
Index: ServiceDefinition.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/src/framework/share/org/apache/cactus/ServiceDefinition.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ServiceDefinition.java 2001/09/14 20:19:09 1.4
+++ ServiceDefinition.java 2001/11/16 19:29:25 1.5
@@ -59,7 +59,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Vincent Massol</a>
*
- * @version $Id: ServiceDefinition.java,v 1.4 2001/09/14 20:19:09 pier Exp $
+ * @version $Id: ServiceDefinition.java,v 1.5 2001/11/16 19:29:25 vmassol Exp $
*/
public class ServiceDefinition
{
@@ -69,7 +69,7 @@
* clash with a user-defined parameter.
*/
public final static String CLASS_NAME_PARAM =
- "ServletTestRedirector_TestClass";
+ "Cactus_TestClass";
/**
* Name of the parameter in the HTTP request that represents the name of the
@@ -77,14 +77,14 @@
* clash with a user-defined parameter.
*/
public final static String METHOD_NAME_PARAM =
- "ServletTestRedirector_TestMethod";
+ "Cactus_TestMethod";
/**
* Name of the parameter in the HTTP request that specify if a session
* should be automatically created for the user or not.
*/
public final static String AUTOSESSION_NAME_PARAM =
- "ServletTestRedirector_AutomaticSession";
+ "Cactus_AutomaticSession";
/**
* Name of the parameter in the HTTP request that specify the service asked
@@ -95,6 +95,6 @@
* @see ServiceEnumeration
*/
public final static String SERVICE_NAME_PARAM =
- "ServletTestRedirector_Service";
+ "Cactus_Service";
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>