mpoeschl 2003/03/01 07:21:43
Modified: src/java/org/apache/turbine Turbine.java
Log:
write the actionName to log.debug
Revision Changes Path
1.32 +4 -3 jakarta-turbine-2/src/java/org/apache/turbine/Turbine.java
Index: Turbine.java
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/Turbine.java,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Turbine.java 28 Feb 2003 17:11:03 -0000 1.31
+++ Turbine.java 1 Mar 2003 15:21:43 -0000 1.32
@@ -684,6 +684,7 @@
if (data.hasAction())
{
String action = data.getAction();
+ log.debug("action = " + action);
if (action.equalsIgnoreCase(
configuration.getString(ACTION_LOGIN_KEY,
@@ -877,7 +878,7 @@
// associated with the previous User. Currently the
// only keys stored in the session are "turbine.user"
// and "turbine.acl".
-
+
String[] names = data.getSession().getValueNames();
if (names != null)
{
@@ -929,7 +930,7 @@
ti.removeTemp(VelocityService.CONTEXT);
}
}
-
+
/**
* Return the servlet info.
*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]