[Geoserver-devel] GeoServer 2.10.1 Released

2016-12-20 Thread Torben Barsballe
The GeoServer team is pleased to announce the release of GeoServer 2.10.1
. Download bundles are provided (bin

, war

, dmg

 and exe
)
along with documentation and extensions.

GeoServer 2.10.1 is the latest stable release of GeoServer and is
recommended for production deployment. This release is made in conjunction
with GeoTools 16.1 and GeoWebCache 1.10.1. Thanks to all contributors.

New Features and Improvements:

   - Allow windows installer to use port 80
   - Allow underlined labels in SLD
   - Add documentation for the WMTS multidimensional module
   - Add an example of GS Download process with request of output reference

Bug Fixes:

   - Slow startup of GeoServer with many layers
   - Cannot upload style files in the style editor
   - Generating a raster SLD style from template produces a formally
   invalid style
   - WPS fails if geometry column is named "location"
   - REST API services settings.html throws errors for null values
   - REST PUT property update on ServiceInfo does not work properly for
   primitive properties
   - ClassCastException when posting WFS Transaction request on a URL
   containing a valid GetFeature request
   - High oversampling on raster cells with reproject can put a significant
   amount of load on GeoServer
   - JMS Clustering does not propagate virtual services configurations

And more! For more information on this release check the release notes (
2.10.1

 | 2.10.0

 | 2.10-RC1

 | 2.10-beta

 | 2.10-M0

 )
Security Considerations

This release addresses three security vulnerabilities:

   - Additional restrictions have been placed on the demo request page
   - Addressed an XML injection vulnerability identified in an automatic
   scan.
   - GeoServer now changes sessions during login, this addresses a class of
   vulnerablities known as “session fixation”.

Thanks again to Nick Muerdter for reporting these in a responsible manner
(and Andrea and Jody for addressing these during the November bug stomp
.)

If you wish to report a security vulnerability, please visit our website
for instructions on responsible reporting .
About GeoServer 2.10

Articles, docs, blog posts and presentations:

   - State of GeoServer 2016
    (slideshare)
   - The style editor
   

has
   been refreshed with the best ideas from the css extension
   - The styling workshop
    has
   been updated for foss4g 2016 and now includes both CSS and YSLD examples.
   - Smart transparency in GeoServer with image/vnd.jpeg-png format
   
(GeoSolutions)
   - QGIS SLD export improvements
    (GeoSolutions)

Community modules

   - A new community module to backup/restore
   
and
   restore GeoServer configuration
   - A resource browser is available allowing remote management of styles,
   icons and fonts (needs building from sources).
   - A new WMTS multidimensional domain discovery
   

community module
   for discovering patches of data in scattered data sets
   - The YSLD community module has been updated with extensive documentation
   
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___

[Geoserver-devel] Dispatcher Simulation Mode

2016-12-20 Thread Justin Deoliveira
Hi folks,

I'm working on a project with a requirement as follows. Basically I want to
be able to make a normal OGC (WMS, WFS, etc...) request to GeoServer, but I
don't want it to fully execute. What I want is it to do pretty much all of
the request parsing, but then return right before it goes to execute that
request.

The use case for this project is that the information from the parsed
request is used to do some on-demand database setup and security that needs
to happen before the request is executed.

However, I can see this perhaps being a useful debugging feature as well.
Just like other tools have a "dry run" or a "simulate" mode to allow you to
try out something before actually doing it. Along that vein it could be
useful to be able to do the same for a GeoServer request, to see how it
will be processed and parsed, etc... before actually executing it, perhaps
because it is a request that may take a long time, etc...

The change I am proposing is as follows. First add a special key value pair
that will be recognized by the dispatcher (like simulate=true or something
along those lines). When the flag is set the dispatcher will do all of the
request parsing and dispatch it normally does, except for when it gets to
the point where it would execute the operation it would simply return with
a response that includes a representation of the request it just parsed.

For the representation of the response I was thinking output similar to the
output of what the RequestObjectLogger produces, only encoded as something
structured like JSON and/or XML.

I was also thinking that for such a request we might try to utilize an
appropriate http response code. The *202 Accepted* looks like it could
apply:

*The request has been accepted for processing, but the processing has not
been completed*

And that's it. Let me know what y'all think. If folks feel this one is
worth of a GSIP I am happy to whip one up.

Thanks!

-Justin
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] informal chat today

2016-12-20 Thread Ben Caradoc-Davies
Aha! Thanks for the clarification. I saw some of the chats and your 
email now makes sense in that context.

I think the sprint went well, although more like "parallel play" from my 
end because of timezones.  :-)

Kind regards,
Ben.


On 21/12/16 09:02, Jody Garnett wrote:
> Sorry I wrote this up for last time (and it sat on my computer as a draft )
> --
> Jody Garnett
>
> On 20 December 2016 at 11:45, Jody Garnett  wrote:
>
>> We did not have enough attendees for a meeting today (happy holidays
>> everyone). Here are some notes from the resulting skype chat ..
>>
>> 1) bug stomp prep
>>
>> Help prep for the sprint - search recently reported bugs here
>> 
>>  and
>> help evaluate - using (Triage not in("sprint") OR Triage is EMPTY)
>>
>> 2) release
>>
>> Torben is set for next week, no blockers we are aware of.
>>
>> A couple things to back port:
>> - https://github.com/geoserver/geoserver/pull/2010 Make WFS and WFS-T
>> work properly with latest QGIS
>>
>> 3) geogig moving from ares
>>
>> GeoGig is getting close, expect some build changes, will coordinate to
>> ensure that repo.boundlessgeo.com acts as a caching proxy for releases.
>>
>> 4) Dispatcher KVP Reader discussion
>>
>> Looks like some of the code is stateful, incorrectly assuming dispatcher
>> is single threaded. Looks to be a corner case for GetMapKvpRequestReader
>> to copy the httpRequest field to avoid OL3 output for IE (sigh). See
>> GEOS-7900 
>>
>> 5) Code sprint planning
>>
>> Andrea had a bunch of great ideas on email, considering setting up a code
>> sprint for Q1.
>> a) cite tests
>> b) assorted library upgrades (hsql, h2, commons-dbcp, log4j, wicket)
>> c) rest migration to spring (or other?)
>> d) java 9 prep (rewrite service registry for geotools)
>>
>> GeoSolutions is considering hosting (wow!), there is also an OSGeo
>> "daytona" code sprint Feb 6-10th.
>>
>> --
>> Jody Garnett
>>
>
>
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/intel
>
>
>
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] informal chat today

2016-12-20 Thread Jody Garnett
Sorry I wrote this up for last time (and it sat on my computer as a draft )
--
Jody Garnett

On 20 December 2016 at 11:45, Jody Garnett  wrote:

> We did not have enough attendees for a meeting today (happy holidays
> everyone). Here are some notes from the resulting skype chat ..
>
> 1) bug stomp prep
>
> Help prep for the sprint - search recently reported bugs here
> 
>  and
> help evaluate - using (Triage not in("sprint") OR Triage is EMPTY)
>
> 2) release
>
> Torben is set for next week, no blockers we are aware of.
>
> A couple things to back port:
> - https://github.com/geoserver/geoserver/pull/2010 Make WFS and WFS-T
> work properly with latest QGIS
>
> 3) geogig moving from ares
>
> GeoGig is getting close, expect some build changes, will coordinate to
> ensure that repo.boundlessgeo.com acts as a caching proxy for releases.
>
> 4) Dispatcher KVP Reader discussion
>
> Looks like some of the code is stateful, incorrectly assuming dispatcher
> is single threaded. Looks to be a corner case for GetMapKvpRequestReader
> to copy the httpRequest field to avoid OL3 output for IE (sigh). See
> GEOS-7900 
>
> 5) Code sprint planning
>
> Andrea had a bunch of great ideas on email, considering setting up a code
> sprint for Q1.
> a) cite tests
> b) assorted library upgrades (hsql, h2, commons-dbcp, log4j, wicket)
> c) rest migration to spring (or other?)
> d) java 9 prep (rewrite service registry for geotools)
>
> GeoSolutions is considering hosting (wow!), there is also an OSGeo
> "daytona" code sprint Feb 6-10th.
>
> --
> Jody Garnett
>
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] informal chat today

2016-12-20 Thread Ben Caradoc-Davies
Um, perhaps because the next scheduled committee meeting is next Tuesday 
(UTC)? I did not see notes from last week, nor did I catch any mailing 
list discussion to reschedule.

I wish you all a safe and merry festive season.

Kind regards,
Ben.

On 21/12/16 08:45, Jody Garnett wrote:
> We did not have enough attendees for a meeting today (happy holidays
> everyone). Here are some notes from the resulting skype chat ..
>
> 1) bug stomp prep
>
> Help prep for the sprint - search recently reported bugs here
> 
> and
> help evaluate - using (Triage not in("sprint") OR Triage is EMPTY)
>
> 2) release
>
> Torben is set for next week, no blockers we are aware of.
>
> A couple things to back port:
> - https://github.com/geoserver/geoserver/pull/2010 Make WFS and WFS-T work
> properly with latest QGIS
>
> 3) geogig moving from ares
>
> GeoGig is getting close, expect some build changes, will coordinate to
> ensure that repo.boundlessgeo.com acts as a caching proxy for releases.
>
> 4) Dispatcher KVP Reader discussion
>
> Looks like some of the code is stateful, incorrectly assuming dispatcher is
> single threaded. Looks to be a corner case for GetMapKvpRequestReader
> to copy the httpRequest field to avoid OL3 output for IE (sigh). See
> GEOS-7900 
>
> 5) Code sprint planning
>
> Andrea had a bunch of great ideas on email, considering setting up a code
> sprint for Q1.
> a) cite tests
> b) assorted library upgrades (hsql, h2, commons-dbcp, log4j, wicket)
> c) rest migration to spring (or other?)
> d) java 9 prep (rewrite service registry for geotools)
>
> GeoSolutions is considering hosting (wow!), there is also an OSGeo
> "daytona" code sprint Feb 6-10th.
>
> --
> Jody Garnett
>
>
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/intel
>
>
>
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] informal chat today

2016-12-20 Thread Jody Garnett
We did not have enough attendees for a meeting today (happy holidays
everyone). Here are some notes from the resulting skype chat ..

1) bug stomp prep

Help prep for the sprint - search recently reported bugs here

and
help evaluate - using (Triage not in("sprint") OR Triage is EMPTY)

2) release

Torben is set for next week, no blockers we are aware of.

A couple things to back port:
- https://github.com/geoserver/geoserver/pull/2010 Make WFS and WFS-T work
properly with latest QGIS

3) geogig moving from ares

GeoGig is getting close, expect some build changes, will coordinate to
ensure that repo.boundlessgeo.com acts as a caching proxy for releases.

4) Dispatcher KVP Reader discussion

Looks like some of the code is stateful, incorrectly assuming dispatcher is
single threaded. Looks to be a corner case for GetMapKvpRequestReader
to copy the httpRequest field to avoid OL3 output for IE (sigh). See
GEOS-7900 

5) Code sprint planning

Andrea had a bunch of great ideas on email, considering setting up a code
sprint for Q1.
a) cite tests
b) assorted library upgrades (hsql, h2, commons-dbcp, log4j, wicket)
c) rest migration to spring (or other?)
d) java 9 prep (rewrite service registry for geotools)

GeoSolutions is considering hosting (wow!), there is also an OSGeo
"daytona" code sprint Feb 6-10th.

--
Jody Garnett
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.10.1 artifacts available for testing

2016-12-20 Thread Ben Caradoc-Davies
Torben,

I tested geoserver-2.10.1-bin.zip on Debian unstable (OpenJDK 8 
1.8.0_111) and all looks good.

The zip file size looks OK and it contains no SNAPSHOT jars. All 
OpenLayers previews work, and I also tested many demo requests. No 
exceptions at the console during startup or operation.

Kind regards,
Ben.

On 20/12/16 18:55, Torben Barsballe wrote:
> The GeoServer 2.10.1 release artifacts are available for testing at
> http://ares.boundlessgeo.com/geoserver/release/2.10.1/


-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.10.1 artifacts available for testing

2016-12-20 Thread Torben Barsballe
Excellent.
I've tested the dmg, it also looks good.

Torben

On Tue, Dec 20, 2016 at 10:36 AM, Andrea Aime 
wrote:

> Hi Torben,
> I gave it a quick peek using the bin artifact, looks good here
>
> Cheers
> Andrea
>
> On Tue, Dec 20, 2016 at 6:50 PM, Torben Barsballe <
> tbarsba...@boundlessgeo.com> wrote:
>
>> The .dmg is now available as well
>>
>> Torben
>>
>> On Mon, Dec 19, 2016 at 9:55 PM, Torben Barsballe <
>> tbarsba...@boundlessgeo.com> wrote:
>>
>>> The GeoServer 2.10.1 release artifacts are available for testing at
>>> http://ares.boundlessgeo.com/geoserver/release/2.10.1/
>>>
>>> Looks like the OS X dmg build failed - seems to be an issue with the OS
>>> X build box. Looking into it.
>>>
>>> Torben
>>>
>>>
>>
>> 
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/intel
>> ___
>> Geoserver-devel mailing list
>> Geoserver-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>>
>>
>
>
> --
> ==
> 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.
>
> ---
>
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.10.1 artifacts available for testing

2016-12-20 Thread Andrea Aime
Hi Torben,
I gave it a quick peek using the bin artifact, looks good here

Cheers
Andrea

On Tue, Dec 20, 2016 at 6:50 PM, Torben Barsballe <
tbarsba...@boundlessgeo.com> wrote:

> The .dmg is now available as well
>
> Torben
>
> On Mon, Dec 19, 2016 at 9:55 PM, Torben Barsballe <
> tbarsba...@boundlessgeo.com> wrote:
>
>> The GeoServer 2.10.1 release artifacts are available for testing at
>> http://ares.boundlessgeo.com/geoserver/release/2.10.1/
>>
>> Looks like the OS X dmg build failed - seems to be an issue with the OS X
>> build box. Looking into it.
>>
>> Torben
>>
>>
>
> 
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/intel
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>


-- 
==
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
fax: +39 0584 1660272
mob: +39  339 8844549

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.

---
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GeoServer 2.10.1 artifacts available for testing

2016-12-20 Thread Torben Barsballe
The .dmg is now available as well

Torben

On Mon, Dec 19, 2016 at 9:55 PM, Torben Barsballe <
tbarsba...@boundlessgeo.com> wrote:

> The GeoServer 2.10.1 release artifacts are available for testing at
> http://ares.boundlessgeo.com/geoserver/release/2.10.1/
>
> Looks like the OS X dmg build failed - seems to be an issue with the OS X
> build box. Looking into it.
>
> Torben
>
>
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP 152, layer group security

2016-12-20 Thread Andrea Aime
Hi all,
pull request available for review:

https://github.com/geoserver/geoserver/pull/2039

Cheers
Andrea


On Tue, Nov 22, 2016 at 2:43 PM, Andrea Aime 
wrote:

> Hi all,
> as discussed in the last PSC meeting, here is the proposal to add layer
> group security
> control in the built-in layer security subsystem:
>
> https://github.com/geoserver/geoserver/wiki/GSIP-152
>
> Feedback and votes welcomed
>
> 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.
>
> ---
>



-- 
==
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
fax: +39 0584 1660272
mob: +39  339 8844549

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.

---
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi 

Re: [Geoserver-devel] GSIP 153 - opaque container layer group mode

2016-12-20 Thread Alessio Fabiani
+1 for me too. I think it would be useful, considering also past email
threads on ml.

Best Regards,
Alessio Fabiani.

==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==

Ing. Alessio Fabiani
@alfa7691
Founder/Technical Lead

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

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.

-

On Tue, Dec 20, 2016 at 2:51 PM, Simone Giannecchini <
simone.giannecch...@geo-solutions.it> wrote:

> +1,
> but I'd like to hear the others as well.
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39 333 8128928
>
> 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.
>
>
> On Mon, Dec 19, 2016 at 11:47 AM, Andrea Aime
>  wrote:
> > Hi,
> > I've follow up with the previous discussion on layer tree modes and wrote
> > this proposal:
> >
> > https://github.com/geoserver/geoserver/wiki/GSIP-153
> >
> > As suggested by Ben I've 

Re: [Geoserver-devel] GSIP 153 - opaque container layer group mode

2016-12-20 Thread Simone Giannecchini
+1,
but I'd like to hear the others as well.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

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

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.


On Mon, Dec 19, 2016 at 11:47 AM, Andrea Aime
 wrote:
> Hi,
> I've follow up with the previous discussion on layer tree modes and wrote
> this proposal:
>
> https://github.com/geoserver/geoserver/wiki/GSIP-153
>
> As suggested by Ben I've summarized the existing group behavior for current
> layer groups,
> in protected and non protected mode.
>
> Please vote/discuss
>
> 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
> fax: +39 0584 1660272
> mob: +39  339 8844549
>
> 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.
>
>
> ---
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! 

Re: [Geoserver-devel] GSIP 153 - opaque container layer group mode

2016-12-20 Thread Andrea Aime
Ah hem... anyone? :-)

Cheers
Andrea

On Mon, Dec 19, 2016 at 11:47 AM, Andrea Aime 
wrote:

> Hi,
> I've follow up with the previous discussion on layer tree modes and wrote
> this proposal:
>
> https://github.com/geoserver/geoserver/wiki/GSIP-153
>
> As suggested by Ben I've summarized the existing group behavior for
> current layer groups,
> in protected and non protected mode.
>
> Please vote/discuss
>
> 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.
>
> ---
>



-- 
==
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
fax: +39 0584 1660272
mob: +39  339 8844549

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.

---
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi