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 inline theme parameters encoding for '#' #23

Merged
merged 1 commit into from
May 11, 2018

Conversation

matz3
Copy link
Member

@matz3 matz3 commented May 8, 2018

A '#' character marks the start of the URI fragment component and needs
to be escaped to be part of the body.

Currently, this still works without encoding, but browsers might change
this in future.
See: https://www.chromestatus.com/features/5656049583390720

A '#' character marks the start of the URI fragment component and needs
to be escaped to be part of the body.

Currently, this still works without encoding, but browsers might change
this in future.
See: https://www.chromestatus.com/features/5656049583390720
@matz3 matz3 requested a review from RandomByte May 8, 2018 13:01
Copy link
Member

@RandomByte RandomByte left a comment

Choose a reason for hiding this comment

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

👍

@matz3 matz3 merged commit 6986a94 into master May 11, 2018
@matz3 matz3 deleted the fix-inline-params-encoding branch May 11, 2018 08:40
@matz3
Copy link
Member Author

matz3 commented May 25, 2018

I just noticed that this currently breaks the runtime as the encoded # sign won't be decoded. I will follow-up on this.

openui5bot pushed a commit to SAP/openui5 that referenced this pull request Jun 27, 2018
See: SAP/less-openui5#23
Change-Id: I40644af9417128fbba940b874f0e5572067647ab
openui5bot pushed a commit to SAP/openui5 that referenced this pull request Jul 5, 2018
See: SAP/less-openui5#23

BCP: 1880276569
CR-Id: 002075125900002498432018
Change-Id: I40644af9417128fbba940b874f0e5572067647ab
(cherry picked from commit ca3b448)
openui5bot pushed a commit to SAP/openui5 that referenced this pull request Jul 5, 2018
See: SAP/less-openui5#23

BCP: 1880276569
CR-Id: 002075125900002498442018
Change-Id: I40644af9417128fbba940b874f0e5572067647ab
(cherry picked from commit ca3b448)
openui5bot pushed a commit to SAP/openui5 that referenced this pull request Jul 5, 2018
See: SAP/less-openui5#23

BCP: 1880276569
CR-Id: 002075125900002498452018
Change-Id: I40644af9417128fbba940b874f0e5572067647ab
(cherry picked from commit ca3b448)
openui5bot pushed a commit to SAP/openui5 that referenced this pull request Jul 5, 2018
See: SAP/less-openui5#23

BCP: 1880276569
CR-Id: 002075125900002498462018
Change-Id: I40644af9417128fbba940b874f0e5572067647ab
(cherry picked from commit ca3b448)
openui5bot pushed a commit to SAP/openui5 that referenced this pull request Jul 5, 2018
See: SAP/less-openui5#23

BCP: 1880276569
CR-Id: 002075125900002498472018
Change-Id: I40644af9417128fbba940b874f0e5572067647ab
(cherry picked from commit ca3b448)
matz3 added a commit that referenced this pull request Sep 10, 2018
Proper encoding fix. See #23, #26.

A '#' character marks the start of the URI fragment component and needs
to be escaped to be part of the body.

Currently, this still works without encoding, but browsers might change
this in future.
See: https://www.chromestatus.com/features/5656049583390720
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