[Geoserver-devel] [jira] (GEOS-5292) Update community sldService to work with the latest security structure

Daniele Romagnoli created BugGEOS-5292
Update community sldService to work with the latest security structure

Issue Type:

BugBug

Affects Versions:

2.2-RC2

Assignee:

Andrea Aime

Components:

Community modules

Created:

31/Aug/12 7:48 AM

Description:

I have some issues in having a client dealing with sldService from 2.2.x.

Checking the issue with Andrea, we found that it’s due to having sldService finder classes (RasterizerResourceFinder, ClassifierResourceFinder, LayerAttributesFinder) extending AbstractCatalogFinder.
This was resulting into involving an admin request on a workspace which isn’t adminable. Then, no layerInfo objects are returned back resulting into NULL pointer exceptions.

Extending simple Finder class (instead of AbstractCatalogFinder since sldService has nothing to do with CatalogFinder), solves the issue.

Fix Versions:

2.2-RC3

Project:

GeoServer

Priority:

MinorMinor

Reporter:

Daniele Romagnoli

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)