Issues
- Lucee 6 Admin- Event Gateway didn't throw error with using invalid componentLDEV-4438Resolved issue: LDEV-4438Pothys - MitrahSoft
- cfheader & cfparam tag with end tag throws errorLDEV-4428Resolved issue: LDEV-4428Pothys - MitrahSoft
- Admin - SSL Certificates page shows an error message twiceLDEV-4402Resolved issue: LDEV-4402Pothys - MitrahSoft
- Query ignores error after successful statement and losses the nested error in multiple queriesLDEV-4140Michael Offner
- Incompatibility - restInitApplication() doesn't throw error if there is no rest CFCLDEV-4068Michael Offner
- Error occurred in the transaction block with ORM throws the different exceptionLDEV-3860Resolved issue: LDEV-3860Michael Offner
- SMTPClient incorrectly putting stack trace into the message of a MailException it raisesLDEV-3775Resolved issue: LDEV-3775Pothys - MitrahSoft
- site-wide error page doesn't have "error" variable like ACFLDEV-3739Zac Spitzer
- Using hash() and toBase64() member function with struct and array throws incorrect error.LDEV-3556Resolved issue: LDEV-3556Pothys - MitrahSoft
- argument exception error is missing a file and line numberLDEV-3238Resolved issue: LDEV-3238Pothys - MitrahSoft
- The cf_sql_sqlxml cfqueryparam type does not work in SQL Server with either JTDS or MSSQL driverLDEV-3030Resolved issue: LDEV-3030Pothys - MitrahSoft
- 404 shouldn't reveal underlying file system structure in messageLDEV-2866Michael Offner
- cfcatch from a throw in script is missing passed attributes like details, errorcode, typeLDEV-2832Resolved issue: LDEV-2832Michael Offner
- query doesn't throw any exceptionLDEV-2740Michael Offner
- member functions have incorrect error messagesLDEV-2657Michael Offner
- Default Lucee error page doesn't respect whitespace in tag context code outputLDEV-2446Resolved issue: LDEV-2446Pothys - MitrahSoft
- Exception lucee.runtime.exp.TemplateException is missing the template pathLDEV-1783Resolved issue: LDEV-1783Michael Offner
- wrong line number for errors when casting return typesLDEV-1766
- XSS in Java StackTraces, REST error messageLDEV-1693Resolved issue: LDEV-1693Michael Offner
- Error in administrator - Mail ServicesLDEV-1413Resolved issue: LDEV-1413Pothys - MitrahSoft
- codePrintHTML and codePrintPlain emptyLDEV-1018Resolved issue: LDEV-1018Michael Offner
Lucee 6 Admin- Event Gateway didn't throw error with using invalid component
Description
Environment
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
NewLabels
Fix versions
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
Sprint
None
Details
Details
Assignee
Reporter
Priority
Labels
Fix versions
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
Sprint
Activity
Pothys - MitrahSoft10 April 2023 at 07:03
I checked this ticket with lucee latest build 6.0.0.367-snapshot. When creating the event gateway with the wrong components, it correctly throws the error. This issue is resolved.
But while checking this I faced the issue in deploying the event gateway component on updating lucee server from 6.0.0.351-SNAPSHOT to a newer version 6.0.0.367-SNAPSHOT . The gdriver component ( Lucee/core/src/main/java/resource/context/admin/ gdriver ) files are not deployed to the gdriver folders. If I delete the gdriver component files (Lucee/core/src/main/java/resource/context/admin/logging/gdriver) and restart lucee, the gdriver component files are deployed to that folder.
Zac Spitzer5 April 2023 at 08:02
Pothys - MitrahSoft3 April 2023 at 04:54
I added a fix to this issue
Pull Request:
In lucee 6, when creating an event gateway with invalid component, it didn't throw any error and creates the gateway event successfully.