Re: [Geoserver-users] Constant 403 when trying to update feature types using REST

2016-08-12 Thread Paul Wittle
-users] Constant 403 when trying to update feature types using REST Judging by the documentation<http://docs.geoserver.org/stable/en/user/rest/api/featuretypes.html> if you get a 403 it thinks you are changing the name or type of the featuretype, so I would assume you have to send everything

Re: [Geoserver-users] Constant 403 when trying to update feature types using REST

2016-08-11 Thread Daniel Araujo Miranda
Hi Paul, Good to know it's working on 2.8.4. 2.9.1 is out, do you think you could upgrade and test your use case there? Lots of goodies in the newest version! See http://blog.geoserver.org/2016/05/30/geoserver-2-9-0-released/ Best, Daniel -- Daniel Araújo Miranda Forensics Expert Inteligeo

Re: [Geoserver-users] Constant 403 when trying to update feature types using REST

2016-08-11 Thread Ian Turton
Judging by the documentation if you get a 403 it thinks you are changing the name or type of the featuretype, so I would assume you have to send everything. Ian On 11 August 2016 at 12:15, Paul Wittle

[Geoserver-users] Constant 403 when trying to update feature types using REST

2016-08-11 Thread Paul Wittle
Hello, How do you update the title and abstract of a feature type using REST? I thought it used to work but I am now getting 403 whenever I use a PUT request. Do I have to include the full xml definition or just the elements I want to update? new titlenew abstracttrue Best Regards, Paul