Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse Helios/Galileo Update sites cannot be accessed on Windows machine with IE7
    text
    copied!<p>When starting the update, the following error is displayed:</p> <p>Network connection problems encountered during search. Unable to access "<a href="http://download.eclipse.org/releases/helios" rel="nofollow noreferrer">http://download.eclipse.org/releases/helios</a>". Error accessing site stream. [Server returned HTTP response code: 503 for URL: <a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]" rel="nofollow noreferrer">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]</a> Server returned HTTP response code: 503 for URL: <a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" rel="nofollow noreferrer">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a> Error accessing site stream. [Server returned HTTP response code: 503 for URL: <a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]" rel="nofollow noreferrer">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd]</a> Server returned HTTP response code: 503 for URL: <a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" rel="nofollow noreferrer">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a></p> <p>As described at</p> <p><a href="http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic" rel="nofollow noreferrer">http://www.w3.org/blog/systeam/2008/02/08/w3c_s_excessive_dtd_traffic</a> <a href="http://www.outofcontrol.ca/2009/02/20/w3org-dtdxhtml1-strictdtd-blocks-windows-ie-users/" rel="nofollow noreferrer">http://www.outofcontrol.ca/2009/02/20/w3org-dtdxhtml1-strictdtd-blocks-windows-ie-users/</a></p> <p>w3.org blocks IE calls to <a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" rel="nofollow noreferrer">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a> (as it is loading it much too frequently). I was able to load the DTD by setting a different UserAgent for IE7 using</p> <p>%windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent" /v Version /d "Opera/9.2.1" /f</p> <p>I tried to -D overrides suggested at:</p> <p><a href="https://stackoverflow.com/questions/1526956/change-user-agent-in-eclipse-3-5-for-new-software-installations">Change user agent in Eclipse 3.5 for new software installations</a> </p> <p>to no avail. I think eclipse does not follow the User-Agent set by IE7 ...</p> <p>Is there an other way to override the User-Agent for Eclipse?</p> <p>Thanks</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload