tracker issue : CF-4088896

select a category, or use search below
(searches all categories and all time range)
Title:

CFPOP doesn't create the query given by name="" with updater 7 installed

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Tom Chiverton / Tom Chiverton (Tom Chiverton)

Created: 11/18/2015

Components: Net Protocols, POP

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Normal / Some users will encounter

Locale/System: ALL / Linux CentOS 5.3 x86-64

Vote Count: 1

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on August 28, 2019 using build 2016.0.01.298513
Pre-updater 7, and as documented, CFPOP's name argument can be used to name the query returned.

Post-updater 7, this errors with " Variable MAIL is undefined. <br>The error occurred on line 10. "
Line 10 being the CFDUMP. Trying to use it in a QoQ also fails.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4088896

External Customer Info:
External Company:  
External Customer Name: Tom Chiverton
External Customer Email:  
External Test Config: <cfpop server="xxx"

    action="getHeaderOnly"

    username="xxx"

    password="xxx"

    timeout="60"

    name="mail"

    maxRows="100"

    startRow="5"

    />

<cfdump var="#mail#"    />

Attachments:

  1. November 19, 2015 00:00:00: 1_hf1100-4088896.jar

Comments:

I had to choose the above platform. it's the nearest to CentOS 5.11 that we actually use. This simpler CFPOP tag still doesn't create a query called 'mail': <cfpop server="xxx" action="getHeaderOnly" username="xxx" password="xxx" name="mail" /> <cfdump var="#mail#" /> You don't even need to enter valid mail server details to trigger this. The above is enough.
Comment by External U.
5287 | November 18, 2015 07:07:11 AM GMT
pre-updater 7, you'd get a " Logon failure: unknown user name or bad password. This exception was caused by: javax.mail.AuthenticationFailedException: Authentication failed. <br>The error occurred on line 5. ". This does not happen for updater 7. No packets are even sent to the mail server.
Comment by External U.
5288 | November 18, 2015 07:17:33 AM GMT
[subscribe]
Comment by External U.
5289 | November 18, 2015 07:49:42 AM GMT
The work-around for this issue is to remove the "/" end tag "/" in cfpop tag, it would work. Modified the code : <cfpop server="xxx" action="getHeaderOnly" username="xxx" password="xxx" name="mail"> <cfdump var="#mail#" /> There is already a bug logged for this bug #CF-3969304(though the description of the bug and the behavior is different. These are the side effects of having end tag), which is fixed and would be available in the next update.
Comment by HariKrishna K.
5290 | November 18, 2015 11:37:48 AM GMT
But *HANG ON*. This broke in your updater. Whatever you did to break Tom's *production* code needs to be reversed. Pointing to a seven month old ticket you've not dealt with yet and closing this one is not acceptable. You cannot expect people to go revise their codebase because of a cock-up you've introduced in an updater. You need to own it, and you need to *fix it*. And given this was a security update, you need to fix it *ASAP*.
Comment by External U.
5291 | November 18, 2015 11:52:13 AM GMT
What other tags are impacted by this change in behaviour ? I'm very wary of updating at this point, which should not be the case with a security update !
Comment by External U.
5292 | November 19, 2015 05:12:35 AM GMT
Attached hotfix here.
Comment by Krishna R.
5293 | November 19, 2015 07:47:52 AM GMT
This is specific to CFPOP and does not impact any other tag. It got introduced while fixing CF-3969304. You can use the fix that Krishna has attached for now and we would roll it in the next update.
Comment by Rupesh K.
5294 | November 19, 2015 07:57:39 AM GMT
I think it would be better to bake this into a re-release of update 7 (called update 8, natch), but can you at least update the release notes of 7 to indicate there's this hotfix? Cheers for quick turn around (and feedback) on this, Krishna & Rupesh
Comment by External U.
5295 | November 19, 2015 08:06:36 AM GMT
I can confirm the hotfix reverts to the original correct behaviour and CFPop works again. Thanks for the quick turn around.
Comment by External U.
5296 | November 24, 2015 05:26:22 AM GMT
Hey Adobe! This is not acceptable! Push the hotfix out through the update mechanism! We can't expect people to randomly find the fix for this bug through google and/or adam cameron's blog. DO NOT _replace_ update 7, make it update 7.1 or update 8 or something.
Comment by External U.
5297 | December 04, 2015 10:45:41 AM GMT
Can't believe I have to come here to find the hotfix for this. Really Adobe? You've got the updater... please use it.
Vote by External U.
5299 | March 23, 2016 10:19:54 AM GMT
+1 for Adam Tuttle's comment. If it weren't for Adam Cameron's blog, I'd be extremely frustrated right now.
Comment by External U.
5298 | March 23, 2016 10:21:11 AM GMT
Hi Adobe, I've verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Thanks!, -Aaron
Comment by Aaron N.
31247 | August 28, 2019 06:52:32 PM GMT