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

Ara Minosian edited comment on RF-10328 at 3/24/11 1:53 PM:
------------------------------------------------------------

I use this code and don't observe any bug with skins

{{
<static-files>
        <include path="/images/\*\*.*"/>
        <include path="/static-resources/\*\*.*"/>
        <include path="/*.ico"/>
        <include path="/resources/\*\*.*"/>
        <exclude path="/templates/\*\*.*" />
        <exclude path="/*.xhtml" />
</static-files>
}}

      was (Author: niknik77771):
    I use this code and don't observe any bug with skins

<static-files>
        <include path="/images/**.*"/>
        <include path="/static-resources/**.*"/>
        <include path="/*.ico"/>
        <include path="/resources/**.*"/>
        <exclude path="/templates/**.*" />
        <exclude path="/*.xhtml" />
</static-files>
  
> RichFaces-showcase GAE:  Static Files and Resource Files separation
> -------------------------------------------------------------------
>
>                 Key: RF-10328
>                 URL: https://issues.jboss.org/browse/RF-10328
>             Project: RichFaces
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: examples
>    Affects Versions: 4.0.0.Milestone5
>         Environment: GAE
>            Reporter: Ara Minosian
>            Assignee: Gleb Galkin
>              Labels: richfaces
>             Fix For: 4.Future
>
>
> Like mentioned here 
> http://code.google.com/intl/en/appengine/docs/java/config/appconfig.html 
> resource and static files could be appointed separately. I suppose it could 
> improve security and may be caching little bit.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to