Information:
This patch includes the following bug fixes...
All Platforms:
- Fixed: When performing a WebDNA summary search using summ=T, the engine will throw an exception (or may quit) if the resulting 'summarized' records number more than 32768.
- Fixed: Creating a WebDNA sandbox with 'triggers' disabled, causes the WebDNA engine to start using a large amount of CPU bandwidth.
- Fixed: Using the [Delimiter] tag in [ListWords] causes WebDNA engine to quit.
- Added MIME response headers to help prevent Safari browser from caching WebDNA page requests.
- It is now possible to fetch a binary file, via [writefile] wrapped around [TCPSend], and using the 'skipheader' option.
For Example:
[tcpconnect host=[host]]
[writefile file=test.jpg][tcpsend skipheader=T]GET /[path_to_jpg] HTTP/1.0[unurl]%0D%0A[/unurl][!]
[/!]Host: [host][unurl]%0D%0A%0D%0A[/unurl][!]
[/!][/tcpsend][/writefile]
[/tcpconnect]
UNIX:
- Fixed: Cart sweeper removing cart file to soon. Could result in 'blank' purchases.
- Fixed: [IPAddress] tag sometimes returning the server IP.
Windows:
- Fixed: DOS context failing if template path contained one or more spaces.
- Improved ISAPI extension: WebDNA can now handle large upload posts, without blocking other WebDNA page requests.
This patch can only be applied to an existing WebDNA 5.1 install. If you are running WebDNA 5.0, you must install WebDNA 5.1 before applying this patch.
Directions:
Installation Instructions:
- Shutdown IIS ( Or the VisNetic WebSite Server )
- Shutdown the 'webcat' service
- Backup and replace the existing DBServer.exe, $WebCat.dll, and webcatservice.exe
(usually located in the c:\inetpub\scripts\WebCatalogEngine folder) with the versions contained the zip file.
- Restart 'webcat' service
- Restart IIS
View the README file for more information.