-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
The front end preview does not work properly #1033
Comments
|
That's another problem caused by the |
|
What did we change in regards to the |
|
Maybe this one: e667934 |
|
Fixed in 800b164. |
|
Thanks a lot. It now works as expected. Can we also get rid of the |
|
The install tool link goes straight into the back end, so you don't have to log in if you are logged in already. If we changed it, the |
|
Okay, thanks for the explanation. This makes sense, of course. |
|
Optimized in be3a365. |
Description ----------- Fixes contao/contao#1028. In fact, we don't need the default behaviour of Symfony because we qualify for "advanced usage" and our listener already correctly handles making responses private if needed. I thought we need session stacking but that's not required because the SessionListener of SF correctly closes the session during `kernel.finish_request` which will cause our listener to correctly determine that the session was not started yet during the next `kernel.response`. Commits ------- cfdc1729 Disable auto cache control of the Symfony SessionListener
As of version 4.4.3 the Contao front end preview always redirects to the start page (index page) no matter what article or page is being viewed.
To reproduce in the Contao online demo:
The text was updated successfully, but these errors were encountered: