Skip to content
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

Jarb-init tries to execute temporary system files as SQL during population #43

Open
arjanvlek opened this issue May 11, 2017 · 1 comment

Comments

@arjanvlek
Copy link
Contributor

Jarb-init tries to import SQL from files for which it is known they never contain it.
An example is the .DS_Store file generated by Finder on Mac.

If such file is executed, an epic error message is generated by the Spring framework.
See the screenshot for more details.

schermafdruk 2017-05-11 10 28 24

To me, solution seems to place certain temporary files (.DS_Store, thumbs.db etc.) on a blacklist.

@jeroenvs
Copy link
Member

In the default configuration we only take the .sql files, are you sure you are using the correct configuration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants