[richfaces-issues] [JBoss JIRA] (RF-11517) Static resource handling can't be disabled

Lukáš Fryč (Created) (JIRA) jira-events at lists.jboss.org
Wed Oct 12 08:29:16 EDT 2011


Static resource handling can't be disabled
------------------------------------------

                 Key: RF-11517
                 URL: https://issues.jboss.org/browse/RF-11517
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: core
    Affects Versions: 4.1.0.Milestone3
            Reporter: Lukáš Fryč
            Assignee: Lukáš Fryč
            Priority: Blocker
             Fix For: 4.1.0.CR1


Logic introduced in M3 does not allow to turn off static resource serving.

To complete the picture, we need to add context-param for enabling static resource serving:

{code:XML}
<context-param>
  <param-name>org.richfaces.staticResourceServing</param-name>
  <param-value>true</param-value>
</context-param>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list