6 Nov
2014
6 Nov
'14
8:57 a.m.
I've written several scripts in Groovy that I want to make available to other users, but some of them contain information that I don't wish people to see (queries giving away schema details, connection passwords for JDBC/LDAP, etc). As I understand it if a person is able to view a page in which code is executed they are also able to see the source for that page. That being the case is there a recommended approach to hiding some details from prying eyes?