[JBoss JIRA] Created: (GTNPORTAL-1850) HTML5 Markup and Features for GateIn
by Wesley Hales (JIRA)
HTML5 Markup and Features for GateIn
------------------------------------
Key: GTNPORTAL-1850
URL: https://issues.jboss.org/browse/GTNPORTAL-1850
Project: GateIn Portal
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Wesley Hales
Assignee: Wesley Hales
The goal of this task is to analyze the current UI of GateIn and improve on it where possible with HTML5. This task is focused on semantic markup and optimization of CSS, javascript, and HTML. It will also serve as the core of all sub tasks as we extend GateIn to implement other HTML5 features like offline storage, WebWorkers, etc...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] Created: (GTNPORTAL-1775) Bad handling of special characters by portal ResourceBundle
by Marek Posolda (JIRA)
Bad handling of special characters by portal ResourceBundle
-----------------------------------------------------------
Key: GTNPORTAL-1775
URL: https://issues.jboss.org/browse/GTNPORTAL-1775
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA
Environment: GateIn trunk rev 5668 , GateIn common librayr version: common-common-2.0.3-GA
Reporter: Marek Posolda
It seems that properties file are not handled correctly by GateIn portal. For example this property:
prefix.key=Hello, This character will not be escaped in portlet \:
is read by portal ResourceBundle implementation ( org.gatein.common.i18n.ParentChildResourceBundle ) as "Hello, This character will not be escaped in portlet \:" . But special characters like ":" should be escaped and first "\" should be ignored by ResourceBundle.
In javadoc to Properties class http://download.oracle.com/javase/6/docs/api/java/util/Properties.html#st... can be seen: The key and element characters #, !, =, and : are written with a preceding backslash to ensure that they are properly loaded.
And some editors like JBoss Tools Property Editor are saving special characters with backslash and this backslash is now incorrectly read by portal and shown in portlets.
I am attaching example portlet application, which can be used to simulate the issue. Sources are attached as well.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months