-
Type:
Feature Request
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Documentation
-
Labels:None
Incompatibility described below has been identified in 6.2 and it would be good to document it as part of Post Upgrade section or in some Incompatibility section within 6.2 documentation.
Incompatibility:
As part of https://issues.liferay.com/browse/LPS-39314 incompatibility was identified where servlet path /api/secure/jsonws has changed to servlet path /api/jsonws.
Given explanation in the Comment to the LPS-39314 issue this change seems to be intentional and servlet path /api/secure/jsonws will no longer work.
Solution:
Users upgrading to 6.2 will need to update their URL's when calling JSON Web Service (example to use http://myServer/api/jsonws/group/get-user-sites instead of http://myServer/api/secure/jsonws/group/get-user-sites) or add the /secure/ servlet path in web.xml.