Forums de discussion

Seems a bug in Liferay 6.1.1 and 6.1.2 ga3

kan yong, modifié il y a 10 années.

Seems a bug in Liferay 6.1.1 and 6.1.2 ga3

New Member Envoyer: 1 Date d'inscription: 12/09/13 Publications récentes
I'm not sure if it is appropriate to report the issue here.
In "user_groups_admin/view.jsp" at line63 and line 72 (Line number is based on 6.1.1)

var status = <%= WorkflowConstants.STATUS_INACTIVE %>
status = <%= WorkflowConstants.STATUS_APPROVED %>

And "users_admin/view.jsp" at line95 and line104
var status = <%= WorkflowConstants.STATUS_INACTIVE %>
status = <%= WorkflowConstants.STATUS_APPROVED %>

does not end with ";". So if you open the configuration below in Tomcat
<init-param>
<param-name>trimSpaces</param-name>
<param-value>true</param-value>
</init-param>
it will cause a JS compress filter exception.

This issus is still in 6.1.2 ga3.

I hope you can confirm it. Many thanks.