Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 5.0/lucee-server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Path placeholders:
The option must be enabled prior to entering the blocking operation to have effect.
The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout.
(in milliseconds)
client-timeout - how long a conection kep established (in milliseconds)
client-timeout - how long a connection is kept established (in milliseconds)
lock-timeout - define how long a request wait for a lock (in milliseconds)
-->
<resource-provider arguments="lock-timeout:20000;socket-timeout:-1;client-timeout:60000" class="lucee.commons.io.res.type.ftp.FTPResourceProvider" scheme="ftp"/>
Expand Down Expand Up @@ -181,7 +181,7 @@ Path placeholders:
example: /somedir/

physical:
physical path to the apllication
physical path to the application
example: d:/projects/app1/webroot/somedir/

archive:
Expand Down Expand Up @@ -276,7 +276,7 @@ Path placeholders:
caster-class: shortcut (modern,classic) or AMFCaster class.
- classic (default): Build in AMFCaster follows the implementation of other engines.
- modern: Build in AMFCaster based on classic AMFCaster improved in functionality.
- <class-name>: full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
- <class-name>: full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax.
-->
<flex configuration="manual"/>
Expand Down
4 changes: 2 additions & 2 deletions 5.0/lucee-web.xml.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Path placeholders:
<!--
arguments:
close-connection - write connection-close to response header
suppress-whitespace - supress white space in response
suppress-whitespace - suppress white space in response
show-version - show lucee version uin response header
-->
<setting/>
Expand Down Expand Up @@ -99,7 +99,7 @@ Path placeholders:
example: /somedir/

physical:
physical path to the apllication
physical path to the application
example: d:/projects/app1/webroot/somedir/

archive:
Expand Down
6 changes: 3 additions & 3 deletions 5.1/lucee-server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Path placeholders:
The option must be enabled prior to entering the blocking operation to have effect.
The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout.
(in milliseconds)
client-timeout - how long a conection kep established (in milliseconds)
client-timeout - how long a connection is kept established (in milliseconds)
lock-timeout - define how long a request wait for a lock (in milliseconds)
-->
<resource-provider arguments="lock-timeout:20000;socket-timeout:-1;client-timeout:60000" class="lucee.commons.io.res.type.ftp.FTPResourceProvider" scheme="ftp"/>
Expand Down Expand Up @@ -181,7 +181,7 @@ Path placeholders:
example: /somedir/

physical:
physical path to the apllication
physical path to the application
example: d:/projects/app1/webroot/somedir/

archive:
Expand Down Expand Up @@ -276,7 +276,7 @@ Path placeholders:
caster-class: shortcut (modern,classic) or AMFCaster class.
- classic (default): Build in AMFCaster follows the implementation of other engines.
- modern: Build in AMFCaster based on classic AMFCaster improved in functionality.
- <class-name>: full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
- <class-name>: full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax.
-->
<flex configuration="manual"/>
Expand Down
4 changes: 2 additions & 2 deletions 5.1/lucee-web.xml.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Path placeholders:
<!--
arguments:
close-connection - write connection-close to response header
suppress-whitespace - supress white space in response
suppress-whitespace - suppress white space in response
show-version - show lucee version uin response header
-->
<setting/>
Expand Down Expand Up @@ -99,7 +99,7 @@ Path placeholders:
example: /somedir/

physical:
physical path to the apllication
physical path to the application
example: d:/projects/app1/webroot/somedir/

archive:
Expand Down
6 changes: 3 additions & 3 deletions 5.2/lucee-server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Path placeholders:
The option must be enabled prior to entering the blocking operation to have effect.
The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout.
(in milliseconds)
client-timeout - how long a conection kep established (in milliseconds)
client-timeout - how long a connection is kept established (in milliseconds)
lock-timeout - define how long a request wait for a lock (in milliseconds)
-->
<resource-provider arguments="lock-timeout:20000;socket-timeout:-1;client-timeout:60000" class="lucee.commons.io.res.type.ftp.FTPResourceProvider" scheme="ftp"/>
Expand Down Expand Up @@ -182,7 +182,7 @@ Path placeholders:
example: /somedir/

physical:
physical path to the apllication
physical path to the application
example: d:/projects/app1/webroot/somedir/

archive:
Expand Down Expand Up @@ -279,7 +279,7 @@ Path placeholders:
caster-class: shortcut (modern,classic) or AMFCaster class.
- classic (default): Build in AMFCaster follows the implementation of other engines.
- modern: Build in AMFCaster based on classic AMFCaster improved in functionality.
- <class-name>: full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
- <class-name>: full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax.
-->
<flex configuration="manual"/>
Expand Down
4 changes: 2 additions & 2 deletions 5.2/lucee-web.xml.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Path placeholders:
<!--
arguments:
close-connection - write connection-close to response header
suppress-whitespace - supress white space in response
suppress-whitespace - suppress white space in response
show-version - show lucee version uin response header
-->
<setting/>
Expand Down Expand Up @@ -98,7 +98,7 @@ Path placeholders:
example: /somedir/

physical:
physical path to the apllication
physical path to the application
example: d:/projects/app1/webroot/somedir/

archive:
Expand Down
6 changes: 3 additions & 3 deletions 5.3/lucee-server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Path placeholders:
The option must be enabled prior to entering the blocking operation to have effect.
The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout.
(in milliseconds)
client-timeout - how long a conection kep established (in milliseconds)
client-timeout - how long a connection is kept established (in milliseconds)
lock-timeout - define how long a request wait for a lock (in milliseconds)
-->
<resource-provider arguments="lock-timeout:20000;socket-timeout:-1;client-timeout:60000" class="lucee.commons.io.res.type.ftp.FTPResourceProvider" scheme="ftp"/>
Expand Down Expand Up @@ -182,7 +182,7 @@ Path placeholders:
example: /somedir/

physical:
physical path to the apllication
physical path to the application
example: d:/projects/app1/webroot/somedir/

archive:
Expand Down Expand Up @@ -279,7 +279,7 @@ Path placeholders:
caster-class: shortcut (modern,classic) or AMFCaster class.
- classic (default): Build in AMFCaster follows the implementation of other engines.
- modern: Build in AMFCaster based on classic AMFCaster improved in functionality.
- <class-name>: full class path of class implemeting interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
- <class-name>: full class path of class implementing interface AMFCaster (http://www.lucee.org/javadoc/lucee/runtime/net/amf/AMFCaster.html)
caster-class-arguments: init arguments provided to the AMFCaster init method, use "CSS" syntax.
-->
<flex configuration="manual"/>
Expand Down
4 changes: 2 additions & 2 deletions 5.3/lucee-web.xml.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Path placeholders:
<!--
arguments:
close-connection - write connection-close to response header
suppress-whitespace - supress white space in response
suppress-whitespace - suppress white space in response
show-version - show lucee version uin response header
-->
<setting/>
Expand Down Expand Up @@ -98,7 +98,7 @@ Path placeholders:
example: /somedir/

physical:
physical path to the apllication
physical path to the application
example: d:/projects/app1/webroot/somedir/

archive:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ Special thanks to @rye ([Kristofer Rye](https://github.com/rye)) and @hawkrives

# License

The Docker files and config files are available under the [MIT License](LICENSE). The Lucee engine, Tomcat, NGINX and any other softwares are available under their respective licenses.
The Docker files and config files are available under the [MIT License](LICENSE). The Lucee engine, Tomcat, NGINX and any other software are available under their respective licenses.
2 changes: 1 addition & 1 deletion matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ config:

tags:

# plain tags for minor verions
# plain tags for minor versions
'5.3': &5_3
TOMCAT_VERSION: '9.0'
TOMCAT_JAVA_VERSION: 'jre11-temurin-jammy'
Expand Down