Skip to content

Releases: Bilal-S/iis2tomcat

1.0.33

13 Dec 17:15
Compare
Choose a tag to compare

Version 1.0.33 Updates:

  • Fix: IIS will throw error code is 0x800704cd when flushing to a disconnected client

1.0.32

01 Dec 16:55
Compare
Choose a tag to compare

Version 1.0.32 Updates:

  • Fix: connection pool did not reuse existing connection even when setting was set
  • Fix: remove thread contention for object collections under load causing extra 502 errors

1.0.31

04 Oct 19:19
Compare
Choose a tag to compare

Version 1.0.31 Updates:

  • Fix: class type comparison failed in .net framework resulting in skipped terminator BonCodeAJP13.TomcatPackets.TomcatSendBodyChunk package. This looked like pages had stopped processing.

1.0.30

26 Sep 00:54
Compare
Choose a tag to compare

Version 1.0.30 Updates:

  • Upd: reduce system flushing events and use IIS delayed buffer write to client when user has disabled flushing

1.0.29

13 Sep 19:02
Compare
Choose a tag to compare

Version 1.0.29 Updates:

  • Add: additial stack trace to windows event log when we cannot write to logfiles
  • Add: AJP native flush detection. A correctly formated AJP flush packet will lead to flushing when any of the flush flags is enabled.

1.0.27

02 Sep 03:08
Compare
Choose a tag to compare

Version 1.0.27 Updates:

  • Add: optional logging of connection issues to Windows log if a Log Source is available
  • Add: allways log full stack trace in log file when any type of logging is enabled
  • Add: additional system error condition catches throughout comm cycle
  • Add: when we encounter stream read errors and null buffers, we will retry to read stream instead of throw exception
  • Add: suppress logging certain errors when Tomcat is stopped before IIS to avoid confusion
  • Add: suppress client disconnect errors (thread aborted)
  • Upd: installer change information text, remove requirement to select a handler
  • Upd: Adobe Coldfusion ExpandPath() with invalid path will no longer throw exception but return invalid path
  • Fix: error when IIS site instance IDs were set to a value higher than 32767, now the max value is: 4294967295 (UInt32)