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

Documentation change #35

Closed cgriffith99 closed 8 years ago

cgriffith99 commented 9 years ago

It appears that the documentation is a little off if you want to change defaultStrategy for the plugin:

Instead of:

grails.plugins.cookie.path.defaultStrategy = 'context'

This works for me:

grails.plugins.cookie.defaultStrategy = 'context'

stokito commented 9 years ago

Yes, thanks for your report. It's a bug, and I will fix it right now.

stokito commented 9 years ago

Sorry, I'll fix it latter, tomorrow.

cgriffith99 commented 9 years ago

Thanks for the quick response to this!

On Wed, Mar 4, 2015 at 11:20 AM, Sergey Ponomarev notifications@github.com wrote:

Sorry, I'll fix it latter, tomorrow.

— Reply to this email directly or view it on GitHub https://github.com/stokito/grails-cookie/issues/35#issuecomment-77189302 .

stokito commented 9 years ago

I fixed this issue in plugin versions 1.2 (for grails 2.2) and 1.4 (for Grails 2.4+). Thanks for your report, and could you check that all works as expected?

stokito commented 8 years ago

Seems like it was fixed