I have updated the pull request.

Regards,
Nicola

2014-09-19 15:07 GMT+02:00 Simone Giannecchini <
[email protected]>:

> Nicola,
> please update the pull request accordingly.
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/NWWaa2 for more information.
> ==
>
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via Poggio alle Viti 1187
> 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 Fri, Sep 19, 2014 at 3:01 PM, Nicola Lagomarsini
> <[email protected]> wrote:
> > Good idea, Ian. I propose to add a new GeoServer global setting for
> > configuring the default behavior, and to leave the REST parameter if the
> > user wants to change it.
> >
> > Regards,
> > Nicola.
> >
> >
> > 2014-09-19 14:47 GMT+02:00 Simone Giannecchini
> > <[email protected]>:
> >>
> >> Dear All,
> >> quick observation, this small change is useful for people using REST
> >> routinely to publish/configure data.
> >> Checking if a resource exists using a GET call on it causes GeoServer
> >> to fill the log with useless exceptions right now. Adding a quick
> >> parameter like the one proposed by Nicola
> >> has the objective to fix this situtation without a deep modification.
> >>
> >> In the longer run we want to expose filtering/sorting/paging through
> >> REST interface as well so that one could actually make searches using
> >> CQL filters rather than seding direct GET queries to check if a REST
> >> resource exists or not.
> >>
> >> If you check the PR is small although it touches many Finders; it also
> >> comes with tests and documentation update.
> >> Regards,
> >> Simone Giannecchini
> >> ==
> >> GeoServer Professional Services from the experts! Visit
> >> http://goo.gl/NWWaa2 for more information.
> >> ==
> >>
> >> Ing. Simone Giannecchini
> >> @simogeo
> >> Founder/Director
> >>
> >> GeoSolutions S.A.S.
> >> Via Poggio alle Viti 1187
> >> 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 Fri, Sep 19, 2014 at 12:11 PM, Nicola Lagomarsini
> >> <[email protected]> wrote:
> >> > Hi all,
> >> >
> >> > I would like to propose a new parameter for the REST GET method. This
> >> > parameter is called quietOnNotFound and would be used to avoid logging
> >> > exceptions thrown when a Resource has not been found.
> >> > Note that the 404 HTTP status will be returned anyway.
> >> >
> >> > The default value will be false, which means that exceptions will be
> >> > logged.
> >> >
> >> > I'm asking if you can accept this little change or if you have any
> >> > question
> >> > about it.
> >> >
> >> > I'm also asking if I could backport this change on the 2.6.x branch,
> >> > after
> >> > 2.6.0 is released.
> >> >
> >> > Best Regards,
> >> > Nicola Lagomarsini.
> >> >
> >> > --
> >> > ==
> >> > GeoServer Professional Services from the experts! Visit
> >> > http://goo.gl/NWWaa2 for more information.
> >> > ==
> >> >
> >> > Ing. Nicola Lagomarsini
> >> > Junior Software Engineer
> >> >
> >> > GeoSolutions S.A.S.
> >> > Via Poggio alle Viti 1187
> >> > 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
> >> > 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.
> >> >
> >> >
> >> >
> >> >
> ------------------------------------------------------------------------------
> >> > Slashdot TV.  Video for Nerds.  Stuff that Matters.
> >> >
> >> >
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
> >> > _______________________________________________
> >> > Geoserver-devel mailing list
> >> > [email protected]
> >> > https://lists.sourceforge.net/lists/listinfo/geoserver-devel
> >> >
> >> Regards,
> >> Simone Giannecchini
> >> ==
> >> GeoServer Professional Services from the experts! Visit
> >> http://goo.gl/NWWaa2 for more information.
> >> ==
> >>
> >> Ing. Simone Giannecchini
> >> @simogeo
> >> Founder/Director
> >>
> >> GeoSolutions S.A.S.
> >> Via Poggio alle Viti 1187
> >> 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 Fri, Sep 19, 2014 at 2:40 PM, Nicola Lagomarsini
> >> <[email protected]> wrote:
> >> > For your information, I have already opened a
> >> > JIRA(https://jira.codehaus.org/browse/GEOS-6681) and prepared the
> pull
> >> > request (https://github.com/geoserver/geoserver/pull/751).
> >> >
> >> > Regards,
> >> > Nicola Lagomarsini.
> >> >
> >> > 2014-09-19 12:11 GMT+02:00 Nicola Lagomarsini
> >> > <[email protected]>:
> >> >>
> >> >> Hi all,
> >> >>
> >> >> I would like to propose a new parameter for the REST GET method. This
> >> >> parameter is called quietOnNotFound and would be used to avoid
> logging
> >> >> exceptions thrown when a Resource has not been found.
> >> >> Note that the 404 HTTP status will be returned anyway.
> >> >>
> >> >> The default value will be false, which means that exceptions will be
> >> >> logged.
> >> >>
> >> >> I'm asking if you can accept this little change or if you have any
> >> >> question about it.
> >> >>
> >> >> I'm also asking if I could backport this change on the 2.6.x branch,
> >> >> after
> >> >> 2.6.0 is released.
> >> >>
> >> >> Best Regards,
> >> >> Nicola Lagomarsini.
> >> >>
> >> >> --
> >> >> ==
> >> >> GeoServer Professional Services from the experts! Visit
> >> >> http://goo.gl/NWWaa2 for more information.
> >> >> ==
> >> >>
> >> >> Ing. Nicola Lagomarsini
> >> >> Junior Software Engineer
> >> >>
> >> >> GeoSolutions S.A.S.
> >> >> Via Poggio alle Viti 1187
> >> >> 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
> >> >> 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/NWWaa2 for more information.
> >> > ==
> >> >
> >> > Ing. Nicola Lagomarsini
> >> > Junior Software Engineer
> >> >
> >> > GeoSolutions S.A.S.
> >> > Via Poggio alle Viti 1187
> >> > 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
> >> > 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.
> >> >
> >> >
> >> >
> >> >
> ------------------------------------------------------------------------------
> >> > Slashdot TV.  Video for Nerds.  Stuff that Matters.
> >> >
> >> >
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
> >> > _______________________________________________
> >> > Geoserver-devel mailing list
> >> > [email protected]
> >> > https://lists.sourceforge.net/lists/listinfo/geoserver-devel
> >> >
> >
> >
> >
> >
> > --
> > ==
> > GeoServer Professional Services from the experts! Visit
> > http://goo.gl/NWWaa2 for more information.
> > ==
> >
> > Ing. Nicola Lagomarsini
> > Junior Software Engineer
> >
> > GeoSolutions S.A.S.
> > Via Poggio alle Viti 1187
> > 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
> 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/NWWaa2 for more information.
==

Ing. Nicola Lagomarsini
Junior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
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
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.
------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to