Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/BEEHIVE-17 Here is an overview of the issue: --------------------------------------------------------------------- Key: BEEHIVE-17 Summary: TomcatServerAdapter for Tomcat 5.x Type: New Feature Status: Unassigned Priority: Major Project: Beehive Components: NetUI Fix Fors: TBD Versions: TBD Assignee: Reporter: Rich Feit Created: Fri, 8 Oct 2004 11:07 AM Updated: Fri, 8 Oct 2004 11:07 AM Description: For server-specific features, NetUI depends on implementations of an interface (org.apache.beehive.netui.pageflow.ServerAdapter). Most features work with the default ServerAdapter, but this fills in holes like login/logout and container-based security checks. In the past, we had a TomcatServerAdapter that worked with Tomcat 4. It basically put the bulk of the implementation in a class in tomcat/server/lib (where it can see other tomcat-specific classes), and then added an interface in tomcat/common/lib to allow the webapp-scoped TomcatServerAdapter to access the functionality. We should add a Tomcat 5-enabled version of this. It may be trivial or it may be totally different -- I haven't looked into it yet. I will attach the old version of the code shortly. --------------------------------------------------------------------- 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
