sheehan / grails-console

A web-based Groovy console for interactive runtime application management and debugging
Apache License 2.0
78 stars 41 forks source link

Restrict access/detect access to config via webconsole #70

Open majkelo opened 5 years ago

majkelo commented 5 years ago

Is it possible to forbid user loading grailsApplication.config/config via webconsole at all? Or detect if he tries to load http://docs.groovy-lang.org/latest/html/gapi/groovy/util/ConfigSlurper.html ?

sheehan commented 5 years ago

There's no easy way that I know of.