You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by se...@apache.org on 2004/05/20 05:03:54 UTC

cvs commit: jakarta-turbine-2/src/java/org/apache/java/lang Bytes.java

seade       2004/05/19 20:03:54

  Modified:    src/java/org/apache/turbine/modules Tag: TURBINE_2_3_BRANCH
                        Assembler.java ScheduledJobLoader.java
                        ScreenLoader.java ScheduledJob.java PageLoader.java
                        Action.java ActionLoader.java GenericLoader.java
                        Navigation.java Layout.java LayoutLoader.java
                        Screen.java ActionEvent.java NavigationLoader.java
                        Page.java Loader.java
               src/java/org/apache/turbine/modules/actions/sessionvalidator
                        Tag: TURBINE_2_3_BRANCH
                        TemplateSessionValidator.java
                        TemplateSecureSessionValidator.java
                        DefaultSessionValidator.java SessionValidator.java
               src/java/org/apache/turbine/modules/actions Tag:
                        TURBINE_2_3_BRANCH InitContextsAction.java
                        AccessController.java VelocityAction.java
                        DefaultAction.java VelocitySecureAction.java
                        LogoutUser.java LoginUser.java
               src/java/org/apache/turbine/modules/navigations Tag:
                        TURBINE_2_3_BRANCH TemplateNavigation.java
                        DefaultBottomNavigation.java
                        VelocityNavigation.java BaseJspNavigation.java
                        DefaultTopNavigation.java
               src/java/org/apache/turbine/modules/pages Tag:
                        TURBINE_2_3_BRANCH JspPage.java TemplatePage.java
                        DefaultPage.java VelocityPage.java
               src/java/org/apache/turbine/modules/screens Tag:
                        TURBINE_2_3_BRANCH Error.java JspErrorScreen.java
                        VelocityErrorScreen.java TemplateScreen.java
                        RawScreen.java VelocityDirectScreen.java
                        VelocitySecureScreen.java VelocityScreen.java
                        BaseJspScreen.java
               src/java/org/apache/turbine/modules/layouts Tag:
                        TURBINE_2_3_BRANCH VelocityXslLayout.java
                        VelocityECSLayout.java DefaultLayout.java
                        DirectResponseLayout.java VelocityDirectLayout.java
                        VelocityOnlyLayout.java JspLayout.java
               src/java/org/apache/turbine Tag: TURBINE_2_3_BRANCH
                        Turbine.java TurbineConstants.java
               src/java/org/apache/java/security Tag: TURBINE_2_3_BRANCH
                        MD5.java MessageDigest.java
               src/java/org/apache/turbine/modules/screens/error Tag:
                        TURBINE_2_3_BRANCH InvalidState.java
               src/java/org/apache/java/lang Tag: TURBINE_2_3_BRANCH
                        Bytes.java
  Log:
  Reinstated author tags.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.6.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/Assembler.java
  
  Index: Assembler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/Assembler.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- Assembler.java	27 Feb 2004 05:24:00 -0000	1.6.2.1
  +++ Assembler.java	20 May 2004 03:03:52 -0000	1.6.2.2
  @@ -21,6 +21,7 @@
    * current modules extend off of this class. It is currently empty and
    * future use is yet to be determined.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @version $Id$
    */
   public abstract class Assembler
  
  
  
  1.7.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/ScheduledJobLoader.java
  
  Index: ScheduledJobLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/ScheduledJobLoader.java,v
  retrieving revision 1.7.2.1
  retrieving revision 1.7.2.2
  diff -u -r1.7.2.1 -r1.7.2.2
  --- ScheduledJobLoader.java	27 Feb 2004 05:24:00 -0000	1.7.2.1
  +++ ScheduledJobLoader.java	20 May 2004 03:03:52 -0000	1.7.2.2
  @@ -32,6 +32,8 @@
   /**
    * ScheduledJobs loader class.
    *
  + * @author <a href="mailto:mbryson@mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class ScheduledJobLoader
  
  
  
  1.10.2.2  +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/ScreenLoader.java
  
  Index: ScreenLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/ScreenLoader.java,v
  retrieving revision 1.10.2.1
  retrieving revision 1.10.2.2
  diff -u -r1.10.2.1 -r1.10.2.2
  --- ScreenLoader.java	27 Feb 2004 05:24:00 -0000	1.10.2.1
  +++ ScreenLoader.java	20 May 2004 03:03:52 -0000	1.10.2.2
  @@ -34,6 +34,8 @@
    * The purpose of this class is to allow one to load and execute
    * Screen modules.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class ScreenLoader
  
  
  
  1.3.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/ScheduledJob.java
  
  Index: ScheduledJob.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/ScheduledJob.java,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- ScheduledJob.java	27 Feb 2004 05:24:00 -0000	1.3.2.1
  +++ ScheduledJob.java	20 May 2004 03:03:52 -0000	1.3.2.2
  @@ -26,6 +26,7 @@
    * execute at a specific time.  The name of this class is what you
    * register in the JobEntry.
    *
  + * @author <a href="mailto:mbryson@mindspring.com">Dave Bryson</a>
    * @version $Id$
    */
   public abstract class ScheduledJob extends Assembler
  
  
  
  1.8.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/PageLoader.java
  
  Index: PageLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/PageLoader.java,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- PageLoader.java	27 Feb 2004 05:24:00 -0000	1.8.2.1
  +++ PageLoader.java	20 May 2004 03:03:52 -0000	1.8.2.2
  @@ -32,6 +32,8 @@
    * The purpose of this class is to allow one to load and execute Page
    * modules.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class PageLoader
  
  
  
  1.4.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/Action.java
  
  Index: Action.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/Action.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- Action.java	27 Feb 2004 05:24:00 -0000	1.4.2.1
  +++ Action.java	20 May 2004 03:03:52 -0000	1.4.2.2
  @@ -21,6 +21,7 @@
   /**
    * Generic Action class.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @version $Id$
    */
   public abstract class Action extends Assembler
  
  
  
  1.9.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/ActionLoader.java
  
  Index: ActionLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/ActionLoader.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- ActionLoader.java	27 Feb 2004 05:24:00 -0000	1.9.2.1
  +++ ActionLoader.java	20 May 2004 03:03:52 -0000	1.9.2.2
  @@ -32,6 +32,8 @@
    * The purpose of this class is to allow one to load and execute
    * Action modules.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class ActionLoader
  
  
  
  1.10.2.2  +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/GenericLoader.java
  
  Index: GenericLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/GenericLoader.java,v
  retrieving revision 1.10.2.1
  retrieving revision 1.10.2.2
  diff -u -r1.10.2.1 -r1.10.2.2
  --- GenericLoader.java	27 Feb 2004 05:24:00 -0000	1.10.2.1
  +++ GenericLoader.java	20 May 2004 03:03:52 -0000	1.10.2.2
  @@ -27,6 +27,8 @@
    * used across all of the loaders. It also specifies the interface
    * that is required to be called a Loader.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public abstract class GenericLoader
  
  
  
  1.5.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/Navigation.java
  
  Index: Navigation.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/Navigation.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- Navigation.java	27 Feb 2004 05:24:00 -0000	1.5.2.1
  +++ Navigation.java	20 May 2004 03:03:52 -0000	1.5.2.2
  @@ -24,6 +24,8 @@
   /**
    * This is the base class that defines what a Navigation module is.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public abstract class Navigation
  
  
  
  1.4.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/Layout.java
  
  Index: Layout.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/Layout.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- Layout.java	27 Feb 2004 05:24:00 -0000	1.4.2.1
  +++ Layout.java	20 May 2004 03:03:52 -0000	1.4.2.2
  @@ -21,6 +21,7 @@
   /**
    * This is the base class that defines what a Layout module is.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @version $Id$
    */
   public abstract class Layout
  
  
  
  1.9.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/LayoutLoader.java
  
  Index: LayoutLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/LayoutLoader.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- LayoutLoader.java	27 Feb 2004 05:24:00 -0000	1.9.2.1
  +++ LayoutLoader.java	20 May 2004 03:03:52 -0000	1.9.2.2
  @@ -34,6 +34,8 @@
    * The purpose of this class is to allow one to load and execute
    * Layout modules.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class LayoutLoader
  
  
  
  1.4.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/Screen.java
  
  Index: Screen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/Screen.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- Screen.java	27 Feb 2004 05:24:00 -0000	1.4.2.1
  +++ Screen.java	20 May 2004 03:03:52 -0000	1.4.2.2
  @@ -24,6 +24,8 @@
   /**
    * This is the base class which defines the Screen modules.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public abstract class Screen
  
  
  
  1.20.2.4  +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/ActionEvent.java
  
  Index: ActionEvent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/ActionEvent.java,v
  retrieving revision 1.20.2.3
  retrieving revision 1.20.2.4
  diff -u -r1.20.2.3 -r1.20.2.4
  --- ActionEvent.java	27 Feb 2004 05:24:00 -0000	1.20.2.3
  +++ ActionEvent.java	20 May 2004 03:03:52 -0000	1.20.2.4
  @@ -70,6 +70,9 @@
    * If you follow these conventions, then you should be ok with your
    * method naming in your Action class.
    *
  + * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens </a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
  + * @author <a href="quintonm@bellsouth.net">Quinton McCombs</a>
    * @version $Id$
    */
   public abstract class ActionEvent extends Action
  
  
  
  1.9.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/NavigationLoader.java
  
  Index: NavigationLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/NavigationLoader.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- NavigationLoader.java	27 Feb 2004 05:24:00 -0000	1.9.2.1
  +++ NavigationLoader.java	20 May 2004 03:03:52 -0000	1.9.2.2
  @@ -34,6 +34,8 @@
    * The purpose of this class is to allow one to load and execute
    * Navigation modules.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class NavigationLoader
  
  
  
  1.5.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/Page.java
  
  Index: Page.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/Page.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- Page.java	27 Feb 2004 05:24:00 -0000	1.5.2.1
  +++ Page.java	20 May 2004 03:03:53 -0000	1.5.2.2
  @@ -21,6 +21,8 @@
   /**
    * This is the base class that defines what a Page module is.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public abstract class Page
  
  
  
  1.2.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/Loader.java
  
  Index: Loader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/Loader.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- Loader.java	27 Feb 2004 05:24:00 -0000	1.2.2.1
  +++ Loader.java	20 May 2004 03:03:53 -0000	1.2.2.2
  @@ -19,6 +19,7 @@
   /**
    * A common interface for Screen, Layout and Navigation Loader
    *
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   
  
  
  
  No                   revision
  No                   revision
  1.9.2.3   +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSessionValidator.java
  
  Index: TemplateSessionValidator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSessionValidator.java,v
  retrieving revision 1.9.2.2
  retrieving revision 1.9.2.3
  diff -u -r1.9.2.2 -r1.9.2.3
  --- TemplateSessionValidator.java	27 Feb 2004 05:23:59 -0000	1.9.2.2
  +++ TemplateSessionValidator.java	20 May 2004 03:03:53 -0000	1.9.2.3
  @@ -44,6 +44,9 @@
    * login template.
    *
    * @see TemplateSecureSessionValidator
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class TemplateSessionValidator
  
  
  
  1.11.2.3  +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSecureSessionValidator.java
  
  Index: TemplateSecureSessionValidator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/sessionvalidator/TemplateSecureSessionValidator.java,v
  retrieving revision 1.11.2.2
  retrieving revision 1.11.2.3
  diff -u -r1.11.2.2 -r1.11.2.3
  --- TemplateSecureSessionValidator.java	27 Feb 2004 05:23:59 -0000	1.11.2.2
  +++ TemplateSecureSessionValidator.java	20 May 2004 03:03:53 -0000	1.11.2.3
  @@ -49,6 +49,9 @@
    * Note that you will need to set the template.login property to the
    * login template.
    *
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class TemplateSecureSessionValidator
  
  
  
  1.11.2.2  +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/sessionvalidator/DefaultSessionValidator.java
  
  Index: DefaultSessionValidator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/sessionvalidator/DefaultSessionValidator.java,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -r1.11.2.1 -r1.11.2.2
  --- DefaultSessionValidator.java	27 Feb 2004 05:23:59 -0000	1.11.2.1
  +++ DefaultSessionValidator.java	20 May 2004 03:03:53 -0000	1.11.2.2
  @@ -51,6 +51,8 @@
    * This action is special in that it should only be executed by the
    * Turbine servlet.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class DefaultSessionValidator
  
  
  
  1.4.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/sessionvalidator/SessionValidator.java
  
  Index: SessionValidator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/sessionvalidator/SessionValidator.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- SessionValidator.java	27 Feb 2004 05:23:59 -0000	1.4.2.1
  +++ SessionValidator.java	20 May 2004 03:03:53 -0000	1.4.2.2
  @@ -38,6 +38,7 @@
    * This action is special in that it should only be executed by the
    * Turbine servlet.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @version $Id$
    */
   public abstract class SessionValidator extends Action
  
  
  
  No                   revision
  No                   revision
  1.8.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/InitContextsAction.java
  
  Index: InitContextsAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/InitContextsAction.java,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- InitContextsAction.java	27 Feb 2004 05:24:00 -0000	1.8.2.1
  +++ InitContextsAction.java	20 May 2004 03:03:53 -0000	1.8.2.2
  @@ -31,6 +31,8 @@
   /**
    * Used to initialize JNDI contexts.
    *
  + * @author <a href="mailto:greg@shwoop.com">Greg Ritter</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class InitContextsAction
  
  
  
  1.11.2.2  +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/AccessController.java
  
  Index: AccessController.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/AccessController.java,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -r1.11.2.1 -r1.11.2.2
  --- AccessController.java	27 Feb 2004 05:24:00 -0000	1.11.2.1
  +++ AccessController.java	20 May 2004 03:03:53 -0000	1.11.2.2
  @@ -55,6 +55,9 @@
    * This action is special in that it should only be executed by the
    * Turbine servlet.
    *
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:bmclaugh@algx.net">Brett McLaughlin</a>
  + * @author <a href="quintonm@bellsouth.net">Quinton McCombs</a>
    * @version $Id$
    */
   public class AccessController
  
  
  
  1.5.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/VelocityAction.java
  
  Index: VelocityAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/VelocityAction.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- VelocityAction.java	27 Feb 2004 05:24:00 -0000	1.5.2.1
  +++ VelocityAction.java	20 May 2004 03:03:53 -0000	1.5.2.2
  @@ -27,6 +27,8 @@
    * to use. Since this class is abstract, it should only be extended
    * and not used directly.
    *
  + * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
  + * @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
    * @version $Id$
    */
   public abstract class VelocityAction extends VelocityActionEvent
  
  
  
  1.4.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/DefaultAction.java
  
  Index: DefaultAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/DefaultAction.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- DefaultAction.java	27 Feb 2004 05:24:00 -0000	1.4.2.1
  +++ DefaultAction.java	20 May 2004 03:03:53 -0000	1.4.2.2
  @@ -24,6 +24,7 @@
   /**
    * This is a Default Action module that doesn't do much.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @version $Id$
    */
   public class DefaultAction extends Action
  
  
  
  1.4.2.2   +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/VelocitySecureAction.java
  
  Index: VelocitySecureAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/VelocitySecureAction.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- VelocitySecureAction.java	27 Feb 2004 05:24:00 -0000	1.4.2.1
  +++ VelocitySecureAction.java	20 May 2004 03:03:53 -0000	1.4.2.2
  @@ -30,6 +30,9 @@
    * Then each action that needs to perform the same check could extend
    * your base action.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
  + * @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
    * @version $Id$
    */
   public abstract class VelocitySecureAction extends VelocityAction
  
  
  
  1.11.2.2  +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/LogoutUser.java
  
  Index: LogoutUser.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/LogoutUser.java,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -r1.11.2.1 -r1.11.2.2
  --- LogoutUser.java	27 Feb 2004 05:24:00 -0000	1.11.2.1
  +++ LogoutUser.java	20 May 2004 03:03:53 -0000	1.11.2.2
  @@ -31,6 +31,8 @@
    * This action removes a user from the session. It makes sure to save
    * the User object in the session.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class LogoutUser
  
  
  
  1.13.2.2  +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/LoginUser.java
  
  Index: LoginUser.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/actions/LoginUser.java,v
  retrieving revision 1.13.2.1
  retrieving revision 1.13.2.2
  diff -u -r1.13.2.1 -r1.13.2.2
  --- LoginUser.java	27 Feb 2004 05:24:00 -0000	1.13.2.1
  +++ LoginUser.java	20 May 2004 03:03:53 -0000	1.13.2.2
  @@ -37,6 +37,9 @@
    * against a user in the database. If the user exists in the database
    * that users last login time will be updated.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
  + * @author <a href="mailto:quintonm@bellsouth.net">Quinton McCombs</a>
    * @version $Id$
    */
   public class LoginUser
  
  
  
  No                   revision
  No                   revision
  1.5.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/navigations/TemplateNavigation.java
  
  Index: TemplateNavigation.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/navigations/TemplateNavigation.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- TemplateNavigation.java	27 Feb 2004 05:31:58 -0000	1.5.2.1
  +++ TemplateNavigation.java	20 May 2004 03:03:53 -0000	1.5.2.2
  @@ -25,6 +25,7 @@
   /**
    * Base Template Navigation.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @version $Id$
    */
   public abstract class TemplateNavigation
  
  
  
  1.12.2.2  +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/navigations/Attic/DefaultBottomNavigation.java
  
  Index: DefaultBottomNavigation.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/navigations/Attic/DefaultBottomNavigation.java,v
  retrieving revision 1.12.2.1
  retrieving revision 1.12.2.2
  diff -u -r1.12.2.1 -r1.12.2.2
  --- DefaultBottomNavigation.java	27 Feb 2004 05:31:58 -0000	1.12.2.1
  +++ DefaultBottomNavigation.java	20 May 2004 03:03:53 -0000	1.12.2.2
  @@ -45,6 +45,8 @@
   /**
    * This is a sample navigation module.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    * @deprecated The use of ECS for the view is deprecated. 
    * Use a templating solution.
  
  
  
  1.5.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/navigations/VelocityNavigation.java
  
  Index: VelocityNavigation.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/navigations/VelocityNavigation.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- VelocityNavigation.java	27 Feb 2004 05:31:58 -0000	1.5.2.1
  +++ VelocityNavigation.java	20 May 2004 03:03:53 -0000	1.5.2.2
  @@ -37,6 +37,8 @@
    * Navigations screens should extend this class and overide the
    * doBuildTemplate( data , context) method.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class VelocityNavigation
  
  
  
  1.5.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/navigations/BaseJspNavigation.java
  
  Index: BaseJspNavigation.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/navigations/BaseJspNavigation.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- BaseJspNavigation.java	27 Feb 2004 05:31:58 -0000	1.5.2.1
  +++ BaseJspNavigation.java	20 May 2004 03:03:53 -0000	1.5.2.2
  @@ -28,6 +28,8 @@
    * Base JSP navigation that should be subclassed by Navigation that want to
    * use JSP.  Subclasses should override the doBuildTemplate() method.
    *
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class BaseJspNavigation
  
  
  
  1.6.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/navigations/Attic/DefaultTopNavigation.java
  
  Index: DefaultTopNavigation.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/navigations/Attic/DefaultTopNavigation.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- DefaultTopNavigation.java	27 Feb 2004 05:31:58 -0000	1.6.2.1
  +++ DefaultTopNavigation.java	20 May 2004 03:03:53 -0000	1.6.2.2
  @@ -27,6 +27,7 @@
   /**
    * This is a sample navigation module.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @version $Id$
    * @deprecated The use of ECS for the view is deprecated. Use a templating solution.
    */
  
  
  
  No                   revision
  No                   revision
  1.5.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/pages/JspPage.java
  
  Index: JspPage.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/pages/JspPage.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- JspPage.java	27 Feb 2004 05:31:58 -0000	1.5.2.1
  +++ JspPage.java	20 May 2004 03:03:53 -0000	1.5.2.2
  @@ -22,6 +22,8 @@
   /**
    * Extends TemplatePage to add some convenience objects to the request.
    *
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class JspPage
  
  
  
  1.5.2.2   +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/pages/TemplatePage.java
  
  Index: TemplatePage.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/pages/TemplatePage.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- TemplatePage.java	27 Feb 2004 05:31:58 -0000	1.5.2.1
  +++ TemplatePage.java	20 May 2004 03:03:53 -0000	1.5.2.2
  @@ -69,6 +69,9 @@
    * updated and added to regularly by those with little Java
    * experience.
    *
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class TemplatePage
  
  
  
  1.10.2.2  +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/pages/DefaultPage.java
  
  Index: DefaultPage.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/pages/DefaultPage.java,v
  retrieving revision 1.10.2.1
  retrieving revision 1.10.2.2
  diff -u -r1.10.2.1 -r1.10.2.2
  --- DefaultPage.java	27 Feb 2004 05:31:58 -0000	1.10.2.1
  +++ DefaultPage.java	20 May 2004 03:03:53 -0000	1.10.2.2
  @@ -86,6 +86,8 @@
    * The code is an almost a complete clone of the FreeMarkerSitePage
    * written by John McNally.  I've only modified it for Template use.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class DefaultPage
  
  
  
  1.4.2.2   +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/pages/VelocityPage.java
  
  Index: VelocityPage.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/pages/VelocityPage.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- VelocityPage.java	27 Feb 2004 05:31:58 -0000	1.4.2.1
  +++ VelocityPage.java	20 May 2004 03:03:53 -0000	1.4.2.2
  @@ -26,6 +26,9 @@
   /**
    * Extends TemplatePage to set the template Context.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class VelocityPage
  
  
  
  No                   revision
  No                   revision
  1.6.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/Error.java
  
  Index: Error.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/Error.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- Error.java	27 Feb 2004 05:31:58 -0000	1.6.2.1
  +++ Error.java	20 May 2004 03:03:53 -0000	1.6.2.2
  @@ -33,6 +33,7 @@
   /**
    * This is a sample Error Screen module.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @version $Id$
    */
   public class Error extends Screen
  
  
  
  1.5.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/JspErrorScreen.java
  
  Index: JspErrorScreen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/JspErrorScreen.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- JspErrorScreen.java	27 Feb 2004 05:31:58 -0000	1.5.2.1
  +++ JspErrorScreen.java	20 May 2004 03:03:53 -0000	1.5.2.2
  @@ -24,6 +24,8 @@
   /**
    * Directs errors at the Jsp error template defined in template.error.
    *
  + * @author <a href="mailto:ingo@raleigh.ibm.com">Ingo Schuster</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class JspErrorScreen
  
  
  
  1.8.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/VelocityErrorScreen.java
  
  Index: VelocityErrorScreen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/VelocityErrorScreen.java,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- VelocityErrorScreen.java	27 Feb 2004 05:31:58 -0000	1.8.2.1
  +++ VelocityErrorScreen.java	20 May 2004 03:03:53 -0000	1.8.2.2
  @@ -27,6 +27,8 @@
    * VelocityErrorScreen screen - directs errors at the velocity
    * error template defined in template.error.
    *
  + * @author <a href="mailto:gonzalo.diethelm@sonda.com">Gonzalo Diethelm</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class VelocityErrorScreen
  
  
  
  1.5.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/TemplateScreen.java
  
  Index: TemplateScreen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/TemplateScreen.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- TemplateScreen.java	27 Feb 2004 05:31:57 -0000	1.5.2.1
  +++ TemplateScreen.java	20 May 2004 03:03:54 -0000	1.5.2.2
  @@ -40,6 +40,8 @@
    * Look at the code for the doBuild() method to get an idea of what is
    * going on there (it is quite simple really).
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public abstract class TemplateScreen
  
  
  
  1.3.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/RawScreen.java
  
  Index: RawScreen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/RawScreen.java,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- RawScreen.java	27 Feb 2004 05:31:57 -0000	1.3.2.1
  +++ RawScreen.java	20 May 2004 03:03:54 -0000	1.3.2.2
  @@ -34,6 +34,7 @@
    * <p> You migth want to take a look at the ImageServer screen class
    * contained in the TDK.<br>
    *
  + * @author <a href="mailto:rkoenig@chez.com">Regis Koenig</a>
    * @version $Id$
    */
   public abstract class RawScreen extends Screen
  
  
  
  1.11.2.2  +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/VelocityDirectScreen.java
  
  Index: VelocityDirectScreen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/VelocityDirectScreen.java,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -r1.11.2.1 -r1.11.2.2
  --- VelocityDirectScreen.java	27 Feb 2004 05:31:58 -0000	1.11.2.1
  +++ VelocityDirectScreen.java	20 May 2004 03:03:54 -0000	1.11.2.2
  @@ -37,6 +37,8 @@
    * output screen isn't possible or the result doesn't fit in the
    * memory.
    * <p>
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class VelocityDirectScreen
  
  
  
  1.4.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java
  
  Index: VelocitySecureScreen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/VelocitySecureScreen.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- VelocitySecureScreen.java	27 Feb 2004 05:31:58 -0000	1.4.2.1
  +++ VelocitySecureScreen.java	20 May 2004 03:03:54 -0000	1.4.2.2
  @@ -32,6 +32,7 @@
    * Then each screen that needs to perform the same check could extend
    * your base screen.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @version $Id$
    */
   public abstract class VelocitySecureScreen
  
  
  
  1.9.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/VelocityScreen.java
  
  Index: VelocityScreen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/VelocityScreen.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- VelocityScreen.java	27 Feb 2004 05:31:58 -0000	1.9.2.1
  +++ VelocityScreen.java	20 May 2004 03:03:54 -0000	1.9.2.2
  @@ -46,6 +46,8 @@
    * If you need more specific behavior in your application, extend this
    * class and override the doBuildTemplate() method.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class VelocityScreen
  
  
  
  1.6.2.2   +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/BaseJspScreen.java
  
  Index: BaseJspScreen.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/BaseJspScreen.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- BaseJspScreen.java	27 Feb 2004 05:31:58 -0000	1.6.2.1
  +++ BaseJspScreen.java	20 May 2004 03:03:54 -0000	1.6.2.2
  @@ -31,6 +31,9 @@
    * Base JSP Screen that should be subclassed by screens that want to
    * use JSP.  Subclasses should override the doBuildTemplate() method.
    *
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author Frank Y. Kim
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class BaseJspScreen
  
  
  
  No                   revision
  No                   revision
  1.9.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityXslLayout.java
  
  Index: VelocityXslLayout.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityXslLayout.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- VelocityXslLayout.java	27 Feb 2004 05:31:57 -0000	1.9.2.1
  +++ VelocityXslLayout.java	20 May 2004 03:03:54 -0000	1.9.2.2
  @@ -48,6 +48,8 @@
    * screens and navigations there should be relatively few reasons to
    * subclass this Layout.
    *
  + * @author <a href="mailto:leon@opticode.co.za">Leon Messerschmidt</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class VelocityXslLayout extends Layout
  
  
  
  1.12.2.2  +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/Attic/VelocityECSLayout.java
  
  Index: VelocityECSLayout.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/Attic/VelocityECSLayout.java,v
  retrieving revision 1.12.2.1
  retrieving revision 1.12.2.2
  diff -u -r1.12.2.1 -r1.12.2.2
  --- VelocityECSLayout.java	27 Feb 2004 05:31:57 -0000	1.12.2.1
  +++ VelocityECSLayout.java	20 May 2004 03:03:54 -0000	1.12.2.2
  @@ -38,6 +38,9 @@
    *
    * This class uses ECS to render the layout.
    *
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    * @deprecated you should use VelocityOnlyLayout
    */
  
  
  
  1.6.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/Attic/DefaultLayout.java
  
  Index: DefaultLayout.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/Attic/DefaultLayout.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- DefaultLayout.java	27 Feb 2004 05:31:57 -0000	1.6.2.1
  +++ DefaultLayout.java	20 May 2004 03:03:54 -0000	1.6.2.2
  @@ -31,6 +31,7 @@
   /**
    * This is an example Layout module that is executed by default.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
    * @version $Id$
    * @deprecated The use of ECS for the view is deprecated.
    *             Use a templating solution.
  
  
  
  1.1.2.3   +2 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/DirectResponseLayout.java
  
  Index: DirectResponseLayout.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/DirectResponseLayout.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- DirectResponseLayout.java	27 Feb 2004 05:31:57 -0000	1.1.2.2
  +++ DirectResponseLayout.java	20 May 2004 03:03:54 -0000	1.1.2.3
  @@ -25,6 +25,7 @@
    * It requires that data.declareDirectResponse() has been called to indicate 
    * that the OutputStream is being handled elsewhere.
    *
  + * @author <a href="mailto:peter@courcoux.biz">Peter Courcoux</a>
    * @version $Id$
    */
   public class DirectResponseLayout extends Layout
  
  
  
  1.8.2.2   +5 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityDirectLayout.java
  
  Index: VelocityDirectLayout.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityDirectLayout.java,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- VelocityDirectLayout.java	27 Feb 2004 05:31:57 -0000	1.8.2.1
  +++ VelocityDirectLayout.java	20 May 2004 03:03:54 -0000	1.8.2.2
  @@ -35,6 +35,10 @@
    * using a screen. Use this if you have a large page to output
    * and won't buffer it in the memory.
    *
  + * @author <a href="mailto:raphael@apache.org">Rapha�l Luta</a>
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class VelocityDirectLayout
  
  
  
  1.12.2.2  +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityOnlyLayout.java
  
  Index: VelocityOnlyLayout.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/VelocityOnlyLayout.java,v
  retrieving revision 1.12.2.1
  retrieving revision 1.12.2.2
  diff -u -r1.12.2.1 -r1.12.2.2
  --- VelocityOnlyLayout.java	27 Feb 2004 05:31:57 -0000	1.12.2.1
  +++ VelocityOnlyLayout.java	20 May 2004 03:03:54 -0000	1.12.2.2
  @@ -56,6 +56,9 @@
    * This will be added correctly to the &lt;head&gt;...&lt;/head&gt; and
    * &lt;body&gt; tags.
    *
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class VelocityOnlyLayout
  
  
  
  1.7.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/JspLayout.java
  
  Index: JspLayout.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/layouts/JspLayout.java,v
  retrieving revision 1.7.2.1
  retrieving revision 1.7.2.2
  diff -u -r1.7.2.1 -r1.7.2.2
  --- JspLayout.java	27 Feb 2004 05:31:57 -0000	1.7.2.1
  +++ JspLayout.java	20 May 2004 03:03:54 -0000	1.7.2.2
  @@ -28,6 +28,8 @@
    * dynamic content is supposed to be primarily located in screens and
    * navigations there should be relatively few reasons to subclass this Layout.
    *
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class JspLayout
  
  
  
  No                   revision
  No                   revision
  1.45.2.2  +13 -1     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.45.2.1
  retrieving revision 1.45.2.2
  diff -u -r1.45.2.1 -r1.45.2.2
  --- Turbine.java	27 Feb 2004 05:24:00 -0000	1.45.2.1
  +++ Turbine.java	20 May 2004 03:03:54 -0000	1.45.2.2
  @@ -85,6 +85,18 @@
    * filesystem, that is the base of your web application.</li>
    * </ul>
    *
  + * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
  + * @author <a href="mailto:bmclaugh@algx.net">Brett McLaughlin</a>
  + * @author <a href="mailto:greg@shwoop.com">Greg Ritter</a>
  + * @author <a href="mailto:john.mcnally@clearink.com">John D. McNally</a>
  + * @author <a href="mailto:frank.kim@clearink.com">Frank Y. Kim</a>
  + * @author <a href="mailto:krzewski@e-point.pl">Rafal Krzewski</a>
  + * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
  + * @author <a href="mailto:sean@informage.net">Sean Legassick</a>
  + * @author <a href="mailto:mpoeschl@marmot.at">Martin Poeschl</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
  + * @author <a href="mailto:quintonm@bellsouth.net">Quinton McCombs</a>
  + * @author <a href="mailto:epugh@upstate.com">Eric Pugh</a>
    * @version $Id$
    */
   public class Turbine
  
  
  
  1.26.2.2  +4 -1      jakarta-turbine-2/src/java/org/apache/turbine/TurbineConstants.java
  
  Index: TurbineConstants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/TurbineConstants.java,v
  retrieving revision 1.26.2.1
  retrieving revision 1.26.2.2
  diff -u -r1.26.2.1 -r1.26.2.2
  --- TurbineConstants.java	27 Feb 2004 05:24:00 -0000	1.26.2.1
  +++ TurbineConstants.java	20 May 2004 03:03:54 -0000	1.26.2.2
  @@ -20,6 +20,9 @@
    * This interface contains all the constants used throughout
    * the Turbine code base.
    *
  + * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
  + * @author <a href="mailto:seade@backstagetech.com.au">Scott Eade</a>
    * @version $Id$
    */
   public interface TurbineConstants
  
  
  
  No                   revision
  No                   revision
  1.2.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/java/security/MD5.java
  
  Index: MD5.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/java/security/MD5.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- MD5.java	27 Feb 2004 05:24:01 -0000	1.2.2.1
  +++ MD5.java	20 May 2004 03:03:54 -0000	1.2.2.2
  @@ -25,6 +25,7 @@
    * environments (like Kaffe) where the package
    * <code>java.security</code> is highly improbable to be found.
    *
  + * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
    * @version $Id$
    * @deprecated Use the java.security package.
    */
  
  
  
  1.2.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/java/security/MessageDigest.java
  
  Index: MessageDigest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/java/security/MessageDigest.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- MessageDigest.java	27 Feb 2004 05:24:01 -0000	1.2.2.1
  +++ MessageDigest.java	20 May 2004 03:03:54 -0000	1.2.2.2
  @@ -24,6 +24,7 @@
    * runtime environments (like Kaffe) where the package
    * <code>java.security</code> is highly improbable to be found.
    *
  + * @author <a href="mailto:mazzocchi@mbox.systemy.it">Stefano Mazzocchi</a>
    * @version $Id$
    * @deprecated Use the java.security package.
    */
  
  
  
  No                   revision
  No                   revision
  1.7.2.2   +3 -1      jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/error/InvalidState.java
  
  Index: InvalidState.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/turbine/modules/screens/error/InvalidState.java,v
  retrieving revision 1.7.2.1
  retrieving revision 1.7.2.2
  diff -u -r1.7.2.1 -r1.7.2.2
  --- InvalidState.java	27 Feb 2004 05:31:58 -0000	1.7.2.1
  +++ InvalidState.java	20 May 2004 03:03:54 -0000	1.7.2.2
  @@ -37,6 +37,8 @@
    * SessionValidator action will check to see if it is an old
    * value and redirect you to this screen.
    *
  + * @author <a href="mailto:mbryson@mont.mindspring.com">Dave Bryson</a>
  + * @author <a href="mailto:hps@intermeta.de">Henning P. Schmiedehausen</a>
    * @version $Id$
    */
   public class InvalidState
  
  
  
  No                   revision
  No                   revision
  1.2.2.2   +2 -1      jakarta-turbine-2/src/java/org/apache/java/lang/Bytes.java
  
  Index: Bytes.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/java/org/apache/java/lang/Bytes.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- Bytes.java	27 Feb 2004 05:24:01 -0000	1.2.2.1
  +++ Bytes.java	20 May 2004 03:03:54 -0000	1.2.2.2
  @@ -20,6 +20,7 @@
    * Static methods for managing byte arrays (all methods follow Big
    * Endian order where most significant bits are in front).
    *
  + * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
    * @version $Id$
    * @deprecated Use Jakarta Commons
    */
  
  
  

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