personium / app-personium-calendar

Apache License 2.0
0 stars 8 forks source link

Wrong BOX URL error #141

Closed dixonsiu closed 5 years ago

dixonsiu commented 5 years ago

Error

pcalendar_error

Expected Result

Box URL should be FQDN + Cell name + box name.

dixonsiu commented 5 years ago

Investigation Conclusion

Bug in personium-client-java. When sending the following get request, I received a wrong URL.

Engine Script for Testing

var personalBoxAccessor = _p.localbox();
return createResponse(200, personalBoxAccessor.getPath()); // implement by personium-client-java

REST Request

https://demo.personium.io/dixonsiu/io_personium_demo_app-personium-calendar/TestEngine/getPath

REST Response

https://demo.personium.io/dixonsiu/dixonsiu