Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lucee/translations/messages.en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ params.ApacheConfigFileExplanation=The Apache configuration file controls how Ap
params.ApacheLogDirTitle=Apache Logs Directory
params.ApacheLogDirDesc=Apache Logs Directory
params.ApacheLogDirExplanation=Please enter the directory that Apache stores it's log files in. By default, this directory is located at "/var/log/httpd/" for RHEL/CentOS, and "/var/log/apache2/" for Ubuntu.
params.installIISConnectorTitle=Install the IIS Connector?
params.installIISConnectorDesc=Install the IIS Connector?
params.installIISConnectorExplanation=Do you want to install the IIS Connector? If you're unsure, leave this box checked.
params.installIISConnectorTitle=Install the Boncode IIS Connector?
params.installIISConnectorDesc=Install the Boncode IIS Connector?
params.installIISConnectorExplanation=Do you want to install the Boncode IIS Connector? If you're unsure, leave this box checked.
params.customLuceeVersionTitle=Bundled or custom Lucee Version
params.customLuceeVersionDesc=Select a Lucee jar
params.customLuceeVersionExplanation=You can either install the bundled Lucee version ( ${project.version} ) or select an alternate Lucee jar to install
Expand Down
Binary file modified lucee/windows/AJP13/BonCodeAJP13.dll
Binary file not shown.
Binary file modified lucee/windows/AJP13/BonCodeIIS.dll
Binary file not shown.
Binary file modified lucee/windows/AJP13/BonCode_Tomcat_Connector_Manual.pdf
Binary file not shown.
10 changes: 9 additions & 1 deletion lucee/windows/AJP13/Release History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ If you were using a proxy or URL rewrite engine you would also benefit from:
-----------------------------------------
VERSION HISTORY:

Version 1.0.44 Updates:
* Upd: dot-net framework 4.8
* Add: support for non-standard HTTP verbs in AJP, e.g. PATCH

Version 1.0.42 Updates:
* Add: add debug logging for stream wait cycle.
* Add: error catch for HTTP headers that cannot be read from stream

Version 1.0.41 Updates:
* Fix: to avoid file upload timeout reduce wait time for network data to arrive.

Expand Down Expand Up @@ -231,7 +239,7 @@ Version 1.0.7 Updates:
Version 1.0.6 Updates:
* Add: setting file location in version identification. Also identify whether defaults are used or setting file data.
* Add: auto-correction for Path-Info (xajp-path-info) to RFC3875 standard
* Upd: Accesses to administrator when deployed as war is not allowed when disable remote access is selected
* Upd: Accesses to administrator when deployed as war is not allowed when disable remote access is selected

Version 1.0.5 Updates:
* Add: Installer allow unlocking of IIS sub configurations (sub path)
Expand Down