[ 5 posts ]

Scott Watters

  • Username: swatters
  • Joined: Fri Mar 19, 2010 4:11 am
  • Posts: 3
  • Offline
  • Profile

Connection Manager IE over SSL unexpected behavior

Post Posted: Fri Mar 19, 2010 4:54 am
+0-
Using YUI 2.8r4 and this only applies to Internet Explorer (IE) browser as Firefox and Chrome work as expected. Also, IE works fine using http instead of https.

I'm doing an AJAX call which returns XML data. I can see the call successfully post and the result returned via HttpWatch; however, IE states the response is "undefined is null or not an object". I'm not uploading files thus setForm() is not needed. Also, don't believe I'm doing any cross-domain requests since it works with Firefox and Chrome. Any clues would be helpful? Thanks.

Here is the HttpWatch request/response. I can post code and/or XML too upon request.

Domain (URL): https://dit2horizon.carlsonwagonlit.com

Request (from HttpWatch):
(Request-Line) GET /servlet/com.carlson.cwt.sbt.air.controller.FlightAvailabilityController?PageAction=12&SortBy=airline&resultIndex=0&PerfTS=1269002686112 HTTP/1.1
Accept */*
Accept-Encoding gzip, deflate
Accept-Language en-us
Connection Keep-Alive
Cookie Reference_ID=2sbt-merc1-100319-0741-5; s_cc=true; s_sq=%5B%5BB%5D%5D; UserUniqueID=8782,11!1269002504384; GUID=C+vKKmFEtLQ=; localeList=en_US|; TravelerPV2Flag=true; SBTSESSIONID=7JJFLjxB9dNKGfFhynQy1Xn5jldDF1T5!1373909588!40200934; sbtloginscreen=false
Host dit2horizon.carlsonwagonlit.com
Referer https://dit2horizon.carlsonwagonlit.com ... 9002672283
UA-CPU x86
User-Agent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 2.0.50727; MS-RTC LM 8)
x-requested-with XMLHttpRequest

Response (from HttpWatch):
(Status-Line) HTTP/1.1 200 OK
Cache-Control no-cache
Content-Encoding gzip
Content-type text/xml
Date Fri, 19 Mar 2010 12:44:46 GMT
PerfTS 1269002686112
Server Sun-Java-System-Web-Server/7.0
Transfer-encoding chunked
X-Powered-By Servlet/2.5 JSP/2.1

Thomas S. Sha

YUI Contributor

  • Username: tsha
  • Joined: Thu Jan 08, 2009 10:16 am
  • Posts: 206
  • Offline
  • Profile

Re: Connection Manager IE over SSL unexpected behavior

Post Posted: Fri Mar 19, 2010 10:09 am
+0-
Nothing looks out of sorts, here.

IE can be very particular when it comes to XML, specifically the Content-Type used in the response. For example, "application/atom+xml" will not result in responseXML being populated with the expected document. If you see the XML document represented in responseText, as a string, it is very likely the above-described condition is occurring.

Can I access https://dit2horizon.carlsonwagonlit.com ... Controller? with a valid session, so that I may have a look at the response?

Regards,
Thomas

Scott Watters

  • Username: swatters
  • Joined: Fri Mar 19, 2010 4:11 am
  • Posts: 3
  • Offline
  • Profile
Tags:

Re: Connection Manager IE over SSL unexpected behavior

Post Posted: Fri Mar 19, 2010 10:15 am
+0-
Sure, give me one second and I will provide a valid URL. I send directly to you.

Scott

Scott Watters

  • Username: swatters
  • Joined: Fri Mar 19, 2010 4:11 am
  • Posts: 3
  • Offline
  • Profile
Tags:

Re: Connection Manager IE over SSL unexpected behavior

Post Posted: Fri Mar 19, 2010 10:27 am
+0-
I guess I can't send to you directly....

In any case, give this one a try (it may not be available via internet).

https://dit2horizon.carlsonwagonlit.com ... 9022617909

From page, unselect hotel and car (only air should be selected).
You can do any city pair, such as MSP to DEN and any future dates such as June 17 - June 20. Click continue. Once the flights are displayed, click any column header (to request the sort). It will trigger the error.

Thomas S. Sha

YUI Contributor

  • Username: tsha
  • Joined: Thu Jan 08, 2009 10:16 am
  • Posts: 206
  • Offline
  • Profile

Re: Connection Manager IE over SSL unexpected behavior

Post Posted: Fri Mar 19, 2010 11:05 am
+0-
I get the "session timeout" page when I try to access the link. From there, I am not sure how to get to the described page.

Regards,
Thomas
  [ 5 posts ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum