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

Tools erroneously allow Java apps without <threadsafe> tag #18

Closed
shatterednirvana opened this issue Nov 2, 2012 · 2 comments
Closed
Assignees
Milestone

Comments

@shatterednirvana
Copy link
Contributor

Originally Java apps had an optional flag called <threadsafe>, but at some point this flag became mandatory. Since we don't check for its existence, users can give us an app without it and we will blindly accept it, causing the app to fail when AppScale tries to start up the Java AppServer.

Need to check for this tag, ensure that it's value is either true or false, and abort if it is not.

@ghost ghost assigned shatterednirvana Nov 2, 2012
shatterednirvana added a commit to shatterednirvana/appscale-tools that referenced this issue Nov 2, 2012
@shatterednirvana
Copy link
Contributor Author

Got a fix for this - sending for QA now.

nlake44 added a commit that referenced this issue Nov 5, 2012
@shatterednirvana
Copy link
Contributor Author

Fixed, tested, and released!

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

No branches or pull requests

1 participant