Did you try this one:
http://geoserver.org/display/GEOSDOC/Layer+level+security
regards
Stefan
-----Ursprüngliche Nachricht-----
Von: Kristian Thy [mailto:thy@anonymised.com]
Gesendet am: Mittwoch, 26. November 2008 14:24
An: geoserver-users@lists.sourceforge.net
Betreff: [Geoserver-users] Disable WFS for single layer
I’ve been looking through the docs but can’t seem to find
anything on this.
How can I disable WFS for a single FeatureType so only WMS
requests are
allowed?
\kristian
This SF.Net email is sponsored by the Moblin Your Move
Developer’s challenge
Build the coolest Linux based applications with Moblin SDK &
win great prizes
Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
Ziegler Stefan wrote:
Did you try this one:
http://geoserver.org/display/GEOSDOC/Layer+level+security
Interesting, but it doesn't say a word about WMS or WFS. This isn't an
access problem as such; everybody gets to see the WMS. I just don't want
to offer WFS operations.
\\kristian
Kristian Thy ha scritto:
Ziegler Stefan wrote:
Did you try this one:
http://geoserver.org/display/GEOSDOC/Layer+level+security
Interesting, but it doesn't say a word about WMS or WFS. This isn't an
access problem as such; everybody gets to see the WMS. I just don't want
to offer WFS operations.
Unfortunately there is no way to disable only a specific service on a
specific layer that I can think of.
With the security subsystem you can limit certain services or service
methods to specific users, or you can limit the layer, but not both at the same time.
If you can code and are familiar with Java and Maven I can show you the
way in the security subsystem and you should be able to add that
functionality yourself (it would indeed be a nice contribution to GeoServer).
Cheers
Andrea
--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.
Andrea Aime wrote:
Unfortunately there is no way to disable only a specific service on a
specific layer that I can think of.
With the security subsystem you can limit certain services or service
methods to specific users, or you can limit the layer, but not both at
the same time.
Thanks for the information.
\\kristian