This repository has been archived by the owner on May 4, 2024. It is now read-only.
2.4.1
Updated to Mule 4.4 and latest Spring versions
- Updated to Mule 4.4
- Updated to latest Spring and other dependency versions
- Changes in HTTP Connector required changing the way we select HTTP or HTTPS as the protocol. Now we must have separate flows and listeners for each protocol. The existing listener flows are set to HTTPS. New HTTP flows are added that reference to the HTTPS flows.
- The HTTP flows can be stopped via property
- Added an ignoreFile list property for resource files a browser asks for that don't exist in the app, like "favicon.ico". Not required but now doesn't put a "resource not found" exception in the flow.
Compatibility
protocol
property was removed due to new solution for handling HTTP and HTTPS protocols required by latest HTTP connector version. See readme for details.