]
Xavier Coulon updated JBIDE-14668:
----------------------------------
Fix Version/s: LATER
(was: 4.2.x)
In case of 404, display the actual URL (in case of redirection)
---------------------------------------------------------------
Key: JBIDE-14668
URL:
https://issues.jboss.org/browse/JBIDE-14668
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: livereload
Affects Versions: 4.1.0.Beta1
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Fix For: LATER
For example, if the index.html page contains the following code:
{code}
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=index.jsf">
</head>
</html>
{code}
then the LiveReload server will first serve the index.html page and the browser will then
redirect to index.jsf which does not exist as a file, which ends up with a 404 error from
the server, but the user may not be aware of the redirect and think that the LiveReload
server does not work as expected...