Hi,

My investigations stopped at the capabilities document. It's missing a 
Parameter OutputFormat for DescribeFeatureType.
You could get by that problem, by downloading the capabilities document and 
insert the appropriate element for OutputFormat.

I've done so, but as Jukka suggest, there's more to overcome from that server.
Do you have any knowledge about what kind of server they are running?

Regards,
Roar Brænden

tor. 8. jun. 2023 kl. 01:35 skrev Rahkonen Jukka 
<jukka.rahko...@maanmittauslaitos.fi 
<mailto:jukka.rahko...@maanmittauslaitos.fi>>:
Hi,

 

The schema can be read by 
https://ovc.catastro.meh.es/INSPIRE/wfsCP.aspx?service=WFS&request=describefeaturetype&typenames=cp:CadastralZoning
 
<https://ovc.catastro.meh.es/INSPIRE/wfsCP.aspx?service=WFS&request=describefeaturetype&typenames=cp:CadastralZoning>
but the answer does not contain the schema directly. Instead, there is a link

<include 
schemaLocation=http://inspire.ec.europa.eu/schemas/cp/4.0/CadastralParcels.xsd 
<http://inspire.ec.europa.eu/schemas/cp/4.0/CadastralParcels.xsd>/>

Maybe Geoserver cannot follow the link and include the remote schema. I do not 
know if it could be possible to insert a manually downloaded schema document 
somehow, somewhere into the data directory.

 

-Jukka Rahkonen-

 

Lähettäjä: Rahkonen Jukka 
Lähetetty: torstai 8. kesäkuuta 2023 2.23
Vastaanottaja: Roar Brænden <roar.brenden...@gmail.com 
<mailto:roar.brenden...@gmail.com>>; Briones Garcia, Pedro <p...@tragsa.es 
<mailto:p...@tragsa.es>>


Kopio: geoserver-users@lists.sourceforge.net 
<mailto:geoserver-users@lists.sourceforge.net>
Aihe: Re: [Geoserver-users] Error configuring external WFS layers

 

Hi,

 

Have you already checked with GetCapabilities what formats that WFS server 
supports for DescribeFeaturetype?

 

-Jukka Rahkonen-

 

Lähettäjä: Roar Brænden <roar.brenden...@gmail.com 
<mailto:roar.brenden...@gmail.com>> 
Lähetetty: keskiviikko 7. kesäkuuta 2023 20.42
Vastaanottaja: Briones Garcia, Pedro <p...@tragsa.es <mailto:p...@tragsa.es>>
Kopio: geoserver-users@lists.sourceforge.net 
<mailto:geoserver-users@lists.sourceforge.net>
Aihe: Re: [Geoserver-users] Error configuring external WFS layers

 

Hi Pedro,

 

I've tried with the most recent GeoTools version and the exception is thrown 
there as well.

The last message says:

Client does not support any of the server supported output formats for 
DESCRIBE_FEATURETYPE

 

It could also have said: "The server don't specify any output formats." Anyways 
not where GeoTools is looking.

 

 

Regards,

Roar Brænden

 

 

7. jun. 2023 kl. 19:27 skrev Andrea Aime <andrea.a...@geosolutionsgroup.com 
<mailto:andrea.a...@geosolutionsgroup.com>>:

 

GeoServer 2.14 is old and has a couple of critical vulnerabilities, I'd take it 
offline and plan an upgrade as soon as possible.

See also https://geoserver.org/blog/ <https://geoserver.org/blog/> (check the 
"vulnerability" section).

 

Then try again cascading with the newer version, the issue might have been 
addressed in more recent GeoServer versions,

although it's also possible that the server you're trying to cascade it not 
fully compliant

 

Cheers

Andrea

 

On Wed, Jun 7, 2023 at 6:54 PM Briones Garcia, Pedro <p...@tragsa.es 
<mailto:p...@tragsa.es>> wrote:

Hi all.

 

I’ve configured a cascading External WFS DataStore in GeoServer 2.14 without 
errors -Web Feature Server (NG)- but when I try to publish a layer from the 
remote WFS Server (ADD New Layer) I get this error message:

 

org.apache.wicket.WicketRuntimeException: Method onRequest of interface 
org.apache.wicket.behavior.IBehaviorListener targeted at 
org.apache.wicket.ajax.markup.html.AjaxLink$1@356a0aa6 
<mailto:org.apache.wicket.ajax.markup.html.AjaxLink$1@356a0aa6> on component 
[AjaxLink [Component id = link]] threw an exception

        at 
org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:268)

        at 
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:241)

        at 
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:248)

        at 
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:234)

        at 
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895)

        at 
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)

        at 
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:265)

        at 
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:222)

        at 
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293)

        at 
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:261)

        at 
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203)

        at 
org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)

        at 
org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:157)

        at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:174)

        at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:50)

        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)

        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)

        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)

        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)

        at 
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:26)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:69)

        at 
org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:73)

        at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:66)

        at org.geoserver.monitor.MonitorFilter.doFilter(MonitorFilter.java:83)

        at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:66)

        at 
org.geoserver.flow.controller.IpBlacklistFilter.doFilter(IpBlacklistFilter.java:89)

        at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:66)

        at 
org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:41)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:37)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:70)

        at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)

        at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:74)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)

        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:70)

        at 
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:74)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)

        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

        at 
org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:51)

        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:70)

        at 
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:74)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)

        at 
org.geoserver.security.filter.GeoServerUserNamePasswordAuthenticationFilter.doFilter(GeoServerUserNamePasswordAuthenticationFilter.java:112)

        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:70)

        at 
org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:158)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:74)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)

        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:70)

        at 
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)

        at 
org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:52)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:74)

        at 
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)

        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

        at 
org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)

        at 
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)

        at 
org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:141)

        at 
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)

        at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:90)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.geoserver.filters.XFrameOptionsFilter.doFilter(XFrameOptionsFilter.java:79)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:46)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:42)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)

        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:352)

        at org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:171)

        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199)

        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)

        at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)

        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)

        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)

        at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:668)

        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)

        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)

        at 
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)

        at 
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)

        at 
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:770)

        at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415)

        at 
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)

        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

        at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

        at java.lang.Thread.run(Unknown Source)

Caused by: java.lang.reflect.InvocationTargetException

        at sun.reflect.GeneratedMethodAccessor595.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

        at java.lang.reflect.Method.invoke(Unknown Source)

        at 
org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:258)

        ... 122 more

Caused by: java.lang.RuntimeException: Error occurred while building the 
resources for the configuration page

        at 
org.geoserver.web.data.layer.NewLayerPage.buildLayerInfo(NewLayerPage.java:435)

        at 
org.geoserver.web.data.layer.NewLayerPage$9.onClick(NewLayerPage.java:324)

        at 
org.geoserver.web.wicket.SimpleAjaxLink$1.onClick(SimpleAjaxLink.java:47)

        at 
org.apache.wicket.ajax.markup.html.AjaxLink$1.onEvent(AjaxLink.java:85)

        at 
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:155)

        at 
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:601)

        ... 126 more

Caused by: java.lang.IllegalArgumentException: Client does not support any of 
the server supported output formats for DESCRIBE_FEATURETYPE

        at 
org.geotools.data.wfs.internal.AbstractWFSStrategy.getDefaultOutputFormat(AbstractWFSStrategy.java:390)

        at org.geotools.data.wfs.internal.WFSRequest.<init>(WFSRequest.java:73)

        at 
org.geotools.data.wfs.internal.DescribeFeatureTypeRequest.<init>(DescribeFeatureTypeRequest.java:28)

        at 
org.geotools.data.wfs.internal.WFSClient.createDescribeFeatureTypeRequest(WFSClient.java:358)

        at 
org.geotools.data.wfs.WFSDataStore.getRemoteFeatureType(WFSDataStore.java:203)

        at 
org.geotools.data.wfs.WFSDataStore.getRemoteSimpleFeatureType(WFSDataStore.java:262)

        at 
org.geotools.data.wfs.WFSFeatureSource.buildFeatureType(WFSFeatureSource.java:361)

        at 
org.geotools.data.store.ContentFeatureSource.getAbsoluteSchema(ContentFeatureSource.java:328)

        at 
org.geotools.data.store.ContentFeatureSource.getSchema(ContentFeatureSource.java:297)

        at 
org.geotools.data.store.ContentDataStore.getSchema(ContentDataStore.java:293)

        at 
org.geoserver.feature.retype.RetypingDataStore.updateMap(RetypingDataStore.java:214)

        at 
org.geoserver.feature.retype.RetypingDataStore.getFeatureSource(RetypingDataStore.java:169)

        at 
org.geoserver.feature.retype.RetypingDataStore.getFeatureSource(RetypingDataStore.java:325)

        at 
org.geoserver.feature.retype.RetypingDataStore.getFeatureSource(RetypingDataStore.java:47)

        at 
org.geoserver.catalog.CatalogBuilder.buildFeatureType(CatalogBuilder.java:326)

        at 
org.geoserver.web.data.layer.NewLayerPage.buildLayerInfo(NewLayerPage.java:425)

        ... 131 more

An error occurred while loading the page

 

Any Ideas?

 

Capabilities url:
http://ovc.catastro.meh.es/INSPIRE/wfsCP.aspx?service=WFS&request=GetCapabilities
 
<http://ovc.catastro.meh.es/INSPIRE/wfsCP.aspx?service=WFS&request=GetCapabilities>
 

Thanks in advance.

<image001.png>

Briones Garcia, Pedro 
JGAP Sist Inform Geográfica 
S.Información Geográfica / G.Sist.Inf. Geografica

Grupo Tragsa - SEPI

 

Calle Julián Camarillo 6B - 28037 Madrid 
Tel.: 913226489 - 88216 - Fax: 913226005 
p...@tragsa.es <mailto:p...@tragsa.es>
www.tragsa.es <https://www.tragsa.es/>  
 


AVISO LEGAL <https://www.tragsa.es/es/Paginas/aviso-legal-correo.aspx>

POLITICA DE PRIVACIDAD, de conformidad con el Reglamento UE 2016/679 y la Ley 
Orgánica 3/2018 
<https://www.tragsa.es/es/Paginas/politica-privacidad-correo.aspx>
 

_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/ 
<http://www.ianturton.com/talks/foss4g.html#/>
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html 
<http://geoserver.org/comm/userlist-guidelines.html>

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
 
<https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>


Geoserver-users@lists.sourceforge.net 
<mailto:Geoserver-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geoserver-users 
<https://lists.sourceforge.net/lists/listinfo/geoserver-users>

 

--

Regards,

Andrea Aime

==
GeoServer Professional Services from the experts!

Visit http://bit.ly/gs-services-us <http://bit.ly/gs-services-us> for more 
information.
==

Ing. Andrea Aime 
@geowolf
Technical Lead


GeoSolutions Group
phone: +39 0584 962313

fax:     +39 0584 1660272

mob:   +39  339 8844549

 

https://www.geosolutionsgroup.com/ <https://www.geosolutionsgroup.com/>
http://twitter.com/geosolutions_it <http://twitter.com/geosolutions_it>
-------------------------------------------------------


Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa 
che ogni circostanza inerente alla presente email (il suo contenuto, gli 
eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i 
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per 
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei 
comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is addressed 
and may contain information that is privileged, confidential or otherwise 
protected from disclosure. We remind that - as provided by European Regulation 
2016/679 “GDPR” - copying, dissemination or use of this e-mail or the 
information herein by anyone other than the intended recipient is prohibited. 
If you have received this email by mistake, please notify us immediately by 
telephone or e-mail

_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/ 
<http://www.ianturton.com/talks/foss4g.html#/>
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html 
<http://geoserver.org/comm/userlist-guidelines.html>

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
 
<https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer>


Geoserver-users@lists.sourceforge.net 
<mailto:Geoserver-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/geoserver-users 
<https://lists.sourceforge.net/lists/listinfo/geoserver-users>
 
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to