On 21/07/2012 3:27 a.m., Rahkonen Jukka wrote: > Your main consern is, if I understand it correctly, this: > "We don’t want others to be able to download the full number of features in > those layers using the “outputformat=SHAPE-ZIP” url method." > What is the practical differense for you if your users could not download > data as zipped shapefiles, but they could still get the exactly same data in > GML format? How about you secure the WFS service so only authorized users can get access. In your web application use a proxy (probably have one for OL access anyway) to mediate WFS with your application. (Ie application authorizes with proxy. Proxy authorizes with WFS server and passes the requests through. You can screen for requests you dont like in the proxy).
Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
