Skip to content

Releases: Bilal-S/iis2tomcat

1.0.50

23 Mar 16:42

Choose a tag to compare

Version 1.0.50 Updates:

  • Fix: fix logging deadlock that caused failures around midnight when we had log file switches
  • Fix: connection timeout
  • Fix: socket leak bugs
  • Fix: correct release version in connector
  • Fix: edge case bugs and code technical debt
  • Add: basic integration test via github CI/CD
  • Add: comprehensive unit tests for all classes and seperate test project
  • Upd: class disposing logic to ensure we do not close connection early
  • Upd: Github documentation
  • Add: clearer log entries
  • Upd: mark obsolete constructor calls for future removal
  • Add: create package capture log mode 5 and infrastructure
  • Add: create test cfm pages for standard packets
  • Add: Loop detection and abort when we have MOD_CFML or other looping

1.0.44

29 Nov 21:24

Choose a tag to compare

  • add logging for stream issues
  • Upd: dot-net framework 4.8
  • Add: support for non-standard HTTP verbs in AJP, e.g. PATCH

Please make sure you review the Tomcat 9 and higher configuration section of the documentation (around page 39). You will need to make changes to the server.xml and BonCodeAJP13.settings files before the connection can be enabled.

1.0.42

11 Jul 20:21
3c467af

Choose a tag to compare

  • Fix uninstall when in scripted deployment mode: Hide pop-up dialog.
  • Updates to Readme

1.0.41

02 Nov 21:44

Choose a tag to compare

Version 1.0.41 Updates:

  • Fix: to avoid file upload timeout reduce wait time for network data to arrive.

1.0.40

28 Oct 23:49

Choose a tag to compare

Version 1.0.40 Updates:

  • Fix: do not allow remote call for setup of WindowsEventSource. This will lead to uneccessary error messages.

1.0.39

03 Aug 01:01

Choose a tag to compare

Version 1.0.39 Updates:

  • Upd: associate ReadTimeout setting with errand connection timeout and default to 120000 (2 minutes)
  • Upd: Remove WriteTimeout setting

1.0.38

26 Jul 20:06

Choose a tag to compare

Version 1.0.38 Updates:

  • Upd: block /pms path from being used when admin access from remote is not allowed. This is for Adobe CF.
  • Fix: location of global setting file was placed under GAC rather then c:\windows

1.0.37

18 Jul 21:23

Choose a tag to compare

Version 1.0.37 Updates:

  • Fix: 502: Array out of bound issues when marker bytes where at the end of network package
  • Fix: 502: Timing issue with packet delivery. Introduce wait for variable speed networks and network latency.
  • Fix: 502: Apache Axis Soap processor embedded in Adobe ColdFusion will not instantiate when CONTENT_LENGTH is specified as zero
  • Upd: Moved to minimum requirement of .net Framework 4.5
  • Upd: Removed .net framework 3.5 distribution

1.0.36

23 Apr 23:46

Choose a tag to compare

Version 1.0.36 Updates:

  • Upd: change TCP Read/Write timeout setting behavior. Now if these timeouts are not set, they default to infinite (they do not timeout).
    Fixes:
    #50

v1.0.35

04 Mar 21:14

Choose a tag to compare

Version 1.0.35 Updates:

  • Fix: EventLog.SourceExists() requires security permissions causing exception
  • Upd: Do not record system events for invalid URL to physical path conversions
  • Upd: Encoding of redirected URL attributes when TomcatConnection Error
  • Add: additional error details for windows system events