[Geoserver-devel] Build failed in Jenkins: GeoServer-Master-OpenJDK8 #971

2016-09-15 Thread jenkins
See Changes: [tbarsballe] [GEOS-7740] Make ResourceNotification serializable [jody.garnett] [GEOS-7960] Ensure edits are not lost when switching tabs -- [...truncated 204

[Geoserver-devel] Build failed in Jenkins: GeoServer-Master-OpenJDK8 #970

2016-09-15 Thread jenkins
See Changes: [jody.garnett] updated styling workshop [jody.garnett] corrections from pull request feedback [jody.garnett] fixing links, isolating Q section to the end of each workbook [jody.garnett] fix up

[Geoserver-devel] Build failed in Jenkins: geoserver-master #3379

2016-09-15 Thread monitor
See Changes: [jody.garnett] updated styling workshop [jody.garnett] corrections from pull request feedback [jody.garnett] fixing links, isolating Q section to the end of each workbook [jody.garnett] fix up warnings,

Re: [Geoserver-devel] Cannot view logs when using JDBCStore

2016-09-15 Thread Niels Charlier
Torben, I have found the issue. The events are actually logged properly to the log file... but the problem is that afterwards the old log file is recached from the database! The log-file should simply never be stored in the database. We have a system for that in place: we can configure

[Geoserver-devel] Jenkins build is back to normal : geoserver-master #3380

2016-09-15 Thread monitor
See -- ___ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net

[Geoserver-devel] Jenkins build is back to normal : GeoServer-Master-OpenJDK8 #972

2016-09-15 Thread jenkins
See -- ___ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net

Re: [Geoserver-devel] Convert raster GetFeatureInfo band names into NCNames?

2016-09-15 Thread Ben Caradoc-Davies
Backported to 2.9.x. Kind regards, Ben. On 14/09/16 23:33, Rahkonen Jukka (MML) wrote: > +1 > > -Jukka Rahkonen- > > Ben Caradoc-Davies [mailto:b...@transient.nz] > Lähetetty: 14. syyskuuta 2016 6:40 > Vastaanottaja: Andrea Aime > Kopio: Geoserver-devel

[Geoserver-devel] Build failed in Jenkins: geoserver-master #3389

2016-09-15 Thread monitor
See -- [...truncated 5171 lines...] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-web-csw --- [INFO] Compiling 1 source file to

Re: [Geoserver-devel] Cannot view logs when using JDBCStore

2016-09-15 Thread Niels Charlier
Torben, Note that all of the logging goes to both the log file and the standard output. So the fact that you can find all the logs in catalina.out is perfectly normal. The questions is only why it stops logging to the file. Looking into it. Regards Niels On 15-09-16 11:33, Niels Charlier

Re: [Geoserver-devel] Cannot view logs when using JDBCStore

2016-09-15 Thread Niels Charlier
Hmm, strange. We always pass a file to the logger, irrespective of the used resource store. As Andrea said, there is no other way. But then I wonder what goes wrong after the store has been initialised. I'll have to debug. Regards Niels On 14-09-16 18:36, Torben Barsballe wrote: On Tue,

Re: [Geoserver-devel] Security issue in CSW, security filters are being ignored

2016-09-15 Thread Niels Charlier
Hi Andrea, As I can remember, the security leak was not done on purpose. I remember needing multiple SortBy's and being confused by the API. This security issue is likely an oversight on my behalf. The difference in signature between Catalog and CatalogFacade is not very logical/consistent.