javamelody / grails-melody-plugin

JavaMelody monitoring plugin for Grails, to monitor application performance
https://plugins.grails.org/plugin/grails-melody-plugin
Apache License 2.0
32 stars 31 forks source link

securing monitoring url with spring security core not working with latest version of melody. #32

Closed rahulcse1 closed 8 years ago

rahulcse1 commented 8 years ago

I know this is old question but i think it's not working. I have just installed melody in my grails app and i am using latest version of melody. But i am not able to guide my monitoring url. Because this issue was fixed it's should work without modifying web.xml. I can see loadAfter and getWebXmlFilterOrder() in GrailsMelodyGrailsPlugin.groovy so it should work. Could you please let me know if am i missing any step ? I want to show monitor page only to "MONITORING_USER" in my grails app.