[JBoss JIRA] (GTNPORTAL-2496) Invalid encoding in gadget source not handled properly
by Peter Palaga (JIRA)
Peter Palaga created GTNPORTAL-2496:
---------------------------------------
Summary: Invalid encoding in gadget source not handled properly
Key: GTNPORTAL-2496
URL: https://issues.jboss.org/browse/GTNPORTAL-2496
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Peter Palaga
Assignee: Peter Palaga
Originally reported by Miroslav Cupák on 2012-03-13 21:51:51 EDT:
Description of problem:
Invalid encoding in gadget source leads to SAXParseException and an "Unknown error" message. The exception should be caught and a proper error message should be displayed.
More specifically, there are two different error messages you can get depending on how you mess up the encoding. You can either run into "org.xml.sax.SAXParseException: Content is not allowed in prolog." (with e.g. "UTF-16" as the encoding) or "org.xml.sax.SAXParseException: Invalid encoding name" (with e.g. "UsadfTF-8" as the encoding).
Steps to Reproduce:
1. Sign in as "root".
2. Go to "Group" > "Administration" > "Application Registry" and switch to "Gadget".
3. Try to create a gadget with an invalid encoding as described above.
--
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
13 years, 2 months
[JBoss JIRA] (GTNPORTAL-2453) Update components versions to latest released ones
by Trong Tran (JIRA)
Trong Tran created GTNPORTAL-2453:
-------------------------------------
Summary: Update components versions to latest released ones
Key: GTNPORTAL-2453
URL: https://issues.jboss.org/browse/GTNPORTAL-2453
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Trong Tran
Fix For: 3.3.0.CR01
Here is what we should have in diff :
{code}
- <org.exoplatform.kernel.version>2.3.6-GA</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.4.6-GA</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.2.6-GA</org.exoplatform.ws.version>
- <org.exoplatform.jcr.version>1.14.6-GA</org.exoplatform.jcr.version>
+ <org.exoplatform.kernel.version>2.3.7-GA</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.4.7-GA</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.2.7-GA</org.exoplatform.ws.version>
+ <org.exoplatform.jcr.version>1.14.7-GA</org.exoplatform.jcr.version>
<org.shindig.version>2.0.2-CP01</org.shindig.version>
<nl.captcha.simplecaptcha.version>1.1.1-GA-Patch01</nl.captcha.simplecaptcha.version>
<org.gatein.common.version>2.0.4-GA</org.gatein.common.version>
<org.gatein.wci.version>2.2.0-Beta01</org.gatein.wci.version>
- <org.gatein.pc.version>2.3.1-GA</org.gatein.pc.version>
+ <org.gatein.pc.version>2.3.2-GA</org.gatein.pc.version>
<org.picketlink.idm>1.3.1.GA</org.picketlink.idm>
- <org.gatein.wsrp.version>2.1.1-CR02</org.gatein.wsrp.version>
+ <org.gatein.wsrp.version>2.2.0-Beta02</org.gatein.wsrp.version>
<org.gatein.mop.version>1.1.1-GA</org.gatein.mop.version>
<org.gatein.mgmt.version>1.0.1-GA</org.gatein.mgmt.version>
<org.slf4j.version>1.5.8</org.slf4j.version>
{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
13 years, 2 months