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

Updated LtiLaunch to support additional recommended and optional launch ... #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ggilbert-unicon
Copy link

...parameters;added support custom and ext parameters

@@ -548,6 +548,8 @@ public static void sendReplaceResult(String url, String key, String secret, Stri
HttpPost request = buildReplaceResult(url, key, secret, sourcedid, score, resultData, isUrl);
DefaultHttpClient client = new DefaultHttpClient();
HttpResponse response = client.execute(request);
System.out.println("**** outcomes status code: "+response.getStatusLine().getStatusCode());
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these really intended to be permanently in the library? Wouldn't a logging library be better then using "System.out.println" in a library call that other systems would be using?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An oversight on my part. They have been removed.

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

Successfully merging this pull request may close these issues.

2 participants