Hi to all,
in previews versions of Pentaho BA Server (ie 6.1) I could create a new Root Level Folder (next to Public and Home) using this REST API
PUT: http://10.10.10.10:8080/pentaho/api/...rs/%3AMyNEWDir
In 8.2 version is not possibile anymore, it returns a 403 Forbidden and I think the point is in this piece of code (row 86)
https://github.com/pentaho/pentaho-p...yResource.java
Why this beaviour? Also if you delete for an error the Public or Home Directory you are note able to recreate them and Pentaho server is now broken.
Any hint to bypass this problem?
Thank you.
in previews versions of Pentaho BA Server (ie 6.1) I could create a new Root Level Folder (next to Public and Home) using this REST API
PUT: http://10.10.10.10:8080/pentaho/api/...rs/%3AMyNEWDir
In 8.2 version is not possibile anymore, it returns a 403 Forbidden and I think the point is in this piece of code (row 86)
https://github.com/pentaho/pentaho-p...yResource.java
Why this beaviour? Also if you delete for an error the Public or Home Directory you are note able to recreate them and Pentaho server is now broken.
Any hint to bypass this problem?
Thank you.