Hi,
are you getting any error on the client side? Or you're just seeing the
WARN in the logs, and that's what is worrying you?
As far as I can see GWC is complaining because it finds that GeoServer
supports a GetFEatureInfo format, GML3, that it
does not support, and informs you that it cannot cascade it.
However, this is just an information, it should not cause issues on the
client side.

You can open an "improvement" request on jira.codehaus.org (get a login at
xircles.codehaus.org) to have
those warnings be removed in the future.
Providing your own patch/pull request normally goes a long way to shorten
the times to get that fixed.

Cheers
Andrea


On Thu, Sep 12, 2013 at 10:51 AM, Denlarik <[email protected]> wrote:

> Sorry for my bad English.
>
> Version
> 2.4-RC2
> Git Revision
> c9f45110672fd1e6dc70f7c7b4bc20e0d658913f
> Build Date
> 03-Sep-2013 11:41
> GeoTools Version
> 10-RC2 (rev 5481f4202bd33093b4f41a8ae480ec23a9997e0f)
> GeoWebCache Version
> 1.5.0-beta (rev 1.5.x/938be98ee3b9107a48a4d1b970ff9b8b625296d9)
>
> 3.2.0-53-generic #81-Ubuntu SMP Thu Aug 22 21:01:03 UTC 2013 x86_64 x86_64
> x86_64 GNU/Linux
>
>
> I have this problem: If i clik on map, in GWC Demos preview, and i want see
> feature info, I get the following log:
> 2013-09-12 13:53:07,250 WARN [gwc.layer] - Unsupported format request:
> application/vnd.ogc.gml/3.1.1
> org.geowebcache.mime.MimeException: Unsupported format request:
> application/vnd.ogc.gml/3.1.1
>         at
> org.geowebcache.mime.MimeType.createFromFormat(MimeType.java:134)
>         at
>
> org.geoserver.gwc.layer.GeoServerTileLayer.getInfoMimeTypes(GeoServerTileLayer.java:1070)
>         at
>
> org.geowebcache.service.wms.WMSService.handleGetFeatureInfo(WMSService.java:318)
>         at
> org.geowebcache.service.wms.WMSService.handleRequest(WMSService.java:266)
>         at
>
> org.geowebcache.service.wms.WMSService$$FastClassByCGLIB$$85c0e55b.invoke(<generated>)
>         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
>         at
>
> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>         at
>
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>         at
>
> org.geoserver.gwc.config.GWCServiceEnablementInterceptor.invoke(GWCServiceEnablementInterceptor.java:46)
>         at
>
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>         at
>
> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
>         at
>
> org.geowebcache.service.wms.WMSService$$EnhancerByCGLIB$$bd75851a.handleRequest(<generated>)
>         at
>
> org.geowebcache.GeoWebCacheDispatcher.handleServiceRequest(GeoWebCacheDispatcher.java:344)
>         at
>
> org.geowebcache.GeoWebCacheDispatcher.handleRequestInternal(GeoWebCacheDispatcher.java:254)
>         at
>
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
>         at
>
> org.geoserver.gwc.dispatch.GwcServiceProxy.dispatch(GwcServiceProxy.java:87)
>         at sun.reflect.GeneratedMethodAccessor119.invoke(Unknown Source)
>         at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:606)
>         at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:774)
>         at
> org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:272)
>         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:707)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
>         at
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
>         at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
>         at
>
> org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:27)
>         at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>         at
>
> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:74)
>         at
>
> org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:45)
>         at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>         at
>
> org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:49)
>         at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>         at
>
> org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
>         at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>         at
>
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
>         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:72)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
>         at
>
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
>         at
>
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
>         at
>
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
>         at
>
> org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:53)
>         at
>
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
>         at
>
> org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
>         at
>
> org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:82)
>         at
>
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
>         at
>
> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
>         at
>
> org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:52)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
>         at
>
> org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
>         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:134)
>         at
>
> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
>         at
>
> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
>         at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>         at
> org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:75)
>         at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>         at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
>         at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>         at
>
> org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:47)
>         at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>         at
> org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:43)
>         at
>
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>         at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
>         at
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
>         at
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
>         at
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
>         at
> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
>         at
>
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
>         at
>
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
>         at
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
>         at org.mortbay.jetty.Server.handle(Server.java:324)
>         at
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
>         at
>
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828)
>         at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
>         at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
>         at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
>         at
>
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
>         at
>
> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)
> 2013-09-12 13:53:07,252 INFO [geoserver.wms] -
> Request: getServiceInfo
> 2013-09-12 13:53:16,182 INFO [geoserver.wms] -
> Request: getFeatureInfo
>         PropertyNames = null
>         QueryLayers = [org.geoserver.wms.MapLayerInfo@f049d10e,
> org.geoserver.wms.MapLayerInfo@5491d277,
> org.geoserver.wms.MapLayerInfo@7c17e4c1,
> org.geoserver.wms.MapLayerInfo@141d3d1a,
> org.geoserver.wms.MapLayerInfo@8eb4540e,
> org.geoserver.wms.MapLayerInfo@b7f124bc,
> org.geoserver.wms.MapLayerInfo@b75a1743,
> org.geoserver.wms.MapLayerInfo@9247e1bb,
> org.geoserver.wms.MapLayerInfo@6ac7c486,
> org.geoserver.wms.MapLayerInfo@b8476906,
> org.geoserver.wms.MapLayerInfo@de0f3311,
> org.geoserver.wms.MapLayerInfo@d6343b9b,
> org.geoserver.wms.MapLayerInfo@7c9b7481,
> org.geoserver.wms.MapLayerInfo@7f2c2dd3,
> org.geoserver.wms.MapLayerInfo@e3543273,
> org.geoserver.wms.MapLayerInfo@2838142a,
> org.geoserver.wms.MapLayerInfo@c8b9ff35,
> org.geoserver.wms.MapLayerInfo@23dab668,
> org.geoserver.wms.MapLayerInfo@636ecbbd,
> org.geoserver.wms.MapLayerInfo@4d743275,
> org.geoserver.wms.MapLayerInfo@33ff2334,
> org.geoserver.wms.MapLayerInfo@9c3424a,
> org.geoserver.wms.MapLayerInfo@e04cc97,
> org.geoserver.wms.MapLayerInfo@3662c89c,
> org.geoserver.wms.MapLayerInfo@1be2e309,
> org.geoserver.wms.MapLayerInfo@72335b86,
> org.geoserver.wms.MapLayerInfo@96f8de6f,
> org.geoserver.wms.MapLayerInfo@bf72dcb9,
> org.geoserver.wms.MapLayerInfo@9a00174c,
> org.geoserver.wms.MapLayerInfo@f8b907f5,
> org.geoserver.wms.MapLayerInfo@7fc99712,
> org.geoserver.wms.MapLayerInfo@dcbe567c,
> org.geoserver.wms.MapLayerInfo@32605b37,
> org.geoserver.wms.MapLayerInfo@530b220c,
> org.geoserver.wms.MapLayerInfo@eaa14b22,
> org.geoserver.wms.MapLayerInfo@b7f84cb5,
> org.geoserver.wms.MapLayerInfo@78df076a,
> org.geoserver.wms.MapLayerInfo@da4b4f5f,
> org.geoserver.wms.MapLayerInfo@edf14b8f,
> org.geoserver.wms.MapLayerInfo@ad124550,
> org.geoserver.wms.MapLayerInfo@7742b9b9,
> org.geoserver.wms.MapLayerInfo@bd255846,
> org.geoserver.wms.MapLayerInfo@52b28a43,
> org.geoserver.wms.MapLayerInfo@388c5960,
> org.geoserver.wms.MapLayerInfo@e82adf31,
> org.geoserver.wms.MapLayerInfo@cb46a56a,
> org.geoserver.wms.MapLayerInfo@376cde19,
> org.geoserver.wms.MapLayerInfo@e299382b,
> org.geoserver.wms.MapLayerInfo@4add7ab6,
> org.geoserver.wms.MapLayerInfo@41f90687,
> org.geoserver.wms.MapLayerInfo@6b70f99f,
> org.geoserver.wms.MapLayerInfo@6ad9ec26,
> org.geoserver.wms.MapLayerInfo@7bf940e7,
> org.geoserver.wms.MapLayerInfo@6b59c723,
> org.geoserver.wms.MapLayerInfo@30de729a,
> org.geoserver.wms.MapLayerInfo@7a618ac,
> org.geoserver.wms.MapLayerInfo@26b13722,
> org.geoserver.wms.MapLayerInfo@4be79c2c,
> org.geoserver.wms.MapLayerInfo@4af1a9b6,
> org.geoserver.wms.MapLayerInfo@424a9fe1,
> org.geoserver.wms.MapLayerInfo@2fb93ade,
> org.geoserver.wms.MapLayerInfo@66692663,
> org.geoserver.wms.MapLayerInfo@7caef23a]
>         GetMapRequest =
> GetMap Request
>  version: 1.1.1
>  output format: text/html
>  width height: 1619,823
>  bbox: ReferencedEnvelope[-97467.232804 : 26284.315973, 6362221.704736 :
> 6425129.379006]
>  layers:
>
> ENC:lndare_180000_ru3mrh50_area,ENC:drgare_180000_ru3mrh50_area,ENC:depare_180000_ru3mrh50_area,ENC:lakare_180000_ru3mrh50_area,ENC:tesare_180000_ru3mrh50_area,ENC:rivers_180000_ru3mrh50_line,ENC:rivers_180000_ru3mrh50_area,ENC:exezne_180000_ru3mrh50_area,ENC:admare_180000_ru3mrh50_area,ENC:stslne_180000_ru3mrh50_line,ENC:slogrd_180000_ru3mrh50_area2,ENC:sbdare_180000_ru3mrh50_area,ENC:seaare_180000_ru3mrh50_area,ENC:lndrgn_180000_ru3mrh50_area,ENC:ctnare_180000_ru3mrh50_area,ENC:achare_180000_ru3mrh50_area,ENC:navlne_180000_ru3mrh50_line,ENC:wrecks_180000_ru3mrh50_point,ENC:wrecks_180000_ru3mrh50_area,ENC:uwtroc_180000_ru3mrh50_point,ENC:slotop_180000_ru3mrh50_line,ENC:sbdare_180000_ru3mrh50_point,ENC:roadwy_180000_ru3mrh50_line,ENC:rctlpt_180000_ru3mrh50_point,ENC:railwy_180000_ru3mrh50_line,ENC:rdosta_180000_ru3mrh50_point,ENC:prcare_180000_ru3mrh50_area,ENC:obstrn_180000_ru3mrh50_point,ENC:obstrn_180000_ru3mrh50_area,ENC:magvar_180000_ru3mrh50_point,ENC:lndrgn_180000_ru3mrh50_point,ENC:lndelv_180000_ru3mrh50_point,ENC:lndare_180000_ru3mrh50_point,ENC:hrbfac_180000_ru3mrh50_area,ENC:fairwy_180000_ru3mrh50_area,ENC:dwrtpt_180000_ru3mrh50_area,ENC:buisgl_180000_ru3mrh50_point1,ENC:airare_180000_ru3mrh50_point,ENC:depcnt_180000_ru3mrh50_line,ENC:resare_180000_ru3mrh50_area,ENC:ponton_180000_ru3mrh50_line,ENC:pilpnt_180000_ru3mrh50_point,ENC:istzne_180000_ru3mrh50_area,ENC:topmar_180000_ru3mrh50_point,ENC:soundg_180000_ru3mrh50_point,ENC:rectrc_180000_ru3mrh50_line,ENC:pilbop_180000_ru3mrh50_point,ENC:lndmrk_180000_ru3mrh50_point2,ENC:fogsig_180000_ru3mrh50_point,ENC:damcon_180000_ru3mrh50_line,ENC:slcons_180000_ru3mrh50_line,ENC:slcons_180000_ru3mrh50_area,ENC:daymar_180000_ru3mrh50_point,ENC:coalne_180000_ru3mrh50_line,ENC:cgusta_180000_ru3mrh50_point,ENC:lights_180000_ru3mrh50_point,ENC:boyspp_180000_ru3mrh50_point,ENC:boysaw_180000_ru3mrh50_point,ENC:boylat_180000_ru3mrh50_point,ENC:boycar_180000_ru3mrh50_point,ENC:bridge_180000_ru3mrh50_line,ENC:bcnspp_180000_ru3mrh50_point,ENC:depare_180000_ru3mrh50_line
>  styles:
>
> Lndare_DAY_BRIGHT,Drgare_DAY_BRIGHT,Depare_DAY_BRIGHT,Lakare_DAY_BRIGHT,Tesare_DAY_BRIGHT,Rivers_DAY_BRIGHT,Rivers_DAY_BRIGHT,Exezne_DAY_BRIGHT,Admare_DAY_BRIGHT,Stslne_DAY_BRIGHT,Slogrd_DAY_BRIGHT,Sbdare_DAY_BRIGHT,Seaare_DAY_BRIGHT,Lndrgn_DAY_BRIGHT,Ctnare_DAY_BRIGHT,Achare_DAY_BRIGHT,Navlne_DAY_BRIGHT,Wrecks_DAY_BRIGHT,Wrecks_DAY_BRIGHT,Uwtroc_DAY_BRIGHT,Slotop_DAY_BRIGHT,Sbdare_DAY_BRIGHT,Roadwy_DAY_BRIGHT,Rctlpt_DAY_BRIGHT,Railwy_DAY_BRIGHT,Rdosta_DAY_BRIGHT,Prcare_DAY_BRIGHT,Obstrn_DAY_BRIGHT,Obstrn_DAY_BRIGHT,Magvar_DAY_BRIGHT,Lndrgn_DAY_BRIGHT,Lndelv_DAY_BRIGHT,Lndare_DAY_BRIGHT,Hrbfac_DAY_BRIGHT,Fairwy_DAY_BRIGHT,Dwrtpt_DAY_BRIGHT,Buisgl_DAY_BRIGHT,Airare_DAY_BRIGHT,Depcnt_DAY_BRIGHT,Resare_DAY_BRIGHT,Ponton_DAY_BRIGHT,Pilpnt_DAY_BRIGHT,Istzne_DAY_BRIGHT,Topmar_DAY_BRIGHT,Soundg_DAY_BRIGHT,Rectrc_DAY_BRIGHT,Pilbop_DAY_BRIGHT,Lndmrk_DAY_BRIGHT,Fogsig_DAY_BRIGHT,Damcon_DAY_BRIGHT,Slcons_DAY_BRIGHT,Slcons_DAY_BRIGHT,Daymar_DAY_BRIGHT,Coalne_DAY_BRIGHT,Cgusta_DAY_BRIGHT,Lights_DAY_BRIGHT,Boyspp_DAY_BRIGHT,Boysaw_DAY_BRIGHT,Boylat_DAY_BRIGHT,Boycar_DAY_BRIGHT,Bridge_DAY_BRIGHT,Bcnspp_DAY_BRIGHT,Depare_DAY_BRIGHT
>         XPixel = 936
>         YPixel = 628
>         FeatureCount = 50
>         InfoFormat = text/html
>         Exceptions = SE_XML
>         Version = 1.1.1
>         Request = GetFeatureInfo
>         BaseUrl = http://localhost:8080/geoserver/
>         Get = false
>         RawKvp = {INFO_FORMAT=text/html,
> BBOX=-97467.232804,6362221.704736,26284.315973,6425129.379006,
> QUERY_LAYERS=ENC:ru3mrh50_180000_DAY_BRIGHT, SERVICE=WMS, HEIGHT=823,
> REQUEST=GetFeatureInfo, STYLES=, WIDTH=1619, FEATURE_COUNT=50,
> EXCEPTIONS=SE_XML, VERSION=1.1.1, FORMAT=text/html,
> LAYERS=ENC:ru3mrh50_180000_DAY_BRIGHT, Y=628, X=936, SRS=EPSG:900913}
>         RequestCharset = null
>
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-2-4-RC2-released-tp5075995p5077472.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. Consolidate legacy IT systems to a single system of record for IT
> 2. Standardize and globalize service processes across IT
> 3. Implement zero-touch automation to replace manual, redundant tasks
> http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>



-- 
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to