[JBoss JIRA] Created: (GTNPORTAL-961) No limits on the MapResourceBundle recursive lookup
by Matt Wringe (JIRA)
No limits on the MapResourceBundle recursive lookup
---------------------------------------------------
Key: GTNPORTAL-961
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-961
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Matt Wringe
The map resource bundle doesn't have any limits on the amount of recursion it will try and do when resolving a message.
For example, if we have a properties file with:
word.cancel=#{word.cancel}
Then we will end up in an infinite loop (eventual stackoverflow exception) when trying to resolve #{word.cancel}.
When it tries to resolve word.cancel, it will get back #{word.cancel} which it will try and resolve again, ...
We are going to need to have a check on the level of recursion allowed when resolving messages from the resource bundle.
--
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
12 years, 4 months
[JBoss JIRA] Created: (GTNPORTAL-1125) Have a configuration file for common conf settings
by Matt Wringe (JIRA)
Have a configuration file for common conf settings
--------------------------------------------------
Key: GTNPORTAL-1125
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-1125
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Matt Wringe
It would be nice if we had a simple configuration file set somewhere which could be used to set common configuration changes. Currently many of these changes are spread out in multiple configuration files and require searching through the file to find the specific line they need to change. Many times this requires having to use the docs to find the specific file and line.
If many of these common configuration settings were in a simple configuration file it would make making these changes easier. An example of common configuration changes could be something like changing the default portal to load or the default portal skin.
--
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
12 years, 4 months