https://issues.apache.org/bugzilla/show_bug.cgi?id=54330
Bug ID: 54330 Summary: Patch with some refactoring of Member.java Product: Tomcat 8 Version: trunk Hardware: Macintosh Status: NEW Severity: enhancement Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: greg.l.turnqu...@gmail.com Classification: Unclassified Created attachment 29779 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29779&action=edit patch file made against tomcat trunk Attached is a patch file where I went through looking for usage of concrete class MemberImpl, and when possible, replaced it with the interface Member. I added a few (maybe three) methods to the Member interface definition to support those changes. I ran the entire test suite, and the only tests that failed were already failing without my changes (org.apache.catalina.websocket.TestWebSocket, so I don't think those are related to mine. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org