Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/JS2-115 Here is an overview of the issue: --------------------------------------------------------------------- Key: JS2-115 Summary: Simplify vavle structure Type: Improvement Status: Unassigned Priority: Major Project: Jetspeed 2 Components: Container Versions: 2.0-a1 Assignee: Reporter: David Jencks Created: Sun, 5 Sep 2004 11:56 AM Updated: Sun, 5 Sep 2004 11:56 AM Environment: all Description: The current valve structure is excessively complicated for no reason. This patch replaces the design with a simple linked list of valves and makes all plausible variables final. Pipeline is also removed as it is no longer necessary. The spring configuration file has both the previous pipeline definitions commented out and the new configuration to make it easier to verify that the implementations are equivalent. I personally think that building the pipelines in a java class (that is specified in the spring configuration) would be considerably clearer than this xml configuration. Very few people will want to change the piplines, and anyone who does should certainly be able to modify/extend/implement a java setup class. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
