Hi mogers,
I copied login.post.json.ftl, login.post.desc.xml and login.post.xml.ftl files in alfresco/WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/repository.
I modified web-scripts-application-context.xml file to add:
<bean id="webscript.org.alfresco.repository.login.post" class="org.alfresco.repo.web.scripts.bean.LoginPost" parent="webscript">
<property name="authenticationService" ref="authenticationService" />
</bean>
And then I copied the alfresco-remote-api.jar from my Alfresco instalation on Windows to my Alfresco instalation on Linux. Now it works fine but, can you tell me if this can cause errors in other Alfresco features?
Thanks,