Releases: Bilal-S/iis2tomcat
Releases · Bilal-S/iis2tomcat
1.0.50
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
- 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
1.0.41
1.0.40
1.0.39
1.0.38
1.0.37
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
v1.0.35
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