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

Xavier Coulon (JIRA) issues at jboss.org
Wed Feb 5 08:30:29 EST 2014


     [ https://issues.jboss.org/browse/JBIDE-14668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Coulon updated JBIDE-14668:
----------------------------------

    Fix Version/s: 4.2.x
                       (was: 4.2.0.Alpha2)

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