Archive | April, 2010

26 April 2010 ~ 12 Comments

Automatic http/httpS switching with Grails

Automatic http/httpS switching with Grails

A common requirement in webapps nowadays is to switch users between a secure and insecure connection (called protocol switching). For example, maybe your user needs to enter a password, credit card number, or some other sensitive information. Of course, you (and the user) would like that information to be sent securely, which means [...]

Continue Reading