[richfaces-issues] [JBoss JIRA] (RF-13170) Skin="plain' cause http 404 for skinning.css.

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Sep 9 18:21:03 EDT 2013


    [ https://issues.jboss.org/browse/RF-13170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802903#comment-12802903 ] 

Brian Leathem commented on RF-13170:
------------------------------------

Note: the 404 error is returned only when:
{code}
<context-param>
  <param-name>org.richfaces.resourceOptimization.enabled</param-name>
  <param-value>true</param-value>
</context-param>
{code}

When _resourceOptimization_ is not enabled, the exception is thrown as in RF-11103.
                
> Skin="plain' cause http 404 for  skinning.css.
> ----------------------------------------------
>
>                 Key: RF-13170
>                 URL: https://issues.jboss.org/browse/RF-13170
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: regression, skinning
>    Affects Versions: 4.3.3
>         Environment: Richfaces 4.3.3.Final 
> jboss eap6.1
> mojarra 2.1.25 
>            Reporter: Adrien Adrien
>              Labels: skin
>             Fix For: 5.0.0.Alpha2
>
>
> Set Skin to 'plain', then in firebug check resources donwloaded.
> =>http 404 skinning.css
> {code}
> <context-param>  
>   <param-name>org.richfaces.skin</param-name>  
>   <param-value>#{prefs.skin}</param-value>  
> </context-param>  
> {code}
> {code} 
> @SessionScoped  
> public class PreferenceBean implements Serializable {  
>   private String skin="plain";  
> ....  
> }
> {code}

--
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 richfaces-issues mailing list