Tag Archives: HTTP

My site now respects the Do Not Track (DNT) header [UPDATED]

Update: The tracking is no longer completely removed when DNT is enabled but all IP addresses are anonymized. I remind you about the Google Analytics Opt-Out plugin if you want to avoid tracking all together. Google Analytics will from now … Read more

Posted in Do Not Track (DNT) | Leave a comment

How to map a Servlet to only the front page / root path of your webapplication

This post is about Java Web Servlets and will hopefully save you some hours of debugging. Prelude Rant I was naive enough to think that the reasonable URL pattern “/” would match only the root path of the application. Guess … Read more

Posted in Java | 1 Comment