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

BUGFIX: Prevent exception on missing context string #2617

Merged
merged 1 commit into from
Dec 14, 2019

Conversation

markusguenther
Copy link
Member

It can happen that the URI is encoded and then the context
string could not be extracted. It seems to be a change from
the preview urls.

(neos/neos-development-collection#2654)
(#2604)

This patch now decodes the frontend URI and checks if the
URI contains an @ part.

It can happen that the uri is encoded and then the context
string could not be extracted. It seems to be a change from
the preview urls.

This patch now decodes the frontend uri and checks if the
uri contains an @ part.
@davidspiola davidspiola merged commit e5f7ad5 into neos:5.1 Dec 14, 2019
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.

2 participants