Details
-
Bug
-
Status: Closed
-
Top
-
Resolution: Fixed
-
5.1.0
-
None
-
None
-
3
-
Tiger
-
Tiger Sprint 164, Tiger Sprint 165
Description
Create a 12.0.0 archetype project.
Add simple content via essentials.
Go to cms
Open a document.
A popup message in red "WICKET AJAX DEBUG" appears.
Document tab is created but no document is displayed
===================================================
Edit: issue was caused by a javascript resource cached in the browser (DEVELOPMENT mode only). To prevent these kinds of hard-to-trace bug reports in the future, we decided to add query-string parameters containing the last-modified timestamp to Wicket resources. While query strings are a bad idea in production (they tend to be stripped off) it's fine for local development. Using this strategy has the advantage that the original file names are still recognizable, so it's easy to correlate requests with files in the code base.
Attachments
Issue Links
- is backported by
-
CMS-10918 [Backport 12.0] Wicket development mode prevents opening documents
- Closed