Hi 

it seems that the prefix is ignored and it always creates a temporary directory 
starting with "wfsshptmp".

line 185 from org.geoserver.data.util.java should changed from:

 File reqTempDir = new File(sysTempDir + File.separator + "wfsshptemp" + 
Math.random());

to

 File reqTempDir = new File(sysTempDir + File.separator + prefix + 
Math.random());

regards
Stefan


mit freundlichem Gruss
Stefan Ziegler

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to