websolete
06/29/2023, 6:28 PMspills
06/29/2023, 6:48 PMif (condition) doSomething();
zackster
06/30/2023, 9:34 AMzackster
06/30/2023, 12:32 PMzackster
06/30/2023, 3:00 PMbdw429s
06/30/2023, 6:26 PMzackster
07/01/2023, 9:52 AMzackster
07/01/2023, 12:13 PMzackster
07/01/2023, 3:08 PMzackster
07/01/2023, 4:12 PMzackster
07/01/2023, 4:35 PMzackster
07/02/2023, 11:24 AMrodyon
07/02/2023, 1:24 PMrichard.herbert
07/03/2023, 10:38 AMIn the OSGi Bundle with the name [esapi.extension] and the version [2.2.4.13] was no class with name [org.lucee.extension.esapi.functions.EncodeForJavaScript] found. org.lucee.extension.esapi.functions.EncodeForJavaScript
I've traced the elderly code to this block but I'm still not sure what invokes it or what variables contain.
<cfloop query="qVehicleCategories">
<cfset categoryList = categoryList & '"#encodeForJavaScript( qVehicleCategories.CategoryDescription )#^' & encodeForJavaScript( qVehicleCategories.CategoryDescription ) & ' (' & qVehicleCategories.NoVehicles & ')' & '",'>
</cfloop>
I've not experienced this type of error before and would like some advice on what the issue might be:
• v5.4.0.80
• The install of Lucee itself (CommandBox)
• The code (not mine!)zackster
07/03/2023, 5:11 PMzackster
07/03/2023, 7:00 PMCharles Robertson
07/04/2023, 10:09 AMadmin.updateDatasource()
has the following param for:
Exclusive Connections For Request
Charles Robertson
07/04/2023, 10:11 AMCharles Robertson
07/04/2023, 10:53 AMexclusiveConnectionsForRequest
Charles Robertson
07/04/2023, 12:09 PMrequestExclusive
Dean
07/04/2023, 11:53 PMzackster
07/05/2023, 8:07 AMzackster
07/05/2023, 8:22 AMzackster
07/05/2023, 10:24 AMzackster
07/05/2023, 1:22 PMjamiejackson
07/05/2023, 5:10 PM5.4.0.80-light
docker image. Initially, I get this in the logs:bdw429s
07/05/2023, 7:55 PMCFMLHandlers
variable.
CFMLHandlers ".cfm .cfc .cfml"
However, I'm testing with a setup in which I want ALL TRAFFIC to be proxied to a completely separate server where the actual application files live. This means CFMs AND static files will all be proxied and I need the magic of mod_cfml to fire on every request so the Lucee server knows the correct web root to use for each request. I can't find a way to pass a wildcard to the CFMLHandlers
setting. I've tried passing "*"
, ".*"
, and even just removing that setting, but mod_cfml will not seem to allow me to trick it into always firing. Any ideas? cc/ @utdreamzackster
07/06/2023, 7:37 AMPeter Bennett
07/06/2023, 1:56 PMzackster
07/06/2023, 3:08 PM