David Tinker

Results 10 comments of David Tinker

> Hi There. I have all the protocol documentation for Shoto batteries. Would love to have them integrated. I will contribute and donate for this feature I am trying to...

I am out of town with limited internet. Will have a look on Sunday when I get back. On Thu, 26 May 2016 at 6:02 PM Chris Allison [email protected] wrote:...

Sorry forgot .. this should work: cors.headers = ['Access-Control-Allow-Headers': 'origin, authorization, accept, content-type, x-requested-with, x-abc']

If cors.allow.origin.regex is set then CORS headers are only sent back for origins that match the regex. So using a star for the Access-Control-Allow-Origin is ok because you aren't relying...

Can one of you guys check to see if the servlet filter is being loaded? You can look at any stack trace from a controller and see if 'CorsFilter' is...

Any chance you could sent in a pull request with a fix? I don't use Spring Security so its not trivial for me to test this stuff. If you do...

Hmm. I will have a look. I haven't ever used an external properties file for a Grails app, only external .groovy files. On Thu, Nov 27, 2014 at 12:43 PM,...

I am not sure about the security implications. But this should probably not be the default just in case there are problems. If you do a PR to make this...

Will this break the plugin for people using Spring Security < 2.0?

I have been a bit snowed under with work .. I will try to have a look at this tm.