Microsoft MVP성태의 닷넷 이야기
오류 유형: 50. IE 7 + 잘못된 HTC 파일 경로 = File not found [링크 복사], [링크+제목 복사],
조회: 22262
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 


IE 7 + 잘못된 HTC 파일 경로 = File not found


며칠 동안, 제 웹 사이트를 방문하신 분들이 불편을 겪으셨던 문제에 대해서 간략하게 설명해 보려고 합니다.

아직 정확한 패턴은 찾지 못했지만, 일부 Vista IE 7과 XP IE 7 버전에서 이와 같은 현상이 나타났습니다. Windows Server 2003에서는 그런 현상을 못봤고.

문제의 원인은 다음과 같습니다.

<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  </head>
  <body>

<input name="test" type="password" style="behavior:url('/t/t.htc');" />
    
  </body>
  
</html>

위에서, 실제로 behavior:url에 지정된 HTC 파일이 없기 때문에, IE 7이 위와 같은 웹 페이지를 방문하면 곧바로 "File not found" 페이지로 전환이 됩니다.

혹시나 궁금하신 분들을 위해 ^^ 다음의 테스트 웹 페이지를 만들어 놓았으니 호기심에서라도 한번 클릭해 보십시오.

File not found로 이동
; https://www.sysnet.pe.kr/temp/htc_test.htm

HTC 경로를 제거한 경우 정상 동작
; https://www.sysnet.pe.kr/temp/htc_test2.htm




[이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 4/10/2022]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 



2008-01-10 05시32분
이런... 무안하게도... ^_^;;;

1. ^_^;; 비스타 얼티밋 SP1 RTM 사용중인데요, 두 링크에서 모두 페이지가 잘 나타나네요.

2. 그런데 가만히 보니까 경로가 모두 http://www.sysnet.pe.kr/temp/htc_test.htm 로 동일합니다.

3. 그래서 타이핑으로 URL 을 입력하여 htc_test.htm 과 htc_test2.htm 를 둘 다 접근해봤는데 역시 잘 나옵니다.

4. 혹시 UAC 를 끄로 관리자 모드에 들어와 있는 상태인데 영향이 있는걸까요? ^_^;;;
songgun
2008-01-10 06시35분
넵. 수정했습니다 ^^

제 홈페이지의 이와 같은 수정이 늦어진 것은... ^^; 애석하게도 제 PC의 IE 7에서는 잘 나왔습니다. 그런데, 제 양옆에 계신 분들은 안 나오네요. ^^;

제 컴퓨터는 UAC 켜진 상태이고, Vista x64입니다.
제 양옆에 계신 분들도 UAC 켜진 상태이고, Vista x86입니다.
그리고, 제 테스트 XP PC에서도 그런 현상이 나왔는데 IE 7입니다.

시간도 별로 없고,,, 딱히 공통점을 찾기가 힘드네요. ^^

음... 그리고, Vista SP1이 벌써 RTM 버전이 나왔나요? 다음의 링크에 보니까,,, 다음 주에 나온다고 하는뎅... ^^

Windows XP SP3 RTM and Windows Vista SP1 RTM ? Just Around the Corner? - As early as next week together with Windows Server 2008 RTM?
; http://news.softpedia.com/news/Windows-XP-SP3-RTM-and-Windows-Vista-SP1-RTM-Just-Around-the-Corner-75506.shtml
kevin25
2008-01-10 08시00분
아앗! 실수했네요. RTM 이 아니라 RC1 입니다. ^_^;;;
songgun
2008-01-10 08시13분
[mari] 저도 Vista x86 UAC 끈 상태 IE7에선 잘나오는데...
XP SP2 IE7에선 에러가 나오네요... 이상한 현상일세;;
[guest]
2008-01-10 08시17분
// songgun 님.
그럼. 비긴 겁니다. ^^

// mari
그쵸. ^^ 이상한 현상이죠.
kevin25

... 76  77  78  79  80  81  [82]  83  84  85  86  87  88  89  90  ...
NoWriterDateCnt.TitleFile(s)
11886정성태5/7/201919239오류 유형: 534. mstest.exe 실행 시 "Visual Studio Enterprise is required to execute the test." 오류 [2]
11885정성태5/7/201916178오류 유형: 533. mstest.exe 실행 시 "File extension specified '.loadtest' is not a valid test extension." 오류 발생
11884정성태5/5/201920976.NET Framework: 828. C# DLL에서 Win32 C/C++처럼 dllexport 함수를 제공하는 방법 - 두 번째 이야기
11883정성태5/3/201926209.NET Framework: 827. C# - 인터넷 시간 서버로부터 받은 시간을 윈도우에 적용하는 방법파일 다운로드1
11882정성태5/2/201922457.NET Framework: 826. (번역글) .NET Internals Cookbook Part 11 - Various C# riddles파일 다운로드1
11881정성태4/28/201922589오류 유형: 532. .NET Core 프로젝트로 마이그레이션 시 "CS0579 Duplicate 'System.Reflection.AssemblyCompanyAttribute' attribute" 오류 발생
11880정성태4/25/201918429오류 유형: 531. 이벤트 로그 오류 - Task Scheduling Error: m->NextScheduledSPRetry 1547, m->NextScheduledEvent 1547
11879정성태4/24/201926830.NET Framework: 825. (번역글) .NET Internals Cookbook Part 10 - Threads, Tasks, asynchronous code and others파일 다운로드2
11878정성태4/22/201922579.NET Framework: 824. (번역글) .NET Internals Cookbook Part 9 - Finalizers, queues, card tables and other GC stuff파일 다운로드1
11877정성태4/22/201922649.NET Framework: 823. (번역글) .NET Internals Cookbook Part 8 - C# gotchas파일 다운로드1
11876정성태4/21/201921704.NET Framework: 822. (번역글) .NET Internals Cookbook Part 7 - Word tearing, locking and others파일 다운로드1
11875정성태4/21/201922692오류 유형: 530. Visual Studo에서 .NET Core 프로젝트를 열 때 "One or more errors occurred." 오류 발생
11874정성태4/20/201922901.NET Framework: 821. (번역글) .NET Internals Cookbook Part 6 - Object internals파일 다운로드1
11873정성태4/19/201921354.NET Framework: 820. (번역글) .NET Internals Cookbook Part 5 - Methods, parameters, modifiers파일 다운로드1
11872정성태4/17/201922231.NET Framework: 819. (번역글) .NET Internals Cookbook Part 4 - Type members파일 다운로드1
11871정성태4/16/201920920.NET Framework: 818. (번역글) .NET Internals Cookbook Part 3 - Initialization tricks [3]파일 다운로드1
11870정성태4/16/201919165.NET Framework: 817. Process.Start로 실행한 콘솔 프로그램의 출력 결과를 얻는 방법파일 다운로드1
11869정성태4/15/201924999.NET Framework: 816. (번역글) .NET Internals Cookbook Part 2 - GC-related things [2]파일 다운로드2
11868정성태4/15/201920996.NET Framework: 815. CER(Constrained Execution Region)이란?파일 다운로드1
11867정성태4/15/201920115.NET Framework: 814. Critical Finalizer와 SafeHandle의 사용 의미파일 다운로드1
11866정성태4/9/201923298Windows: 159. 네트워크 공유 폴더(net use)에 대한 인증 정보는 언제까지 유효할까요?
11865정성태4/9/201919022오류 유형: 529. 제어판 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools is not accessible.
11864정성태4/9/201917793오류 유형: 528. '...' could be '0': this does not adhere to the specification for the function '...'
11863정성태4/9/201917633디버깅 기술: 127. windbg - .NET x64 EXE의 EntryPoint
11862정성태4/7/201920145개발 환경 구성: 437. .NET EXE의 ASLR 기능을 끄는 방법
11861정성태4/6/201919602디버깅 기술: 126. windbg - .NET x86 CLR2/CLR4 EXE의 EntryPoint
... 76  77  78  79  80  81  [82]  83  84  85  86  87  88  89  90  ...