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

ISS-51 single CSV report #62

Merged
merged 5 commits into from
Apr 14, 2018
Merged

Conversation

nirmalchandra
Copy link
Collaborator

No description provided.

authorjapps and others added 3 commits April 1, 2018 17:06
- In case any consumer needs this
- Backward compatibility maintained
- No more maintained by timestamp wise
- Fixed logback to print full qualified package names
import static org.apache.http.entity.ContentType.APPLICATION_JSON;
import static org.jsmart.zerocode.core.utils.HelperJsonUtils.getContentAsItIsJson;

public class CorporateProxyNoSslContextHttpClient implements BasicHttpClient {
Copy link
Owner

Choose a reason for hiding this comment

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

cover with test and create a sample please!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

you need a actual proxy or a mock proxy to test this. Will do this later. Issue #63 has been raised to address this.

@@ -74,6 +74,7 @@ public Response execute(String httpUrl, String methodName, Map<String, Object> h
if (headers != null) {
Map headersMap = headers;
for (Object key : headersMap.keySet()) {
removeDuplicateHeaders(requestBuilder, (String) key);
Copy link
Owner

Choose a reason for hiding this comment

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

+1

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.

None yet

2 participants