wodWebServer creates tempfile per connect (General questions)
Hello,
we are using your webserver activeX and have a problem. Under some circumstances (HTTP-Request from a router to your activeX) your application create a tempfile without delete these files anymore. Is there a chance to stop this behavior? Or is there a missing function in my application to close this connection correctly so the file will delete?
Best regards
Ramón
Re: wodWebServer creates tempfile per connect
Hi Ramon,
A temporary file is created on each Request made to the server. However, as soon as Request is processed, the file should be removed from the machine.
Can you reproduce this issue with our samples?
If not, can you perhaps create a small sample that would reproduce this issue, so that we could run it on our side?
regards,
Damba
Re: wodWebServer creates tempfile per connect
Hi Damba,
yes we can reproduce this issue with your sample ( simple manuel response ).
Try to put the following Get-Request via Telnet to the webserver and then the tempfile will not be deleted. Maybe it seems to be a problem about the size of the request?
Request :
GET /?No=40855062214&int=49&timeout=1000 HTTP/1.1
Host: 192.168.47.129
Content-Type: application/x-www-form-urlencoded
Connection: close
Accept: text/vxml, text/x-vxml, application/vxml, application/x-vxml, application/voicexml, application/x-voicexml, text/plain, text/html, audio/basic, audio/wav, multipart/form-data, application/octet-stream
User-Agent: Cisco-IOS-C2800NM/12.4
Re: wodWebServer creates tempfile per connect
Ramon,
Which version of wodWebServer you are using? Also on which OS you are using wodWebServer?
Drazen
Re: wodWebServer creates tempfile per connect
Hello,
thank you for your help
We were still using the wodWebServer,Net Version 1.0.3.8 (on a windows 7 and Windows Server 2003). I've now downloaded the current version 1.3.0.21 and there seems to be everything correct.