-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D44958172 |
1 similar comment
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 Differential Revision: D44958172 fbshipit-source-id: dd719d82a4fcb7dffaf674131b881a4978663714
390709e
to
19d67bd
Compare
Base commit: ee2f488 |
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 Differential Revision: D44958172 fbshipit-source-id: 0a141da748b79d61cca82a1267413e79f54f6c24
19d67bd
to
2bf2fdf
Compare
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: 9c2d7c592a35c12232060d87c788c7131906b286
2bf2fdf
to
c753bfa
Compare
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
This pull request was exported from Phabricator. Differential Revision: D44958172 |
c753bfa
to
274392c
Compare
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
274392c
to
5ab8153
Compare
This pull request was exported from Phabricator. Differential Revision: D44958172 |
1 similar comment
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: ac08a6f9246352041777da7b2446e4215d32bd37
5ab8153
to
c67d62a
Compare
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: 6cc921c9f5fda248ad15edee9d38147931c24ff9
c67d62a
to
21e6ec4
Compare
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: 9d92db30f97a9b5d69971a9dbf35361dc9568dad
21e6ec4
to
60e12db
Compare
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
60e12db
to
f011e40
Compare
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: bff8bcad3fdce43d01221e14111290cc3ccbd9d2
f011e40
to
2769449
Compare
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
2769449
to
910ac9f
Compare
This pull request was exported from Phabricator. Differential Revision: D44958172 |
This pull request has been merged in 2b4e1f5. |
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
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
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 urlsDifferential Revision: D44958172