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

[TIMOB-11728][TIMOB-11697] New properties for HTTPClient on iOS #3429

Merged
merged 10 commits into from Dec 4, 2012
Merged

[TIMOB-11728][TIMOB-11697] New properties for HTTPClient on iOS #3429

merged 10 commits into from Dec 4, 2012

Conversation

vishalduggal
Copy link
Contributor

Exposes new properties to HTTPClient on iOS

clientCertificates
clientCertificateIdentity

IOS TICKET

For Android it allows creating a custom SSL Context with user defined trust managers and key managers.

ANDROID TICKET

Useful for environments with self signed certificates.
Doc PR will come later

}

try
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Try and catch blocks should have '{' on the same line according to our coding standards (You do this is in a couple of places here.)

@ayeung
Copy link
Contributor

ayeung commented Dec 3, 2012

Code reviewed. Please address comments.

@@ -0,0 +1,51 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2010-2012 by Appcelerator, Inc. All Rights Reserved.
Copy link
Contributor

Choose a reason for hiding this comment

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

Should technically be 2012 only =)

@ayeung
Copy link
Contributor

ayeung commented Dec 4, 2012

Code reviewed and functionally tested. Ran test case in Jira and KS.

ayeung pushed a commit that referenced this pull request Dec 4, 2012
[TIMOB-11728][TIMOB-11697] New properties for HTTPClient on iOS
@ayeung ayeung merged commit 1b9ac24 into tidev:master Dec 4, 2012
@vishalduggal vishalduggal deleted the timob-11728 branch October 27, 2014 19:10
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