tracker issue : CF-3941352

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

Update Notification Scheduled Task has malformed URL

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Michael Clark / Michael Clark (Michael Clark)

Created: 02/17/2015

Components: Administrator

Versions: 10.0

Failure Type: Incorrect w/Workaround

Found In Build/Fixed In Build: Final /

Priority/Frequency: Major / All users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 0

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on July 22, 2017 using build 2016.0.01.298513
Problem Description:

When switching on update notifications, the scheduled task that gets created has a malformed URL which does not resolve, so no notifications are ever sent.

Steps to Reproduce:

1. Go to Server Update > Updates > Settings
2. Check the 'Check for updates every X days' checkbox
3. Add email addresses to the To and From fields
4. Click 'Submit Changes'
5. Go to Server Settings > Scheduled Tasks
6. Edit the task named 'CHECK FOR COLDFUSION UPDATES'
7. Examine the URL.

Actual Result:

http://www.mydomainname.com:443//CFIDE/administrator/updates/task/checkupdates.cfm

Expected Result:

http://www.mydomainname.com:80/CFIDE/administrator/updates/task/checkupdates.cfm
or
https://www.mydomainname.com:443/CFIDE/administrator/updates/task/checkupdates.cfm

Any Workarounds:

Modify the URL manually.

(There is also a double forward slash in there, which doesn't cause an issue, but shouldn't be there).

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

Watson Bug ID:	3941352

External Customer Info:
External Company:  
External Customer Name: Michael
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

Comments:

fixed the generation of the url when contextroot is not present.
Comment by Nikhil S.
8395 | September 22, 2015 03:23:51 AM GMT
Verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Thanks!, -Aaron
Comment by Aaron N.
8396 | July 22, 2017 08:50:13 PM GMT