]
Nick Belaevski resolved RF-4303.
--------------------------------
Resolution: Done
Assignee: Tsikhon Kuprevich
CDK's generates a table of InternetResources in component's
renderer incorectly
-------------------------------------------------------------------------------
Key: RF-4303
URL:
https://jira.jboss.org/jira/browse/RF-4303
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: Piotr Kawiak
Assignee: Tsikhon Kuprevich
Priority: Minor
Fix For: 3.2.2
Original Estimate: 5 minutes
Remaining Estimate: 5 minutes
It is a bug connected with the one I've described in
https://jira.jboss.org/jira/browse/RF-4119.
The CDK will generate bad output while parsing a file where spaces are used as
indentation (inside <h:scripts> tag).
The solution proposed in RF-4119 in not sufficient as in the constructor of
HeaderResourceElement the following
line:
String resourcesAsString = element.getTextContent();
should be changed to:
String resourcesAsString = element.getTextContent().trim();
(without that trim the tokenizer will generate an empty token)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: