Starting from Liferay 6.2 only allows
namespaced parameters. If we want to send unnamespaced parameters we
need to turn the filter off. To achieve the same we need to add the
following property in portlet's liferay-portlet.xml file.
<requires-namespaced-parameters>false</requires-namespaced-parameters>