[JBoss JIRA] (GTNPORTAL-2660) Javascript exception when use UITabContainer
by Vu Viet Phuong (JIRA)
Vu Viet Phuong created GTNPORTAL-2660:
-----------------------------------------
Summary: Javascript exception when use UITabContainer
Key: GTNPORTAL-2660
URL: https://issues.jboss.org/browse/GTNPORTAL-2660
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: WebUI
Affects Versions: 3.4.0.Final
Reporter: Vu Viet Phuong
Assignee: Vu Viet Phuong
- Edit homepage
- Add UITabContainer to the page
- Finish --> back to Home page --> F5 (refresh)
Now try to change tab --> JS exception (eXo.webui.UIHorizontalTabs is undefined)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (GTNPORTAL-2578) XSS in page title of container
by Trong Tran (JIRA)
Trong Tran created GTNPORTAL-2578:
-------------------------------------
Summary: XSS in page title of container
Key: GTNPORTAL-2578
URL: https://issues.jboss.org/browse/GTNPORTAL-2578
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Security
Affects Versions: 3.4.0.Final
Reporter: Trong Tran
Assignee: Trong Tran
Fix For: 3.5.0.Beta01
Add/Edit a page
Choose container tab
Drag & drop container ( one row)
Change title of container by: </title><script>alert("xssed portal")</script>
Click Save
=> it alerts "xssed portal" message
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (GTNPORTAL-2566) ClientAbortException should not be logged
by Trong Tran (JIRA)
Trong Tran created GTNPORTAL-2566:
-------------------------------------
Summary: ClientAbortException should not be logged
Key: GTNPORTAL-2566
URL: https://issues.jboss.org/browse/GTNPORTAL-2566
Project: GateIn Portal
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Trong Tran
Priority: Optional
Fix For: 3.5.0.Beta01
When a user cancels a running ajax resource, for example:
- by closing his web browser/tab when the resource is being transfered
- by closing his tab browser when the resource is being transfered
- by refreshing the page when the resource is being transfered
- if a portlet code use the javascript method .abort() on a client-side user action, when the resource is being transfered
then an Exception is logged as error on server side:
{code}
Sep 7, 2012 2:42:39 PM org.exoplatform.portal.webui.application.UIPortletActionListener$ServeResourceActionListener execute
SEVERE: Problem while serving resource renderingURL for the portlet: local._dumbvalue
ClientAbortException: java.net.SocketException: Software caused connection abort: socket write error
at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:373)
at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:437)
at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:351)
at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:396)
at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:385)
....
{code}
it shouldn't be considered as a really error and is very annoying for administrators when they inspect server logs.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (GTNPORTAL-2591) JS errors in latest gatein-master
by Marek Posolda (JIRA)
Marek Posolda created GTNPORTAL-2591:
----------------------------------------
Summary: JS errors in latest gatein-master
Key: GTNPORTAL-2591
URL: https://issues.jboss.org/browse/GTNPORTAL-2591
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.4.0.Final
Reporter: Marek Posolda
Fix For: 3.5.0.Beta01
Just tried latest gatein-master and I am seeing some strange JS errors in server.log like:
09:36:08,241 WARNING [org.gatein.portal.controller.resource.ResourceRequestHandler] (http-/127.0.0.1:8080-1) SHARED/webui-ext.js:1543: WARNING - Parse error. expected closing }
09:36:08,242 WARNING [org.gatein.portal.controller.resource.ResourceRequestHandler] (http-/127.0.0.1:8080-1) SHARED/webui-ext.js:1543: WARNING - Parse error. expecting a variable name in a @param tag
and I can't rename first dashboard tab of any user. Name of first dashboard tab is always "Tab_Default".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months