Re: [Geoserver-devel] Security Decorator Issue

2015-02-05 Thread Andrea Aime
On Thu, Feb 5, 2015 at 9:23 AM, uros wrote: > Thank you for your answer. > > I hoped that I am doing something wrong :) > I found another issue with ModificationProxy that doesn't work with > security > wrapped objects (e.g. SecuredLayerInfo for LayerInfo). I found this causing > problems with gr

Re: [Geoserver-devel] Security Decorator Issue

2015-02-05 Thread uros
Thank you for your answer. I hoped that I am doing something wrong :) I found another issue with ModificationProxy that doesn't work with security wrapped objects (e.g. SecuredLayerInfo for LayerInfo). I found this causing problems with group layer creation (probably not just there). I will try t

Re: [Geoserver-devel] Security Decorator Issue

2015-02-04 Thread Andrea Aime
On Wed, Feb 4, 2015 at 1:00 PM, uros wrote: > Hi, > > I had problems using app-schema plugin with a security authorization module > I have written (using ResourceAccessManager). > I did some debugging and came to code that did some strange casting using > /org.geotools.data.DataStore/. > > Author

[Geoserver-devel] Security Decorator Issue

2015-02-04 Thread uros
Hi, I had problems using app-schema plugin with a security authorization module I have written (using ResourceAccessManager). I did some debugging and came to code that did some strange casting using /org.geotools.data.DataStore/. Author of code is Andrea Aime and I am wondering if someone can re