[jbosstools-issues] [JBoss JIRA] (JBIDE-14668) In case of 404, display the actual URL (in case of redirection)

Xavier Coulon (JIRA) jira-events at lists.jboss.org
Tue May 28 09:00:08 EDT 2013


Xavier Coulon created JBIDE-14668:
-------------------------------------

             Summary: 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: 4.1.0.Beta2


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... 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list