Java Servlet Filters Part 2: Removing Cookies
Posted by
Brad Wood
Jul 12, 2008 02:50:00 UTC
As promised, I have written a Java Servlet Filter to remove cookies from a request. If you don't know what a Servlet Filter is, read this blog. Let me start by saying while my filter does function like I wanted it to, it did NOT solve this problem. I'll blog on that next. UPDATE: Here are my findings
Given that, I can't really think of a real-world use for this code, but I am always in favor of coding for the sake of learning.