I just started the release builds.

I had a comment on 1565 on this change to ResourceAdapter:

         private ResourceAdaptor(File file) {
-            this.file = file;
+           this.file = file.getAbsoluteFile();
             ...

I wanted to make sure that this change was on purpose, since it changes the
capability of the class in some respect.

--
Jody Garnett

On 20 April 2016 at 14:54, Ben Caradoc-Davies <[email protected]> wrote:

> I am sneaking in a small low-risk Resources bugfix from Niels (merged on
> master):
>
> GEOS-7493 Path.names not removing root slash
> https://github.com/geoserver/geoserver/pull/1565
> https://osgeo-org.atlassian.net/browse/GEOS-7493
>
> Kind regards,
>
> --
> Ben Caradoc-Davies <[email protected]>
> Director
> Transient Software Limited <http://transient.nz/>
> New Zealand
>
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to