On Wed, Jun 1, 2011 at 7:58 PM, Chris Holmes <[email protected]> wrote: > Weirdly I don't think there is a way to do that. Seems like a common enough > request, but I can't personally remember anyone else asking for it. I can't > even think of a clean hack to accomplish it, though maybe some else can (or > knows a way to disable it properly).
We have the machinery to disable an extension in the code (we have a "extension filter" concept), but it's not exposed in any way through the configuration of UI. One would have to write a extension filter that black lists some output format based on configuration, the longer part would be, I guess, updating the configuration to hold a list of formats not to be exposed and writing the GUI for it, the filter itself should be trivial to write. Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
