|
The TinyMCE servlet is hit twice.
Firstly to get some javascript to redirect to the location of the tiny_mce source. An update was put in place to flush the Servlet cache when the url changes. This should update the servlet cache if the base url changes (or a request comes in on a different host) but wont flush browser caches. I plan to fix this by:
The fix to this issue was:
1. The /includes/* path was included in the 'requestcache' filter's mapping. This filter will supply better information when the 'base url' of the script is being calculated. In most cases this will result in a relative url which will handle multihoming correctly. 2. The response to the first request includes cache-control headers set to must-revalidate. This should help propagate changes to the URL if it does change. Fixed for 2.4.5 If you are experiencing this problem, make sure that your base URL is set correctly. If you need to change your base URL you must restart Confluence after changing it. You will also need to clear your browser cache.
If you access a single Confluence instance via two different host names you will need to clear your browser cache when you use a different hostname. Symptoms for this bug are that the rich text page editor, wiki markup editor and preview tabs have an unusably small text box
Hi all,
Would you check this Confluence Support Problem I requested https://support.atlassian.com/browse/CSP-8074 But the only different is that if I install a new fresh Confluence in my url setting, it works well. Sincerely, CSP-8074 was resolved :
"After I install the Confluence 2.4.5, the problem is fixed and vanished. " |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CONF-8050