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

Fix escaping in the URL conversion #36898

Closed
wants to merge 1 commit into from

Conversation

cipolleschi
Copy link
Contributor

Summary:
This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to NSURLComponents. NSURLComponents provides us with more flexibility so that we could handle the missing cases.

Changelog:

[iOS][Fixed] - Handle doulbe # and partially escaped urls

Differential Revision: D44958172

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner fb-exported labels Apr 13, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

cipolleschi added a commit to cipolleschi/react-native that referenced this pull request Apr 13, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Differential Revision: D44958172

fbshipit-source-id: dd719d82a4fcb7dffaf674131b881a4978663714
@analysis-bot
Copy link

analysis-bot commented Apr 13, 2023

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 8,620,787 +0
android hermes armeabi-v7a 7,933,466 +0
android hermes x86 9,106,793 +0
android hermes x86_64 8,961,595 +0
android jsc arm64-v8a 9,186,843 +0
android jsc armeabi-v7a 8,377,136 +0
android jsc x86 9,244,445 +0
android jsc x86_64 9,502,916 +0

Base commit: ee2f488
Branch: main

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

cipolleschi added a commit to cipolleschi/react-native that referenced this pull request Apr 13, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Differential Revision: D44958172

fbshipit-source-id: 0a141da748b79d61cca82a1267413e79f54f6c24
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

cipolleschi added a commit to cipolleschi/react-native that referenced this pull request Apr 14, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: 9c2d7c592a35c12232060d87c788c7131906b286
cipolleschi added a commit to cipolleschi/react-native that referenced this pull request Apr 14, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: d61d9d36a4439871a00d8572146ac49d54c78066
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

cipolleschi added a commit to cipolleschi/react-native that referenced this pull request Apr 14, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: daca200c45a615740a5c87d8b6c6b195395e2b5b
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

cipolleschi added a commit to cipolleschi/react-native that referenced this pull request Apr 17, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: ac08a6f9246352041777da7b2446e4215d32bd37
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

cipolleschi added a commit to cipolleschi/react-native that referenced this pull request Apr 17, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: 6cc921c9f5fda248ad15edee9d38147931c24ff9
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

cipolleschi added a commit to cipolleschi/react-native that referenced this pull request Apr 17, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: 9d92db30f97a9b5d69971a9dbf35361dc9568dad
cipolleschi added a commit to cipolleschi/react-native that referenced this pull request Apr 17, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: 46b8ac246b12e16b4599221a62c052268c5997a3
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

cipolleschi added a commit to cipolleschi/react-native that referenced this pull request Apr 17, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: bff8bcad3fdce43d01221e14111290cc3ccbd9d2
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: 45bfa3135443208f6efba23f66d7952fa9dbc177
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44958172

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Apr 17, 2023
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 2b4e1f5.

jeongshin pushed a commit to jeongshin/react-native that referenced this pull request May 7, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: 03628d86966c149d0785ad90fdbccbcb5e70106e
OlimpiaZurek pushed a commit to OlimpiaZurek/react-native that referenced this pull request May 22, 2023
Summary:
Pull Request resolved: facebook#36898

This changes are a followup from D42281798 and the task T141309497.

In the previous diff, we were able to handle most cases thanks to `NSURLComponents`. `NSURLComponents` provides us with more flexibility so that we could handle the missing cases.

## Changelog:
[iOS][Fixed] - Handle doulbe `#` and partially escaped urls

Reviewed By: sammy-SC

Differential Revision: D44958172

fbshipit-source-id: 03628d86966c149d0785ad90fdbccbcb5e70106e
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. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants