[
https://issues.jboss.org/browse/RF-11505?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč updated RF-11505:
----------------------------
Description:
Currently only resources implementing VersionableResource interface are versioned.
{code}
org.richfaces.staticResource/Compressed/#{resourceLocation}
{code}
This may lead into inconsistent state of client which don't update static resources
when implementation changes.
Make resources to be generated into versioned subdirectory, so resourceName will be as
follows:
{code}
org.richfaces.staticResource/#{version}/Compressed/#{resourceLocation}
{code}
was:
Currently only resources implementing VersionableResource interface are versioned.
org.richfaces.staticResource/Compressed/#{resourceLocation}
This may lead into inconsistent state of client which don't update static resources
when implementation changes.
Make resources to be generated into versioned subdirectory, so resourceName will be as
follows:
org.richfaces.staticResource/#{version}/Compressed/#{resourceLocation}
Make static resources versioned
-------------------------------
Key: RF-11505
URL:
https://issues.jboss.org/browse/RF-11505
Project: RichFaces
Issue Type: Task
Security Level: Public(Everyone can see)
Components: cdk, core, showcase
Affects Versions: 4.1.0.Milestone3
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 4.1.0.CR1
Currently only resources implementing VersionableResource interface are versioned.
{code}
org.richfaces.staticResource/Compressed/#{resourceLocation}
{code}
This may lead into inconsistent state of client which don't update static resources
when implementation changes.
Make resources to be generated into versioned subdirectory, so resourceName will be as
follows:
{code}
org.richfaces.staticResource/#{version}/Compressed/#{resourceLocation}
{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