Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.0.12 EE, 6.1.0 CE GA1, 6.1.10 EE GA1, 6.2.0 CE M2
-
Fix Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2, 6.0.X EE, --Sprint 11/12, 6.2.0 CE M2
-
Component/s: WCM, WCM > WYSIWYG Editor > CKEditor
-
Labels:
-
Branch Version/s:6.1.x, 6.0.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
When using a reverse proxy and the portal is configured to use a path component in the URLs specified by portal.proxy.path property, the CKEditor's FileManager will select files without this path prefix which causes the portal to not find the related file when user clicks on the link.
Steps to reproduce:
1.) Setup Apache to connect Tomcat through AJP:
LoadModule proxy_ajp_module libexec/apache2/mod_proxy_ajp.so
...
ProxyPass /lfr ajp://localhost:8009/
ProxyPassReverse /lfr ajp://localhost:8009/
2.) Set portal to use proxy path in portal-ext.properties:
portal.proxy.path=/lfr
3.) Start Tomcat
4.) Start Apache
5.) Navigate to http://localhost/lfr and login
6.) Navigate to Control Panel > Document And Media
7.) Upload a file like test.doc
8.) Add a Web Content Display to the opening page
9.) Create new Web Content
10.) Insert link into Web Content and select 'Browse Server'
11.) Navigate to the folder where you uploaded test.doc to and select it
Expected behavior:
The selected URL should start as /lfr/documents/
Current behavior:
The selected URL starts with /documents/
Issue Links
- is related to
-
LPS-27519
Resource importer throws a NullPointerException when matching DL Files in Web Content
-

Committed on:
6.1.x GIT ID: 23803efb127684a57239632eb082a9d837175ff2.
6.2.x GIT ID: ada97de9b186311a38f58126375596ed245b2f85.