<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>Hi,</div><div><br></div><div>I have the following config in my main.cfg file.</div><div><br></div><div>tmpPath=/tmp/</div><div><span style="font-size: 12pt;">tmpUrl = http://192.168.3.86/zoo</span></div><div><br></div><div>I also have a WPS service that creates output product outfile.tif in /tmp. In the service configuraion, asReference is set to true and in the service, I am using "generated_file" key to point to the output file.</div><div><br></div><div>After the service execution, in the WPS response I am getting the URL of the file as</div><div><br></div><div><a href="http://192.168.3.86/zoo/le.tif" target="_blank" style="font-size: 12pt;">http://192.168.3.86/zoo/le.tif</a></div><div><br></div><div>the first 5 characters of the outfile name is dropped. If I change the parameter <span style="font-size: 12pt;">tmpPath from /tmp/ (5 characters) to /tmp (4 characters), I am getting </span><a href="http://192.168.3.86/zoo/le.tif" target="_blank" style="font-size: 12pt;">http://192.168.3.86/zoo/ile.tif</a> in the WPS response as URL. It looks like the length of value of tmpPath has impact on the response URL. I would expect <a href="http://192.168.3.86/zoo/le.tif" target="_blank" style="font-size: 12pt;">http://192.168.3.86/zoo/outFile.tif</a> as the response.</div><div><br></div><div>could you please let me know how to fix this?</div><div><br></div><div>regards</div><div>Rakesh </div>                                      </div></body>
</html>