-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error at password = AESCodec.decode("...")
in an external app.groovy
#71
Comments
Exact same config packaged with the grails app (as war) works. If I move the file and use |
my fault I forget an import statement at the beginning of the file :-( |
adding the import statement is not fixing the issue |
|
import statement in the external file results into:
|
using this in the internal file
and no import statement in the external file results into:
|
using an
env.groovy
in tomcat config folder withthis results in an error (log file):
The text was updated successfully, but these errors were encountered: