[JBoss JIRA] Created: (RF-8175) rich:calendar build failed in 3.3.2 SR1
by Alan Chan (JIRA)
rich:calendar build failed in 3.3.2 SR1
---------------------------------------
Key: RF-8175
URL: https://jira.jboss.org/jira/browse/RF-8175
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build, component-input
Affects Versions: 3.3.2.SR1
Environment: Maven version: 2.0.9
Java version: 1.5.0_12
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
Reporter: Alan Chan
Cannot build manually the whole project of richfaces 3.3.2 SR1, due to the calendar component. Here's the surefire report, please help!
Test set: org.richfaces.component.CalendarComponentTest
-------------------------------------------------------------------------------
Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.984 sec <<< FAILURE!
testCalendarRenderer(org.richfaces.component.CalendarComponentTest) Time elapsed: 2.453 sec <<< FAILURE!
junit.framework.ComparisonFailure: expected:<...1...> but was:<...0...>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at org.richfaces.component.CalendarComponentTest.testCalendarRenderer(CalendarComponentTest.java:231)
i just downloaded richfaces-ui-3.3.2.SR1-src.zip from the stable download link http://www.jboss.org/richfaces/download/stable.html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (RF-7992) Dynamic Skin css resources escape special html characters.
by Alexander Smirnov (JIRA)
Dynamic Skin css resources escape special html characters.
----------------------------------------------------------
Key: RF-7992
URL: https://jira.jboss.org/jira/browse/RF-7992
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.2.GA
Reporter: Alexander Smirnov
Fix For: 3.3.3.CR1
In the dynamic CSS files ( .xcss ) <u:style> element uses ResponseWriter#writeText method that escapes special html characters like < > and & as XML entities.
In the portal environment resource URL can contain parameters, so part of xcss file like this:
<u:style name="background-image">
<f:resource f:key="org.richfaces.renderkit.html.iconimages.CalendarSeparator" />
</u:style>
would be rendered incorrectly:
background-image:url(/portal/auth/portal/default/SeamDemo/SeamPortletWindow?rfRes=org.richfaces.renderkit.html.images.ButtonBackgroundImage&action=b&cacheability=PAGE&DATA=%2FB%2FeAFjYGDg%21v%219049r- , there all parameter delimiters '&' are replaced by '&' entity.
Therefore , most portals does not recognise these URL, and skin images are not loaded.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months