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

Upgraded to org.apache.httpcomponents:httpclient:4.3.5 to fix CVE-2014-3... #208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Upgraded to org.apache.httpcomponents:httpclient:4.3.5 to fix CVE-2014-3... #208

wants to merge 1 commit into from

Conversation

vibe13
Copy link

@vibe13 vibe13 commented Dec 10, 2014

...577 vulnerability of commons-httpclient:commons-httpclient:3.1

…4-3577 vulnerability of commons-httpclient:commons-httpclient:3.1
@vibe13
Copy link
Author

vibe13 commented Dec 10, 2014

@matzew mind to review? Thanks!

@matzew
Copy link
Collaborator

matzew commented Dec 11, 2014

👀 at it

}


HttpParams httpParams = new BasicHttpParams();
Copy link
Collaborator

Choose a reason for hiding this comment

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

The HttpParams class has been deprecated

@matzew
Copy link
Collaborator

matzew commented Dec 11, 2014

when using an IP address, I am getting this:

Caused by: java.net.ProtocolException: Error occurred while creating proxy socket : java.lang.IllegalArgumentException: Host name may not be blank
    at com.notnoop.apns.internal.TlsTunnelBuilder.makeTunnel(TlsTunnelBuilder.java:111)
    at com.notnoop.apns.internal.TlsTunnelBuilder.build(TlsTunnelBuilder.java:70)
    at com.notnoop.apns.internal.ApnsConnectionImpl.getOrCreateSocket(ApnsConnectionImpl.java:272)

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