Layer-level security makes versioned layers think they are unversioned
----------------------------------------------------------------------
Key: GEOS-2232
URL: http://jira.codehaus.org/browse/GEOS-2232
Project: GeoServer
Issue Type: Bug
Components: Versioning
Affects Versions: 1.7.0-RC2
Reporter: Sebastian Benthall
Assignee: Andrea Aime
Looking at the topp:notes layer at geo.openplans.org/geoserver, I tried to add security to the layer using layers.properties like so:
topp.notes.w=NYC
with
mode=CHALLENGE
Before adding this security, I could read notes from the layer fine with a GetVersionedFeature request:
But once I added the security to the layer, I got the following error in reponse to the request:
{{code}}
<ServiceException>
notes is not versioned, cannot execute a GetVersionedFeature on it
</ServiceException>
{{code}}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira