Skip to content

Conversation

@leeight
Copy link
Contributor

@leeight leeight commented Oct 3, 2016

In the NetworkingModule.java, header.getString(1) was
called, so the value must be String type.

FIX #10198

@facebook-github-bot
Copy link
Contributor

By analyzing the blame information on this pull request, we identified @philikon and @davidaurelio to be potential reviewers.

@facebook-github-bot facebook-github-bot added GH Review: review-needed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Oct 3, 2016
react_native_target('java/com/facebook/react/touch:touch'),
react_native_target('java/com/facebook/react/uimanager:uimanager'),
react_native_target('java/com/facebook/react:react'),
react_native_target('java/com/facebook/react/jstasks:jstasks'),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add missing deps, make scripts/run-android-local-unit-tests.sh happy

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 7, 2016
@facebook-github-bot
Copy link
Contributor

@leeight updated the pull request - view changes

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 7, 2016
@facebook-github-bot
Copy link
Contributor

@leeight updated the pull request - view changes

throw new Error('Request has not been opened');
}
this._headers[header.toLowerCase()] = value;
this._headers[header.toLowerCase()] = String(value);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

In the NetworkingModule.java, header.getString(1) was called, so the value must be String type.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 12, 2016
@leeight
Copy link
Contributor Author

leeight commented Oct 14, 2016

cc @satya164 @janicduplessis

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 14, 2016
@facebook-github-bot
Copy link
Contributor

@leeight updated the pull request - view changes

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 21, 2016
@lacker lacker self-assigned this Oct 25, 2016
@lacker
Copy link
Contributor

lacker commented Oct 25, 2016

Arguably code should not be using this but it seems worth it to get firebase files working. The dependency thing looks like it already got fixed, though, so now Circle CI is complaining that that dependency is a duplicate. Could you fix that and then I'll ship this?

In the `NetworkingModule.java`, `header.getString(1)` was
called, so the value must be String type.

FIX facebook#10198
@leeight
Copy link
Contributor Author

leeight commented Oct 26, 2016

@lacker Done.

@lacker
Copy link
Contributor

lacker commented Oct 26, 2016

@facebook-github-bot shipit

@facebook-github-bot facebook-github-bot added GH Review: accepted Import Started This pull request has been imported. This does not imply the PR has been approved. and removed GH Review: review-needed labels Oct 26, 2016
@facebook-github-bot
Copy link
Contributor

@lacker has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

DanielMSchmidt pushed a commit to DanielMSchmidt/react-native that referenced this pull request Jan 4, 2017
Summary:
In the `NetworkingModule.java`, `header.getString(1)` was
called, so the value must be String type.

FIX facebook#10198
Closes facebook#10222

Differential Revision: D4080319

Pulled By: lacker

fbshipit-source-id: 85234a2bbf90e5b9e0e65ceadbfabb330b2d1322
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Import Started This pull request has been imported. This does not imply the PR has been approved.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants