Issue 4529: VMWare Server Web UI not working anymore http://code.google.com/p/chromium/issues/detail?id=4529
New issue report by jan.rusch: Chrome Version : 0.4.154.22 URLs (if applicable) : https://URLOFVMWARESERVER:8333/ui/ Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 3: Firefox 3: OK IE 7: OK What steps will reproduce the problem? 1. Opening the URL will not redirect you to the login window What is the expected result? Login window is displayed What happens instead? Please provide any additional information below. Attach a screenshot if possible. This used to work with Chrome before release 0.4.154.18 This is independent of the use of SSL, as http://VMWARESERVERURL:8222/ui doesn't work either. After entering the URL, the VMWare Favicon is display and loading... is shown. Data is loaded, but it seems that the display/redirection to the login window is blocked. It might have something to do with changes of the xmlhttp-handling. An error message is NOT shown. This is the HTML code of the errornous page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN"> <html> <head> <title>VMware Infrastructure Web Access</title> <!--[if gte IE 8]> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <![endif]--> <link rel="icon" href="vmw.ico" type="image/x-icon"> <link rel="shortcut icon" href="vmw.ico" type="image/x-icon"> <script type="text/javascript"> document.title = "Loading..."; </script> <style type="text/css"> html { overflow-y: hidden; } body { margin: 0px; padding: 0px; overflow: hidden; background: #F7F5EB; font-family: Verdana, sans-serif; font-size: 11px; font-size-adjust: 0.54; color: #000; } </style> <style type="text/css"> .CapabilitiesError { font: 11px/14px Verdana, Bitstream Vera Sans, sans-serif; } .CapabilitiesError a:link { color:#06f; text-decoration:none; } .CapabilitiesError a:visited { color:#06f; text-decoration:none; } .CapabilitiesError a:hover { color:#f90; text-decoration:none; } .CapabilitiesError div.Message { position: relative; margin: auto; margin-top: 44px; width: 362px; } .CapabilitiesError img.MessageIcon { position: absolute; left: -44px; top: 0px; } .CapabilitiesError p.MessageSubject, p.MessageBody { margin-top: 2px; margin-bottom: 10px; } .CapabilitiesError p.MessageSubject { font-weight: bold; } .CapabilitiesError ul.CommandLinks { padding-left: 0px; margin-top: 2px; margin-bottom: 10px; margin-left: 0px; list-style: none; } .CapabilitiesError ul.CommandLinks li a.Command { font-weight: normal; } #noXmlHttp { display: none; } </style> <script type="text/javascript" src="jslib-config.js"></script> <script type="text/javascript" src="wbc-config.js"></script> <script type="text/javascript"> var xmlHttpSupported = isXmlHttpSupported(); (function() { if (xmlHttpSupported) { var p = window.location.pathname.match(/(.*?)\/?[^\/]*$/)[1]; jslib.docroot = p; document.write('<script type="text/javascript" src="', p, ",/"jslib.libroot, .jslib.js" '/></scr', 'ipt>'); document.write('<script type="text/javascript" src="', p, ",/"jslib.libroot, .wbc.js" '/></scr', 'ipt>'); } })(); function isXmlHttpSupported() { try{ new XMLHttpRequest(); } catch(e) { try{ new ActiveXObject("Msxml2.XMLHTTP"); } catch(e1) { try{ new ActiveXObject("Microsoft.XMLHTTP"); } catch(e2) { return false; } } } return true; } function startPlatform() { if (xmlHttpSupported) { vmtn.app.runtime.Platform.start(); } else { document.getElementById('noXmlHttp').style.display = 'block'; } } function stopPlatform() { if (xmlHttpSupported) { vmtn.app.runtime.Platform.stop(); } if ($Object.__disposalObjects != null) { for (var i = $Object.__disposalObjects.length - 1; i >= 0; i--) { var obj = $Object.__disposalObjects[i]; if (!obj.isDisposed()) { obj.dispose(); } } } } </script> </head> <body onload="startPlatform();" onunload="stopPlatform();"> <noscript class="CapabilitiesError"> <div class="Message"> <img class="MessageIcon" src="error-32x32.png" alt="Error" /> <p class="MessageSubject">VMware Infrastructure Web Access will not work unless your browser supports JavaScript.</p> <p class="MessageBody">Please ensure that you are using a compatible browser and that JavaScript is enabled.</p> <ul class="CommandLinks"><li><a class="Command" href="">Try Again</a></li></ul> </div> </noscript> <iframe id="__vmtn_app_history_peer" name="__vmtn_app_history_peer" src="blank.html" style="position:absolute;top:-99999px;left:-99999px;"> </iframe> <div id="noXmlHttp" class="CapabilitiesError"> <div class="Message"> <img class="MessageIcon" src="error-32x32.png" alt="Error" /> <p class="MessageSubject">VMware Infrastructure Web Access will not work unless your browser supports XMLHTTP.</p> <p class="MessageBody">Please ensure that you are using a compatible browser and that XMLHTTP is enabled.</p> <ul class="CommandLinks"><li><a class="Command" href="">Try Again</a></li></ul> </div> </div> </body> </html> Issue attributes: Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Misc -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
