David Belmez Vicente

Results 5 issues of David Belmez Vicente

Nowadays @Pattern validator is able to match a list of patterns. But the validation passes if all of pattern matches. It could be helpful having a @Pattern.List configuration for tell...

Hello, With AspectJ, I have a false positive mutator. I think it is because of the null check that inserts AspectJ. At the generated class I see: ```java public class...

On documentation, the property is _sethttponly_ : **grails.plugin.cookiesession.sethttponly** (http://plugins.grails.org/plugin/benlucchesi/cookie-session#understanding-cookiecount-and-maxcookiesize) If we set `grails.plugin.cookiesession.sethttponly = true` doesn't work. On code, the property is _httponly_ (https://github.com/benlucchesi/grails-cookie-session/blob/master/src/main/groovy/grails/plugin/cookiesession/CookieSessionRepository.groovy#L216) If we set `grails.plugin.cookiesession.httponly = true`...