Issues
- cfpop no longer supports secure attributeLDEV-1007Resolved issue: LDEV-1007Michael Offner
- Performance Degradation with Unary Increment OperatorLDEV-995Resolved issue: LDEV-995Michael Offner
- Inline Images in Emails are BrokenLDEV-994Resolved issue: LDEV-994Igal Sapir
- Extension: variable [BTN] doesn't existLDEV-993Resolved issue: LDEV-993Michael Offner
4 of 4
cfpop no longer supports secure attribute
Duplicate
Description
Environment
None
Details
Assignee
Michael OffnerMichael OffnerReporter
Bruce KirkpatrickBruce KirkpatrickPriority
CriticalLabels
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
Michael Offner
Michael OffnerReporter
Bruce Kirkpatrick
Bruce KirkpatrickPriority
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 17 September 2016 at 15:32
Updated 18 May 2020 at 10:02
Resolved 24 March 2017 at 09:10
Activity
Michael Offner19 September 2016 at 08:01
this commit need to be added to Lucee 5.0 manually:
https://bitbucket.org/lucee/lucee/pull-requests/21/https-bitbucketorg-lucee-lucee-issue-211/diff
Michael Offner19 September 2016 at 08:00
as you can see in ticket 206, that pull never did made it to 5.0.
I receive this error when using secure attribute on cfpop:
Attribute secure is not allowed for statement pop
After reviewing an early version of lucee 4.5 and the current master branch, I see the "Secure" attribute of cfpop tag is now missing. This feature was already implemented in 4.5, and maybe it was missed when moving to 5.0. Maybe some minor redo is needed with the tld file, etc to get it working again.
https://github.com/lucee/Lucee/blob/master/core/src/main/java/resource/tld/core-base.tld
Previous ticket:
https://luceeserver.atlassian.net/browse/LDEV-209