Issues
- cfimport not working with JSP tagsLDEV-4444Pothys - MitrahSoft
- Tag islands don't work in cfc functions which appear below a static functionLDEV-3184Michael Offner
- Admin registered mail server incorrectly overrides application defined mail serverLDEV-3088Resolved issue: LDEV-3088Michael Offner
- javax.mail.MessagingException: Could not convert socket to TLSLDEV-2967Michael Offner
- Seemingly random but regular lucee.runtime.exp.TemplateException: lucee.transformer.library.tag.TagLibException popping upLDEV-2898Resolved issue: LDEV-2898Michael Offner
- Startup errors creating WEB-INF/Lucee, can't create directoryLDEV-2896Michael Offner
- cfzip does not see a zip file that is on a ram drive or s3LDEV-2890Michael Offner
- Implicit Variable Access issue with cflock/cfquery in cfcLDEV-2880Michael Offner
- cffile: inconsistent behavior of the attribute nameConflict with "makeunique" valueLDEV-2872Resolved issue: LDEV-2872Pothys - MitrahSoft
- Upgrade OWASP ESAPI Extension to 2.2.0LDEV-2838Resolved issue: LDEV-2838
- new Query() returns result from first executed queryLDEV-2819Michael Offner
- CFXML errorLDEV-2810Resolved issue: LDEV-2810Michael Offner
- New "unique" property of scheduled tasks causes queries produced by cfschedule to throw exception when joined in QoQLDEV-2755Pothys - MitrahSoft
- Admin API UpdateDatasource function fails to set storage attribute to true.LDEV-2753Resolved issue: LDEV-2753Pothys - MitrahSoft
- Lucee server admin reports "variable [CREATEDASSTRING] doesn't exist" on Bundle (jar) page.LDEV-2751Resolved issue: LDEV-2751Pothys - MitrahSoft
- ESAPI functions break systemOutput under loadLDEV-2743Resolved issue: LDEV-2743
- Windows Installer 5.3.4.80 / Ghostcat fix / PerformanceLDEV-2741Michael Offner
- query doesn't throw any exceptionLDEV-2740Michael Offner
18 of 18
cfimport not working with JSP tags
Description
Environment
We are migrating our Railo 3.1.2 application to Lucee. And currently the Lucee Version we are trying with is 5.3.4.80 since we are running with Wildfly10.
Tested LuceeWAR and Lucee Express, issue happens on both environments.
It is not working with Lucee5.3.4.80. And I’ve also tested, seems like it is not working with latest Lucee5.3.10.97 as well.
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Spark OuSpark OuPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Spark Ou
Spark OuPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 7 April 2023 at 12:34
Updated 10 June 2024 at 11:32
Activity
Show:
Spark Ou17 April 2023 at 08:50
Can you take a look on this to see if it is actually a Bug? This is blocking us for a while and we need to know if it is a bug and then plan our migration properly. Thanks!
Per , the custom JSP tags are not working with
cfimport
We are migrating our Railo 3.1.2 application to Lucee. And currently the Lucee Version we are trying with is 5.3.4.80 since we are running with Wildfly10.
And we have couple of customized JSP tags, that was working with Railo3.1.2. But with same code, it is not working with Lucee5.3.4.80. And I’ve also tested, seems like it is not working with latest Lucee5.3.10.97 as well.
Per debugging with Lucee code - the cfm file generated
*_cfm$cf.class
file and I’ve decompiled it to -The Tag Class is available with
pageContext.use
, but it somehow fails to Cast the Class after it returns - sayingNoClassDefFound
.Please take a look and advise.