[jboss-jira] [JBoss JIRA] (WFLY-2948) Welcome file does not work for *.jsf

Gulam Samdani (JIRA) issues at jboss.org
Mon Feb 17 22:51:47 EST 2014


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

Gulam Samdani updated WFLY-2948:
--------------------------------

    Description: 
Welcome file does not work for *.jsf
--------------------------------------------------------

same problem not exists in Wildfly Beta but wildfly 8 final /cr1 gives this error ...

 

problem :

 
   http://localhost:8080/hello ------------------------------ NO works***
   @http://localhost:8080/hello/index.jsf -------------   it works fine

=======================================
<welcome-file-list>

 

    <welcome-file>index.jsf</welcome-file>

 

  </welcome-file-list>

  <servlet>

    <servlet-name>Faces Servlet</servlet-name>

    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>

    <load-on-startup>1</load-on-startup>

  </servlet>

  <servlet-mapping>

    <servlet-name>Faces Servlet</servlet-name>

    <url-pattern>*.jsf</url-pattern>

  </servlet-mapping>

</web-app>

-------------------------------------------------
Reproduce this error : 

https://community.jboss.org/message/857300

  was:
Welcome file does not work for *.jsf
--------------------------------------------------------

same problem not exists in Wildfly Beta but wildfly 8 final /cr1 gives this error ...

 

problem :

 
   http://localhost:8080/hello ------------------------------ NO works***
   @http://localhost:8080/hello/index.jsf -------------   it works fine

=======================================
<welcome-file-list>

 

    <welcome-file>index.jsf</welcome-file>

 

  </welcome-file-list>

  <servlet>

    <servlet-name>Faces Servlet</servlet-name>

    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>

    <load-on-startup>1</load-on-startup>

  </servlet>

  <servlet-mapping>

    <servlet-name>Faces Servlet</servlet-name>

    <url-pattern>*.jsf</url-pattern>

  </servlet-mapping>

</web-app>


    
>  Welcome file does not work for *.jsf 
> --------------------------------------
>
>                 Key: WFLY-2948
>                 URL: https://issues.jboss.org/browse/WFLY-2948
>             Project: WildFly
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Web (JBoss Web)
>    Affects Versions: 8.0.0.Final
>            Reporter: Gulam Samdani
>            Assignee: Remy Maucherat
>            Priority: Minor
>             Fix For: 8.0.1.Final
>
>
> Welcome file does not work for *.jsf
> --------------------------------------------------------
> same problem not exists in Wildfly Beta but wildfly 8 final /cr1 gives this error ...
>  
> problem :
>  
>    http://localhost:8080/hello ------------------------------ NO works***
>    @http://localhost:8080/hello/index.jsf -------------   it works fine
> =======================================
> <welcome-file-list>
>  
>     <welcome-file>index.jsf</welcome-file>
>  
>   </welcome-file-list>
>   <servlet>
>     <servlet-name>Faces Servlet</servlet-name>
>     <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
>     <load-on-startup>1</load-on-startup>
>   </servlet>
>   <servlet-mapping>
>     <servlet-name>Faces Servlet</servlet-name>
>     <url-pattern>*.jsf</url-pattern>
>   </servlet-mapping>
> </web-app>
> -------------------------------------------------
> Reproduce this error : 
> https://community.jboss.org/message/857300

--
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 jboss-jira mailing list