Developing Grails Apps With Jetty, Deploying on JBOSS: The Problem Of Properties Files
Uncle Moe always used to tell us kids to “Never hard code environment specific parameters into the .war or .ear files you use to deploy your applications”. Read the rest of this entry »
Using Time Stamp Parameters to Avoid Stale Responses To Redirected Requests
I recently ran into an annoying bug caused by Internet Explorer caching the content of redirected requests. My fix involved adding a time stamp valued parameter on to the URL returned with the 302 (redirect) status code. The new parameter serves to ensure that the URL to which the client is being redirected is unique by Read the rest of this entry »
