Bug 19036

Summary: http://www.xn--vk1b187a8ue.kr/ keeps being reloaded
Product: WebKit Reporter: Jungshik Shin <jshin>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: ap, mrowe
Priority: P2 Keywords: InRadar, NeedsReduction
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: Windows XP   
URL: http://www.xn--vk1b187a8ue.kr/

Description Jungshik Shin 2008-05-13 15:39:32 PDT
1. Go to the URL
2. Safari keeps reloading the page. 

I haven't checked Safari on Mac OS X, yet
Comment 1 Jungshik Shin 2008-05-13 15:40:22 PDT
BTW, the site is the Korean-equivalent of http://whitehouse.gov. 


Comment 2 Mark Rowe (bdash) 2008-05-13 16:39:08 PDT
Also occurs on Mac OS X.  I suspect the repeated reloading is due to the following snippet of JavaScript that appears at the top of <http://www.xn--vk1b187a8ue.kr/kr/index.php>:

	if (!parent.frames[1]){
			goFrame.url.value=document.URL;
			goFrame.action = "/"
			goFrame.submit();
	}

Comment 3 Mark Rowe (bdash) 2008-05-13 16:39:22 PDT
<rdar://problem/5933467>
Comment 4 Mark Rowe (bdash) 2008-07-21 15:34:48 PDT
This now works correctly for me.  I assume that the site has changed and corrected this fix.