tracker issue : CF-3041732

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

Bug 83490:(Watson Migration Closure)Problem occurs wtih the coldfusion

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/LowImpact

Reporter/Name(from Bugbase): peter Bierman / peter Bierman (Persyval)

Created: 07/05/2010

Components: Flex/Flash, AIR Integration

Versions: 9.0.1

Failure Type: Unspecified

Found In Build/Fixed In Build: 274703 /

Priority/Frequency: Major / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

Problem occurs wtih the coldfusion.air.SyncManager class.Setting the secureHttp property to 'true' does not work.http requests are still submitted over http.This means no secure http connections with the syncmanager!
Method:

Air code:    syncmanager = new SyncManager();   syncmanager.cfPort = 443;      syncmanager.cfServer = configurator.coldfusionServer;   syncmanager.secureHttp =  true;   syncmanager.syncCFC = configurator.syncCFC;...var sessiontoken:SessionToken = syncmanager.openSession(dbFile,034589);...var committoken:SessionToken = session.commit(); results in the following http call:POST http://<customer url>:7443/flex2gateway/ HTTP/1.1Referer: app:/main.swfAccept: text/xml, application/xml, application/xhtml+xml, text/html;q=0.9, text/plain;q=0.8, text/css, image/png, image/jpeg, image/gif;q=0.8, application/x-shockwave-flash, video/mp4;q=0.9, flv-application/octet-stream;q=0.8, video/x-flv;q=0.7, audio/mp4, application/futuresplash, */*;q=0.5x-flash-version: 10,0,32,18Content-Type: application/x-amfUser-Agent: Mozilla/5.0 (Windows; U; en) AppleWebKit/526.9+ (KHTML, like Gecko) AdobeAIR/1.5.2Host: <customer host>:7443Content-Length: 277Connection: Keep-AlivePragma: no-cacheCookie: JSESSIONID=d630c437c71d9b03c3611061145f2b545b38; SESSIONID=d630c437c71d9b03c3611061145f2b545b38User-Agent: Mozilla/5.0 (Windows; U; en) AppleWebKit/526.9+ (KHTML, like Gecko) AdobeAIR/1.5.2Host: <customer host>7443...Content-Length: 277Connection: Keep-AlivePragma: no-cacheCookie: JSESSIONID=d630c437c71d9b03c3611061145f2b545b38; SESSIONID=d630c437c71d9b03c3611061145f2b545b38HTTP/1.1 504 Fiddler - Receive FailureContent-Type: text/htmlConnection: closeTimestamp: 12:21:30.452this should be through HTTPS!
Result:

Problem occurs wtih the coldfusion.air.SyncManager class.Setting the secureHttp property to 'true' does not work.http requests are still submitted over http.This means no secure http connections with the syncmanager!

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

Watson Bug ID:	3041732

External Customer Info:
External Company:  
External Customer Name: peter Bierman
External Customer Email: 12220D8446C5FCDD992015A8
External Test Config: 07/05/2010

Attachments:

Comments: