Hi all, A post on the user list from Jeff Painter made me go look at the HttpUtils class.. It had a bug in the date format for HTTPUtils. And low and behold, it is deprecated and to be removed in 2.3. However, it is another commons- jar, and in the sandbox as well[1]. Since we have plenty of dependencies on commons- stuff in sandbox, I don't know if it is a big deal or not. But, I either want to un deprecate the code and fix it in the Turbine code base, or delete it, and fix the bug in the commons-http code base.
This also applies to the BrowserDetector class as well. [ ] Yes, delete the deprecated code and add a dependency on commons-http [ ] No, fix the deprecated code, and undeprecate it. [1] http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/http/src/java/org/apac he/commons/http/HttpUtils.java?rev=1.1&content-type=text/vnd.viewcvs-markup Eric Pugh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
