20030331 Monday March 31, 2003

JDK 1.4.1 - Memory Leak Bug in StringBuffer.toString() I use StringBuffer.toString() a fair amount in my code. Did you know there's a significant memory-leak bug in JDK 1.4.1?! Yikes - if you're experiencing memory issues, you might try back-pedalling to 1.4.0. Posted in Java at Mar 31 2003, 09:46:55 AM MST Add a Comment

[Tomcat 4.1.x] Authentication Best Practices From the tomcat-user mailing list, John Swapceinski brings us Authentication Best Practices. Lots of scriptlets in his JSPs, but nevertheless, very good information. Posted in Java at Mar 31 2003, 08:18:45 AM MST 1 Comment