I tried set the escape sql property to false, still have the same error
"escapeSql": false




2017-02-09 09:23:50,963 WARN [geoserver.catalog] - Error while getting
feature type, flushing cache and retrying: Error looking up primary key
2017-02-09 09:23:50,979 WARN [geoserver.rest] - Could not resolve property
FeatureType of bean FeatureTypeInfoImpl[sgl_boundaries_view_3]
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at org.geoserver.ows.util.OwsUtils.get(OwsUtils.java:162)
at
org.geoserver.rest.format.ReflectiveHTMLFormat$ObjectToMapWrapper.wrap(ReflectiveHTMLFormat.java:290)
at freemarker.ext.beans.BeanModel.wrap(BeanModel.java:325)
at freemarker.ext.beans.IteratorModel.next(IteratorModel.java:134)
at freemarker.core.IteratorBlock$Context.runLoop(IteratorBlock.java:164)
at freemarker.core.Environment.visit(Environment.java:428)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:102)
at freemarker.core.Environment.visit(Environment.java:221)
at freemarker.core.MixedContent.accept(MixedContent.java:92)
at freemarker.core.Environment.visit(Environment.java:221)
at freemarker.core.Environment.process(Environment.java:199)
at freemarker.template.Template.process(Template.java:237)
at
org.restlet.ext.freemarker.TemplateRepresentation.write(TemplateRepresentation.java:112)
at
com.noelios.restlet.http.HttpServerCall.writeResponseBody(HttpServerCall.java:342)
at
com.noelios.restlet.http.HttpServerCall.sendResponse(HttpServerCall.java:306)
at
com.noelios.restlet.ext.servlet.ServletCall.sendResponse(ServletCall.java:306)
at
org.geoserver.rest.GeoServerServletConverter.commit(GeoServerServletConverter.java:54)
at
com.noelios.restlet.ext.servlet.ServletConverter.service(ServletConverter.java:130)
at
org.geoserver.rest.RESTDispatcher.handleRequestInternal(RESTDispatcher.java:87)
at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:75)
at org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71)
at
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
at
org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:46)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
at
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
at
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
at
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at
org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
at
org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
at
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
at
org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:83)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
at
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
at
org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53)
at
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
at
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
at
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
at
org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:135)
at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:87)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1041)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:315)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.geoserver.ows.util.OwsUtils.get(OwsUtils.java:159)
... 102 more
Caused by: java.io.IOException: Error looking up primary key
at org.geotools.jdbc.JDBCDataStore.getPrimaryKey(JDBCDataStore.java:1083)
at org.geotools.jdbc.JDBCFeatureSource.<init>(JDBCFeatureSource.java:95)
at
org.geotools.jdbc.JDBCDataStore.createFeatureSource(JDBCDataStore.java:912)
at
org.geotools.data.store.ContentDataStore.getFeatureSource(ContentDataStore.java:395)
at
org.geotools.data.store.ContentDataStore.getFeatureSource(ContentDataStore.java:360)
at
org.geotools.data.store.ContentDataStore.getSchema(ContentDataStore.java:344)
at
org.geotools.jdbc.JDBCDataStore.createVirtualTable(JDBCDataStore.java:333)
at
org.geoserver.catalog.VirtualTableCallback.initialize(VirtualTableCallback.java:51)
at
org.geoserver.catalog.ResourcePool.getCacheableFeatureType(ResourcePool.java:900)
at
org.geoserver.catalog.ResourcePool.tryGetFeatureType(ResourcePool.java:884)
at org.geoserver.catalog.ResourcePool.getFeatureType(ResourcePool.java:878)
at org.geoserver.catalog.ResourcePool.getFeatureType(ResourcePool.java:865)
at
org.geoserver.catalog.impl.FeatureTypeInfoImpl.getFeatureType(FeatureTypeInfoImpl.java:120)
at sun.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.geoserver.catalog.impl.ModificationProxy.invoke(ModificationProxy.java:146)
at com.sun.proxy.$Proxy70.getFeatureType(Unknown Source)
... 107 more
Caused by: org.postgresql.util.PSQLException: ERROR: syntax error at or
near "%"
  Position: 168
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2270)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1998)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:570)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:406)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:286)
at
org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:208)
at
org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:208)
at
org.geotools.jdbc.JDBCFeatureSource.getColumnMetadata(JDBCFeatureSource.java:884)
at org.geotools.jdbc.JDBCDataStore.getPrimaryKey(JDBCDataStore.java:1046)






On Thu, Feb 9, 2017 at 2:25 AM, Andrea Aime <andrea.a...@geo-solutions.it>
wrote:

> Hi,
> I have made a quick test on the UI and I cannot seem to set the
> "escapeSql" to true... have you tried flipping that switch off?
> It caught my attention because I did not remember about it, and indeed I
> was not the one to add that functionality.
>
> Cheers
> Andrea
>
> On Wed, Feb 8, 2017 at 9:00 PM, David Haynes II <dahay...@umn.edu> wrote:
>
>> Hello everyone,
>>
>> I guess this is more a question about how the REST API is functioning and
>> if it is perhaps submitting information straight to PosgreSQL instead of
>> encountering the java layer first and allowing it to submit to PostgreSQL
>>
>> Here is a JSON request that does not work
>> This sql is buried in there...
>> "sql": "select gi_id::text || '_3'::text as fake_id, gi_id AS id,
>> short_label, geom_3, feat_label, 3 as zoom from
>> terrascope.sgl_boundaries_view where sgl_id = %sgl_id%"
>>
>> {"featureType": {"name": "sgl_boundaries_view_3", "nativeName":
>> "sgl_boundaries_view_3", "namespace": {"name": "sgl_demo", "href": "
>> http://localhost/geoserver/rest/workspaces/sgl_demo"}, "title":
>> "sgl_boundaries_view_3", "abstract": "The boundaries of the world.",
>> "keywords": {"string": ["sgl_boundaries_view_3", "features"]}, "nativeCRS":
>> "GEOGCS[WGS 84, DATUM[World Geodetic System 1984, SPHEROID[WGS 84,
>> 6378137.0, 298.257223563, AUTHORITY[EPSG,7030]], AUTHORITY[EPSG,6326]],
>>  PRIMEM[Greenwich, 0.0, AUTHORITY[EPSG,8901]],  UNIT[degree,
>> 0.017453292519943295],  AXIS[Geodetic longitude, EAST],  AXIS[Geodetic
>> latitude, NORTH], AUTHORITY[EPSG,4326]]", "srs": "EPSG:4326",
>> "nativeBoundingBox": {"minx": -180, "maxx": 180, "miny": -90, "maxy": 90,
>> "crs": "EPSG:4326"}, "latLonBoundingBox": {"minx": -180, "maxx": 180,
>> "miny": -90, "maxy": 90, "crs": "GEOGCS[WGS84(DD),  DATUM[WGS84,
>>  SPHEROID[WGS84, 6378137.0, 298.257223563]],  PRIMEM[Greenwich, 0.0],
>>  UNIT[degree, 0.017453292519943295],  AXIS[Geodetic longitude, EAST],
>>  AXIS[Geodetic latitude, NORTH]]"}, "projectionPolicy": "FORCE_DECLARED",
>> "enabled": true, "metadata": {"entry": {"@key": "JDBC_VIRTUAL_TABLE",
>> "virtualTable": {"name": "sgl_boundaries_view_3", "sql": "select
>> gi_id::text || '_3'::text as fake_id, gi_id AS id, short_label, geom_3,
>> feat_label, 3 as zoom from terrascope.sgl_boundaries_view where sgl_id =
>> %sgl_id%", "escapeSql": true, "keyColumn": "fake_id", "geometry": {"name":
>> "geom_3", "type": "MultiPolygon", "srid": 4326, "parameter":
>> {"defaultValue": 58, "regexpValidator": "^[\\w\\d\\s]+$", "name":
>> "sgl_id"}}}}}, "store": {"@class": "dataStore", "name":
>> "current_demo_database", "href": "https://localhost/geoserver/r
>> est/workspaces/sgl_demo/datastores/current_demo_database.json"},
>> "maxFeatures": 0, "numDecimals": 0, "overridingServiceSRS": false,
>> "skipNumberMatched": false, "circularArcPresent": false, "attributes":
>> {"attribute": [{"name": "id", "minOccurs": 0, "maxOccurs": 1, "nillable":
>> true, "binding": "java.lang.Integer"}, {"name": "short_label", "minOccurs":
>> 0, "maxOccurs": 1, "nillable": true, "binding": "java.lang.String"},
>> {"name": "geom_3", "minOccurs": 0, "maxOccurs": 1, "nillable": true,
>> "binding": "com.vividsolutions.jts.geom.MultiPolygon"}, {"name":
>> "feat_label", "minOccurs": 0, "maxOccurs": 1, "nillable": true, "binding":
>> "java.lang.String"}, {"name": "zoom", "minOccurs": 0, "maxOccurs": 1,
>> "nillable": true, "binding": "java.lang.Integer"}]}}}
>>
>> If I submit this as it is, I will get a postgresql error, for
>> encountering the "%"
>> If I remove the  "%"  around "sgl_id" when submitting this view will be
>> created but without the sql view parameters which have to be done manually.
>>
>> On Wed, Feb 8, 2017 at 1:12 PM, Andrea Aime <andrea.a...@geo-solutions.it
>> > wrote:
>>
>>> On Wed, Feb 8, 2017 at 8:03 PM, David Haynes II <dahay...@umn.edu>
>>> wrote:
>>>
>>>> I will try switching it to xml and see how that works. Are you sure the
>>>> REST isn't skipping the java layer and submitting directly to PostgreSQL?
>>>>
>>>
>>> Hum... I did not write the REST api, but I cannot see how it might
>>> submit direclty to postgresql, makes no sense.
>>> Can you also share the request you're sending over?
>>>
>>> Ah, please keep the messages on the list (part of the list etiquette,
>>> see the full document here:
>>> http://geoserver.org/comm/userlist-guidelines.html )
>>>
>>> Cheers
>>> Andrea
>>>
>>> --
>>> ==
>>> GeoServer Professional Services from the experts! Visit
>>> http://goo.gl/it488V for more information.
>>> ==
>>>
>>> Ing. Andrea Aime
>>> @geowolf
>>> Technical Lead
>>>
>>> GeoSolutions S.A.S.
>>> Via di Montramito 3/A
>>> 55054  Massarosa (LU)
>>> phone: +39 0584 962313 <+39%200584%20962313>
>>> fax: +39 0584 1660272 <+39%200584%20166%200272>
>>> mob: +39  339 8844549 <+39%20339%20884%204549>
>>>
>>> http://www.geo-solutions.it
>>> http://twitter.com/geosolutions_it
>>>
>>> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>>>
>>> Le informazioni contenute in questo messaggio di posta elettronica e/o
>>> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
>>> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
>>> per le finalità indicate nel messaggio stesso. Qualora riceviate questo
>>> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
>>> darcene notizia via e-mail e di procedere alla distruzione del messaggio
>>> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
>>> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
>>> utilizzarlo per finalità diverse, costituisce comportamento contrario ai
>>> principi dettati dal D.Lgs. 196/2003.
>>>
>>>
>>>
>>> The information in this message and/or attachments, is intended solely
>>> for the attention and use of the named addressee(s) and may be confidential
>>> or proprietary in nature or covered by the provisions of privacy act
>>> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
>>> Code).Any use not in accord with its purpose, any disclosure, reproduction,
>>> copying, distribution, or either dissemination, either whole or partial, is
>>> strictly forbidden except previous formal approval of the named
>>> addressee(s). If you are not the intended recipient, please contact
>>> immediately the sender by telephone, fax or e-mail and delete the
>>> information in this message that has been received in error. The sender
>>> does not give any warranty or accept liability as the content, accuracy or
>>> completeness of sent messages and accepts no responsibility  for changes
>>> made after they were sent or for other risks which arise as a result of
>>> e-mail transmission, viruses, etc.
>>>
>>> -------------------------------------------------------
>>>
>>
>>
>>
>> --
>> David Haynes, Ph.D.
>> Research Associate Terra Populus
>> Minnesota Population Center
>> 612-626-3933 <(612)%20626-3933>
>> www.terrapop.org
>>
>
>
>
> --
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> phone: +39 0584 962313 <+39%200584%20962313>
> fax: +39 0584 1660272 <+39%200584%20166%200272>
> mob: +39  339 8844549 <+39%20339%20884%204549>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
> per le finalità indicate nel messaggio stesso. Qualora riceviate questo
> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
> darcene notizia via e-mail e di procedere alla distruzione del messaggio
> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
> utilizzarlo per finalità diverse, costituisce comportamento contrario ai
> principi dettati dal D.Lgs. 196/2003.
>
>
>
> The information in this message and/or attachments, is intended solely for
> the attention and use of the named addressee(s) and may be confidential or
> proprietary in nature or covered by the provisions of privacy act
> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
> Code).Any use not in accord with its purpose, any disclosure, reproduction,
> copying, distribution, or either dissemination, either whole or partial, is
> strictly forbidden except previous formal approval of the named
> addressee(s). If you are not the intended recipient, please contact
> immediately the sender by telephone, fax or e-mail and delete the
> information in this message that has been received in error. The sender
> does not give any warranty or accept liability as the content, accuracy or
> completeness of sent messages and accepts no responsibility  for changes
> made after they were sent or for other risks which arise as a result of
> e-mail transmission, viruses, etc.
>
> -------------------------------------------------------
>



-- 
David Haynes, Ph.D.
Research Associate Terra Populus
Minnesota Population Center
612-626-3933
www.terrapop.org
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to