]
Rob Stryker commented on JBIDE-18685:
-------------------------------------
I'd just like to note that step 6 isn't even necessary (though it does outline the
issue more clearly). Even without starting the eap, it will still return content even
when no server is up at all. This clearly indicates no request is even being made, and the
internal browser implementations are pulling direct from their cache.
Sometimes the internal browser shows cached outdated content when
using Show In Web Browser
-------------------------------------------------------------------------------------------
Key: JBIDE-18685
URL:
https://issues.jboss.org/browse/JBIDE-18685
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server, upstream
Affects Versions: 4.2.0.CR2
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 4.3.0.Final
Sometimes "Show in web browser" on a server in Server View results in wrong
content being shown. When you start EAP 6, open the home page in web browser, then stop
EAP, start AS7, open the home page again (using Show In) and the browser will still show
EAP's home page.
[~ljelinko] discovered this bug on Linux and I was able to reproduce it on OS X.
I understand that this might be a problem in Eclipse itself, that's up to you, Rob,
to investigate :)