stokito / grails-cookie

Makes dealing with cookies easy. Provides an injectable service and tag to easily get, set, and delete cookies with one line
http://grails.org/plugin/cookie
16 stars 12 forks source link

External Properties are not supported #32

Open ctoestreich opened 9 years ago

ctoestreich commented 9 years ago

The ability to provide external foo.properties file is currently not supported due to code that checks for instanceof Boolean. This will not work as the properties are strings. I will be doing some code cleanup and sending a pull request shortly. - Cheers

stokito commented 9 years ago

ok, I merged your pull request #33 but and released under version v1.1.0 Could you test result?