wodWebServer Changelog

What's new in wodWebServer 1.7.2

Dec 15, 2023
  • New event ResponseHeaders

New in wodWebServer 1.7.1 (Jan 21, 2022)

  • Fix in SessionTimeout event not firing

New in wodWebServer 1.7.0 (Oct 6, 2020)

  • Binaries now compiled in VS2019
  • OpenSSL updated to 1.0.2u

New in wodWebServer 1.6.8 (Nov 9, 2018)

  • Chunked encoding posts fixed

New in wodWebServer 1.6.7 (Jul 15, 2018)

  • Improved saving of uploaded files

New in wodWebServer 1.6.6 (Feb 10, 2018)

  • WebSockets support

New in wodWebServer 1.6.5 (Jan 16, 2018)

  • Updated OpenSSL to 1.0.2n

New in wodWebServer 1.6.4 (Jan 25, 2017)

  • Fix in SSL protocol when chunked file transfer was usedand component never sent last chunk terminator

New in wodWebServer 1.6.3 (Apr 29, 2015)

  • Fix in accept-ranges headers that failed to make proper response for iOS devices

New in wodWebServer 1.6.2 (Jun 6, 2014)

  • SessionVars.ID is now public, you can access session ID

New in wodWebServer 1.6.1 (Jun 6, 2014)

  • Fix in SSL that caused large downloads to stop
  • Encryption property added

New in wodWebServer 1.6.0 (Jul 3, 2012)

  • Add LocalCertBag property to specify server's chain certificates

New in wodWebServer 1.5.9 (Oct 5, 2011)

  • Fix in downloads of file range
  • Speed increase of downloads

New in wodWebServer 1.5.8 (Feb 15, 2011)

  • Fixed UTF8 URL handling

New in wodWebServer 1.5.7 (Oct 16, 2010)

  • Fix when SessionTimeout was set to 0, sessions expired immediately, instead of being valid forever

New in wodWebServer 1.5.6 (Sep 18, 2010)

  • Automatic response failed to add "OK" after "HTTP/1.1 200" in initial response

New in wodWebServer 1.5.5 (Jun 7, 2010)

  • Part.Filename property now defaults to filename specified in the request

New in wodWebServer 1.5.4 (May 18, 2010)

  • Session details were lost if entered too soon (such as in UserAuthenticate), and were overwritten by (empty?) session when headers were parsed

New in wodWebServer 1.5.3 (Mar 22, 2010)

  • Support for direct streaming of uploaded files to real destinations using AutoParse property and UploadFilename event

New in wodWebServer 1.5.2 (Feb 25, 2010)

  • Fix in CGI support when environment variables were not correctly sent to your CGI script

New in wodWebServer 1.5.1 (Jan 27, 2010)

  • Distribution now contains x86 and x64 binaries
  • Compression support added (through Compression property)
  • IPv6 protocol support (through UseIPv6 property)

New in wodWebServer 1.4.1 (Dec 14, 2009)

  • HTTP/1.1 default behavior now is to keep connection open after each request / response, unless specified differently by the client

New in wodWebServer 1.4.0 (Nov 27, 2009)

  • Binaries are from now on recompiled in VS 2008

New in wodWebServer 1.3.9 (Sep 23, 2009)

  • ISAPI fix, StatusCode was not correctly received from ISAPI extension

New in wodWebServer 1.3.8 (Jun 18, 2009)

  • AllowBrowsing property added. When set, wodWebServer will generate browsable directory listings users can navigate to

New in wodWebServer 1.3.7 (Jun 18, 2009)

  • Fix in format of date returned in responses, it was missing leading zeros

New in wodWebServer 1.3.6 (Jun 18, 2009)

  • Licensing fix. ActiveX now works correctly with Vista when UAC is active

New in wodWebServer 1.3.5 (Feb 13, 2009)

  • Built with latest OpenSSL version 0.9.8j