Activites portlet entry does not properly display user's name when Wiki FrontPage is written
Description
Activity
Mirko Romstadt December 14, 2015 at 5:38 AM
Hi Ádám,
thanks for your reply! Indeed, this solved the issue. On our system the hostname resolves in /etc/hosts to 127.0.1.1 which is not covered by redirect.url.ips.allowed. As soon as I add 127.0.1.1 here, it works! Alternatively I tested with redirect.url.domains.allowed which works fine, too. Any advantages/disadvantages here?
The second issue seems to be fixed by the latest Fix Pack 82. Independent from the redirect issue it did not occur again.
Thanks again,
Mirko
Derek B December 7, 2015 at 1:22 PM
Hi Adam,
Thanks for your assistance! Adding my load balancer service IP to the redirect.url.ips.allowed list resolved the issue.
Thanks again,
Derek
Ádám T. Nagy December 7, 2015 at 6:58 AM
Dear Mirko, Derek,
Without an in depth analysis, but seeing the symptoms I probably have a clue for the first issue (and the " running Server Administration functions").
Please verify the following portal properties in your environment and make sure that all redirect domain names or ip addresses are set which you use.
Snippet from the portal.properties with default values:
Best regards,
Ádám
Derek B November 18, 2015 at 7:18 AM
I also see both these errors after updating to fix pack 77.
I've enabled com.liferay.portal.struts logging and this reported in the logs when running Server Administration functions (Resources, Script, etc)...
10:11:42,133 DEBUG [ajp-bio-9109-exec-7][PortletAction:162] Forward to null
10:11:42,137 ERROR [ajp-bio-9109-exec-7][PortletRequestProcessor:466] Forward does not exist
These issues seem to point to the sendRedirect function in PortletAction.
Mirko Romstadt November 16, 2015 at 2:37 AM
Same for Liferay Fix Pack 78.
Details
Assignee
Mark JinMark Jin(Deactivated)Reporter
Ken DuenwaldKen Duenwald(Deactivated)Components
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Reporter
Components
Fix versions
Affects versions
Priority
Zendesk Support
Linked Tickets
Zendesk Support
Linked Tickets
Zendesk Support

If a user updates the wiki FrontPage, the corresponding activity entry does not display the user's name.
Here are the steps to reproduce:
1. Add an activities portlet
2. Add a wiki portlet
3. Add content to the wiki FrontPage
4. View the activities portlet
5. The first entry will say "wrote a new wiki page, FrontPage", instead of "Joe wrote a new wiki page, FrontPage" or "Test wrote a new wiki page, FrontPage"