When compiling some code on Lucee 5 I get the error the the secure attribute is not supported for <cfpop>. This was working in Lucee 4.
I've added test case for this ticket.In Lucee 5, cfpop tag doesn't support to 'secure' attribute.But it support on Lucee4.
Pull Request: https://github.com/lucee/Lucee/pull/113
, I've modified the test cases a bit as you requested. Now all the four cases are passed with lucee 5.1.3.2. New pull request is : https://github.com/lucee/Lucee/pull/188