Re: [Geoserver-users] Exception with WFS requests

2018-02-21 Thread bradh
Versions need to match. 2.12.2-SNAPSHOT is not the same as 2.12.2.  I’d suggest 
checking your geoserver and extensions match exactly.

 

Brad

 

--
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

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


[Geoserver-users] Exception with WFS requests

2018-02-21 Thread Olivier Dalang
Dear List,

I've got a very strange problem and can't figure out what's going on. I'm
relatively new to Geoserver and to Java, so I don't really know what to do.

After a server start, with WFS requests like this :

http://127.0.0.1/geoserver/wfs?srsName=EPSG%3A4326=
geonode%3Ane_110m_populated_places=json&
version=1.0.0=WFS=GetFeature

I get the following exception (full stack below):

java.lang.VerifyError: class net.sf.cglib.core.DebuggingClassWriter
overrides final method visit.(IILjava/lang/String;Lja
va/lang/String;Ljava/lang/String;[Ljava/lang/String;)V

When I subsequently retry, I then get this error :

java.lang.NoClassDefFoundError: Could not initialize class
net.sf.cglib.proxy.Enhancer
Could not initialize class net.sf.cglib.proxy.Enhancer

The rest of geoserver seems to work well (for example WMS requests).

I use the following plugins (just unzipped in WEB-INF/lib):

geoserver-2.12.2-printing-plugin.zip
geoserver-2.12-SNAPSHOT-geofence-server-plugin.zip
geoserver-2.12-SNAPSHOT-authkey-plugin.zip

Under this environment :

Geoserver 2.12.2 (installed from binary archive)
openjdk:8-jre-alpine


Googling the exception
indicates
it could be because of mismatching versions of cglib and ASM.

I saw both the geofence plugin and geoserver contain cglib-nodep-2.2.jar
which seems to be involved in the problem, but it's supposed to be the same
library. I tried unzipping the extensions in different order, thinking
there maybe some overwriting issue, but that didn't fix the problem.

Any idea what's going on ? Could this be a bug in the geofence server
plugin (no exception if I don't install geofence) ? Or in my brain ?

Thank you !!

Olivier


Here's the full stack trace :

java.lang.VerifyError: class net.sf.cglib.core.DebuggingClassWriter
overrides final method
visit.(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
 at java.lang.ClassLoader.defineClass1(Native Method)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
 at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
 at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
 at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
 at
org.eclipse.jetty.webapp.WebAppClassLoader.findClass(WebAppClassLoader.java:510)
 at
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:441)
 at
org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:403)
 at
net.sf.cglib.core.AbstractClassGenerator.(AbstractClassGenerator.java:38)
 at net.sf.cglib.core.KeyFactory$Generator.(KeyFactory.java:127)
 at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:112)
 at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
 at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
 at net.sf.cglib.proxy.Enhancer.(Enhancer.java:69)
 at org.geoserver.wfs.GetFeature.run(GetFeature.java:628)
 at
org.geoserver.wfs.DefaultWebFeatureService.getFeature(DefaultWebFeatureService.java:122)
 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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
 at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
 at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
 at
org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:55)
 at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
 at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
 at com.sun.proxy.$Proxy138.getFeature(Unknown Source)
 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.Dispatcher.execute(Dispatcher.java:857)
 at
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:268)
 at

[Geoserver-users] GeoServer 2.13-beta released

2018-02-21 Thread Torben Barsballe
We are happy to announce the release of GeoServer 2.13-beta
.
Downloads are available (zip

, war

, and exe
)
along with docs and extensions.

This is a beta release of GeoServer made in conjunction with GeoTools
19-beta.

We want to encourage people to test the release thoroughly and report back
any issue found. With no further delay, let’s see what’s new, that is, what
is there to test!
Isolated Workspaces

The concept of an “Isolated Workspaces” has been added to GeoServer, to
allow for reusing a namespace among multiple workspaces. In particular, an
isolated workspace allows reuse of a namespace already used by another
workspace, but its resources (layers, styles, etc …) can only be retrieved
when using that workspace’s virtual services and will only show up in those
virtual service capabilities documents.

When reusing a namespace among workspaces, exactly one of those must be
non-isolated, and the rest must be isolated; i.e. isolated workspaces have
no restrictions in namespaces usage but the existing restrictions still
apply for non isolated workspaces.

For more details, refer to the original proposal

.
GeoWebCache REST API

Two new endpoints have been added to the GeoWebCache REST API:

   - /gwc/rest/blobstores:
  - GET /gwc/rest/blobstores for a list of the blobstores
  - GET /gwc/rest/blobstores/{blobStoreName} for details about a single
  blobstore
  - PUT /gwc/rest/blobstores/{blobStoreName} to create or update a
  blobstore
  - DELETE /gwc/rest/blobstores/{blobStoreName} to remove a blobstore
   - /gwc/rest/gridsets:
  - GET /gwc/rest/gridsets for a list of the gridsets
  - GET /gwc/rest/gridsets/{gridSetName} for details about a single
  gridset
  - PUT /gwc/rest/gridsets/{gridSetName} to create or update a gridset
  - DELETE /gwc/rest/gridsets/{gridSetName} to remove a gridset

API docs for these endpoints will be added to the GeoServer documentation
shortly. Until then, the request body syntax for PUT requests closely
matched the equivalent structures in geowebcache.xml: BlobStores

 and GridSets

.

The ArcGISCache backed layers are now also configurable via the REST API.

This release sees a major reworking of the configuration system in
GeoWebCache that will allow for plugging in alternate configuration
persistence mechanisms in future. While these changes should be largely
invisible to users, it is a huge update that impacts all of GeoWebCache.
However, due to these changes, we ask that you *please test the embedded
GeoWebCache*.
UI Improvements

Entering in URLs for data files has been improved with autocomplete – now
GeoServer will scan the path that has already been typed, and suggest
existing files within that path.


In addition, autocomplete support has been added to a number of dropdowns
which contain a long list of values, such as stores or layers. You can now
start typing the name of an option, and the visible options will be
filtered to match.

Removed OS X installers

Due to lack of resources and interest, the OS X dmg installers are no
longer being built. OS X users can still use

 the system-independent binary

.
New community modules

The 2.13 series comes with a few new community modules, in particular:

   - Do you want to generate GHRSST compliant outputs from GHRSST inputs?
   Try out the new GHRSST NetCDF output community module.
   - There is also a new community module
   
introducing NSG profiles for the WFS and WMTS services.

Not that community modules are not part of the release; instead you can
find them in the nightly builds
.
Other assorted improvements

There are many bug fixes and improvements to look at in the release notes
,
cherry picking a few here:

   - Autocomplete support for dropdowns with long lists of 

Re: [Geoserver-users] GeoServer 2.11.5 released

2018-02-21 Thread Matt Fisher

Awesome! Thanks for getting that polar stereographic fix released :)

I made another post on the list before I realized I should have just 
replied here, but the extensions for 2.11.5 are unavailable and there's 
an incorrect link on the downloads page.


Details: https://sourceforge.net/p/geoserver/mailman/message/36233370/

Thanks again for all your hard work.

Matt Fisher


On 02/20/2018 10:15 AM, Andrea Aime wrote:

Hi all,
the GeoServer developers are pleased to announce the last release of 
the 2.11.x series:


http://blog.geoserver.org/2018/02/20/geoserver-2-11-5-released/

Time to start thinking about an upgrade ;-)

Best regards
Andrea



--
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

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


--
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

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


[Geoserver-users] GeoServer 2.11.5 and extensions advertised as released but extensions are unavailable

2018-02-21 Thread Matt Fisher

Hi all! I found a couple user-facing issues with the 2.11.5 release:

1) No extensions are available yet here 
(https://sourceforge.net/projects/geoserver/files/GeoServer/2.11.5/), 
even though the release says "Downloads are available (zip, war, and 
exe) along with documentation and extensions". We're just waiting on CSW 
to show up so we can upgrade :)


2) The 2.11.5 link here (http://geoserver.org/download/) takes you to 
2.11.4 release.


Thanks,

Matt Fisher


--
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

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


[Geoserver-users] WMS does not deliver jpeg 2000 data since update to geoserver 2.12.0 using the ImageMosaicJDBC Plugin

2018-02-21 Thread Sebastian.Janitzek
Hi,

since upgrade to geoserver 2.12.0 using the ImageMosaicJDBC Plugin our wms 
layer does not provide jpeg 2000 data.

Our raster data store as a pyramid in a oracle database.
We use 4 band tiff files for the low and 4 band jpeg 2000 files for the high 
resolution images.
Before update to geoserver 2.12.0 we have no problems, the switch from the tiff 
to the jpeg 2000 files and back works fine.

Actually we using a workaround. We find out, if there an older version of 
geoserver (2.10 or 2.11)  is running in the same tomcat container, everything 
is fine.
But if we stop the older version of geoserver, our wms layer doesn't deliver 
the jpeg 2000 files ( see the logfile snippets below).
Temporary this workaround is ok for us, but not for the long term.

Any Ideas?


regards,
Sebastian


Tomcat 8.0.41
Java 1.8.0_111
Linux and Windows 7

logfile, only geoserver 2.12.0 is running:

2018-02-21 18:11:10,729 WARN [imagemosaic.jdbc] - Could not read 914277 from 
stream, switch to JAI
2018-02-21 18:11:10,729 WARN [imagemosaic.jdbc] - Could not read 914273 from 
stream, switch to JAI
2018-02-21 18:11:10,763 WARN [imagemosaic.jdbc] - Could not read 914275 from 
stream, switch to JAI
2018-02-21 18:11:10,796 WARN [imagemosaic.jdbc] - Could not read 914279 from 
stream, switch to JAI
2018-02-21 18:11:10,796 WARN [imagemosaic.jdbc] - Could not read 914278 from 
stream, switch to JAI
2018-02-21 18:11:10,828 WARN [imagemosaic.jdbc] - Could not read 914276 from 
stream, switch to JAI
2018-02-21 18:11:10,938 WARN [lite.gridcoverage2d] - Could not reduce the grid 
geometry inside the valid area bounds: ReferencedEnvelope[-36.0 : 54.0, -85.0 : 
85.0]
Grid geometry isGridGeometry2D[GeneralGridEnvelope[0..1464, 0..956], 
PARAM_MT["Affine",
  PARAMETER["num_row", 3],
  PARAMETER["num_col", 3],
  PARAMETER["elt_0_0", 0.3150763362010388],
  PARAMETER["elt_0_2", 3204.087072816],
  PARAMETER["elt_1_1", -0.31507633619843484],
  PARAMETER["elt_1_2", 5265164.783295045]]]
2018-02-21 18:11:10,938 WARN [lite.gridcoverage2d] - Could not reduce the grid 
geometry inside the valid area bounds: ReferencedEnvelope[-36.0 : 54.0, -85.0 : 
85.0]
Grid geometry isGridGeometry2D[GeneralGridEnvelope[0..1464, 0..956], 
PARAM_MT["Affine",
  PARAMETER["num_row", 3],
  PARAMETER["num_col", 3],
  PARAMETER["elt_0_0", 0.3150763362010388],
  PARAMETER["elt_0_2", 3204.087072816],
  PARAMETER["elt_1_1", -0.31507633619843484],
  PARAMETER["elt_1_2", 5265164.783295045]]]


logfile, if in the same tomcat container geoserver 2.12.0 and 2.11.0 is running:

2018-02-21 18:13:22,149 WARN [lite.gridcoverage2d] - Could not reduce the grid 
geometry inside the valid area bounds: ReferencedEnvelope[-36.0 : 54.0, -85.0 : 
85.0]
Grid geometry isGridGeometry2D[GeneralGridEnvelope[0..1464, 0..956], 
PARAM_MT["Affine",
  PARAMETER["num_row", 3],
  PARAMETER["num_col", 3],
  PARAMETER["elt_0_0", 0.3150763362010388],
  PARAMETER["elt_0_2", 3204.087072816],
  PARAMETER["elt_1_1", -0.31507633619843484],
  PARAMETER["elt_1_2", 5265164.783295045]]]
2018-02-21 18:13:22,149 WARN [lite.gridcoverage2d] - Could not reduce the grid 
geometry inside the valid area bounds: ReferencedEnvelope[-36.0 : 54.0, -85.0 : 
85.0]
Grid geometry isGridGeometry2D[GeneralGridEnvelope[0..1464, 0..956], 
PARAM_MT["Affine",
  PARAMETER["num_row", 3],
  PARAMETER["num_col", 3],
  PARAMETER["elt_0_0", 0.3150763362010388],
  PARAMETER["elt_0_2", 3204.087072816],
  PARAMETER["elt_1_1", -0.31507633619843484],
  PARAMETER["elt_1_2", 5265164.783295045]]]
--
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

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


Re: [Geoserver-users] app scheme gml:id and srsname

2018-02-21 Thread Nuno Oliveira

Hi,

I give it a try with GeoServer 2.12.2 and everything seems to work as expected:

   (...) 

  

    Porto

    

  http://www.opengis.net/gml/srs/epsg.xml#4326;>

    30.0 10.0

  

    

    

  http://www.opengis.net/gml/srs/epsg.xml#4326;>

    

  

    

  

    30.0 20.0 45.0 40.0 10.0 40.0 30.0 
20.0

  

    

  

    

    

  

    

  

    15.0 5.0 40.0 10.0 10.0 20.0 5.0 10.0 15.0 
5.0

  

    

  

    

  

    

  

(...)

The data store, mappings and schema I used for my tests are attached to this 
mail.

That say, not sure what its happening in your case:

old GeoServer version ?
issue with the mappings ?
issue with the schema ?

... you may also be hitting some corner case.

If you share your mappings and target schema with the mailing list we may be able to give you a more 
concrete feedback.


Regards,

Nuno Oliveira


On 02/20/2018 09:01 AM, Verbeeck Bart wrote:

Hello

I have two questions

1)

The documentation says

http://docs.geoserver.org/maintain/en/user/data/app-schema/supported-gml-versions.html#gml-3-2-1-geometries-require-gml-id

"If a multigeometry (such as a MultiPoint or MultiSurface) is assigned a gml:id of 
(for example)  parentid, to permit GML 3.2.1 schema-validity, each geometry that the 
multigeometry contains will be automatically assigned a gml:id of the form parentid.1, 
parentid.2, ... in order."

We notice that the contained geometries don't get a gml:id. Is this a known bug?

2)

The srsName of the contained geometry or when the geometry is an 
"'AbstractGeometricPrimitive'" is not in URI-form

Is this a known bug? Is there a solution?

Examples:


http://inspire.ec.europa.eu/ids;>http://data.vlaanderen.be/id/kustlijnkunstwerk/108051

http://www.opengis.net/gml/srs/epsg.xml#4258;> 






http://inspire.ec.europa.eu/ids;>http://data.vlaanderen.be/id/kustvlak/1327

http://www.opengis.net/def/crs/EPSG/0/4258;>

http://www.opengis.net/gml/srs/epsg.xml#4258;> 






--
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

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



--
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information.
==

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:  +39 0584 1660272

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 

[Geoserver-users] Background isn't clear using ImageMosaicJDBC Plugin with bicubic Interpolation

2018-02-21 Thread Sebastian.Janitzek
Hello,

using geoserver 2.10.0, 2.12.2 with the ImageMosaicJDBC plugin and set 
interpolation method to bicubic in the ImageMosaicJDBC configFile the 
background isn't clear (see screenshot bicubic.jpg ).
If I set the interpolation method to bilinear in the imageMosaicJDBC config 
file, the background is fine (see screenshot bilinear.jpg ).

Our rasterdata are 4 band tiff files, store in a oracle database.

If this a problem of the bicubic interpolation or can we handle it with 
configuration,  or is it a bug in the ImageMosaicJDBC plugin?
Any Ideas?

best regards,
Sebastian


Tomcat 8.0.41
Java 1.8.0_111
Linux and Windows
tested with geoserver 2.10.0, 2.12.2


ImageMosaicJDBC configFile:



  ]>

  
  
  
  
  
  
  


--
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

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


[Geoserver-users] GeoFence Authentication

2018-02-21 Thread Fabio Sinibaldi

Hi,

we're trying to exploit a standalone GeoFence for our GeoServer cluster. 
I've one concern, though : it seems that no authentication is needed in 
order to interact with its REST API, while it is asked on the gui.
I can't find any information regarding how to enable it for the REST API 
as well, can you indicate me where I can find it?


Thanks a lot,

Fabio Sinibaldi


--
--- --- --- ---
Fabio Sinibaldi
CNR Istituto di Scienza e Tecnologie dell' Informazione A. Faedo
Area della Ricerca CNR
InfraScience Group http://nemis.isti.cnr.it/groups/infrascience
Via G. Moruzzi, 1 – 56124 Pisa, Italy

Skype fabioisti
https://it.linkedin.com/in/fabio-sinibaldi-18779a18
--- --- --- ---


--
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

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


[Geoserver-users] GeoServer 2.11.5 released

2018-02-21 Thread Andrea Aime
Hi all,
the GeoServer developers are pleased to announce the last release of the
2.11.x series:

http://blog.geoserver.org/2018/02/20/geoserver-2-11-5-released/

Time to start thinking about an upgrade ;-)

Best regards
Andrea
--
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

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