-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE M3
-
Fix Version/s: 6.2.0 CE M2
-
Component/s: Portal Services, Portal Services > Legacy
-
Labels:
-
Fix Priority:3
-
Git Pull Request:
Recent changes have corrupted JSON WebService API page. Issues are:
Calling any portal service fails
Testcase:
- go to Address > get-address method
- enter '1' for addressId
- Click on 'Invoke'
Instead of invoking the service, we will have portals 404 saying:
Not Found
http://localhost:8080/address/get-address?formDate=1352286183316&p_auth=IC6cZ6Nd&addressId=1
Javascript error when no plugin is deployed
In default case, when no other plugin is deployed, loading API page will produce the following javascript error:
TypeError: a.one("#contextPath") is null
This stops all javascript from working.