Changes between Version 1 and Version 2 of netCDF-ESGSecurityExtension
- Timestamp:
- 11/10/10 10:04:33 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
netCDF-ESGSecurityExtension
v1 v2 7 7 == Build == 8 8 Follow the usual build instructions for netCDF ensuring that the `curl` libraries are linked in. 9 10 {{{ 11 $ ./configure --with-curl-config=/usr/bin/curl-config --enable-shared 12 }}} 9 13 10 14 == Configuration == … … 27 31 28 32 == Testing == 29 Code has been tested against CEDA's PyDAP service, http://ceda.ac.uk/dap/ configured with the NDG Security Python WSGI filters and with an ESG Data Node configured with TDS and the ESG Security Java servlet filters.33 The `netcdf-4.1.2-beta1-snapshot20100829202` snaphot has been tested against CEDA's PyDAP service, http://ceda.ac.uk/dap/ configured with the NDG Security Python WSGI filters and with an ESG Data Node configured with TDS and the ESG Security Java servlet filters. See [source:/TI12-security/trunk/NDGSecurity/C/openDapPatch/] here for an example C client.