I never managed to get Tomcat working, so my committed changes haven't been tested on it. :(
Overview: I added the concept of a uniqueId to the WebRequest according to Chris' suggestion and refactored slightly to support the future addition of custom headers instead of request parameters. I haven't yet touched the server side of things, and I will not get to until next weekend. Hopefully Tomcat will work by then. The problem I'm seeing may be a bug with the Ant integration, since Tomcat starts up fine from the command line. Checkstyle: I turned down a the checkstyle requirement for javadoc on private methods. I realize that I should probably have asked before doing this. However, I have a plane to catch in a few hours and I wanted my code to pass. In support of my change, I think that Javadocs for one line methods are somewhat redundant, especially if checkstyle also demands @return, @param, etc. If this is a major problem, I'll fix my changes next weekend. Cheers, nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
