alexpixl8
07/12/2022, 7:43 AMalexpixl8
07/12/2022, 7:48 AMagentk
07/12/2022, 7:49 AMtkonzett
07/12/2022, 7:54 AMmadmike_de
07/12/2022, 8:17 AMchapmandu
07/12/2022, 8:44 AMchapmandu
07/13/2022, 2:26 AMgavinbaumanis
07/13/2022, 4:50 AMDavid Rogers
07/13/2022, 5:39 PMleftbower
07/13/2022, 6:14 PMAdam Cameron
bundle-info
at the bottom, and a dump of the same object on a different Lucee 5.3.9.133 instance to not include that section?
Both built from the same lucee/lucee:5.3.9.133-nginx
Docker image. The Docker config for each is superficially different, but not in any way that ought to impact this.
IE: one dump ends with:
https://i2.paste.pics/82d78f78ce4dc51e421fd080ab8c628d.png▾
https://i2.paste.pics/a03f47f8d4442f253d1156618b620f29.png▾
zackster
07/14/2022, 7:11 PMhemi345
07/14/2022, 8:24 PMLucee [5.3.9.141] - Error (Expression) Message variable [ERROR] doesn't exist.
I've rolled back to 8.206 and everything works fine again. I'd pass this off as something I need to update if it was just my queries to MySQL, but it seems really odd that the custom error handler no longer works correctly either.
I notice that the JDK on the 2nd server is older than the first, 1.8.0_202 (AdoptOpenJdk) 64bit versus 1.8.0_292 (AdoptOpenJDK) 64bit. I'll try to get this updated this evening but wondering if anyone else has run into this and if they have any ideas for other things to check other than updating the JDK. Both servers are running the same MYSQL driver, 8.0.24. I tried version 5.3.9.133 also and same issue so I looked through the change log for 9.133 and nothing is jumping out at me as to what is causing the error handler to fail.johnfarrar
07/14/2022, 9:49 PMzackster
07/15/2022, 8:25 AMdswitzer
07/15/2022, 1:46 PMzackster
07/15/2022, 2:43 PMMatt Dyer
07/15/2022, 4:44 PMdswitzer
07/15/2022, 5:41 PM_Mail.cfc?
? Any test starting with an underscore doesn't run, but I'm not sure why they would be getting excluded.bdw429s
07/15/2022, 7:36 PMonTimeout
convention, but I'd just as soon see that sort of thing added to cfthread directly. Precedent in the language however would make me want the timeout to raise an exception to match tags like cflock'd default behavior.zackster
07/16/2022, 11:48 AMzackster
07/17/2022, 7:59 PMdswitzer
07/18/2022, 12:36 PMquoted-printable
encoding for all HTML parts. This resolves https://luceeserver.atlassian.net/browse/LDEV-4039.dswitzer
07/18/2022, 2:00 PMmrtom
07/18/2022, 3:01 PMzackster
07/18/2022, 4:14 PMzackster
07/18/2022, 6:44 PMAdam Cameron
<cfsetting requesttimeout="0">
for CF this is actively documented as meaning "If you specify 0 as the value, timeout is disabled for the request." (ref: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-r-s/cfsetting.html). Lucee's docs (https://docs.lucee.org/reference/tags/setting.html) do not mention this special meaning at all. Can anyone confirm that the behaviour exists, and it's a documentation oversight, or if it's a difference in behaviour between CF and Lucee. Please do not waste your time investigating this... I can do that and I don't want ppl doing my work for me. Just wondering if anyone already knows. Cheers. I will report back with my findings shortly anyhow. Cheers.davla
07/19/2022, 3:52 PMzackster
07/20/2022, 12:18 PM