OWASP / www-project-csrfguard

The aim of this project is to protect Java applications against CSRF attacks with the use of Synchronizer Tokens
https://owasp.org/www-project-csrfguard/
BSD 3-Clause "New" or "Revised" License
77 stars 39 forks source link

Location of .tld file #276

Open rameshkt opened 3 weeks ago

rameshkt commented 3 weeks ago

I have integrated CSRF Guard into a Grails 6.2.0 application. The csrfguard.tld file is not recognised. Is it possible to have the file in META-INF/ instead of META-INF/tags? The tld scan pattern in grails does not look into sub-directories of META-INF. As of now I have created custom tags for the same set of tags in the .tld file. And the application works fine. Regards

aramrami commented 3 weeks ago

Hello Please submit a merge request and I will approve it.

Thanks Azzeddine RAMRAMI

Le dim. 16 juin 2024, 10:32, rameshkt @.***> a écrit :

I have integrated CSRF Guard into a Grails 6.2.0 application. The csrfguard.tld file is not recognised. Is it possible to have the file in META-INF/ instead of META-INF/tags? The tld scan pattern in grails does not look into sub-directories of META-INF. As of now I have created custom tags for the same set of tags in the .tld file. And the application works fine. Regards

— Reply to this email directly, view it on GitHub https://github.com/OWASP/www-project-csrfguard/issues/276, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABXCEE34W77FO2CG7ZQIMLZHVLTNAVCNFSM6AAAAABJMOG3XGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM2TKNRQGYZTOMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rameshkt commented 3 weeks ago

@aramrami Created a request #277. Hope it is correct.