From issues at jboss.org Tue Apr 1 03:35:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 03:35:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3436) Should not encode ampersand (&) in src attribute of html script tag In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce reassigned GTNPORTAL-3436: -------------------------------------- Assignee: Lucas Ponce > Should not encode ampersand (&) in src attribute of html script tag > ------------------------------------------------------------------- > > Key: GTNPORTAL-3436 > URL: https://issues.jboss.org/browse/GTNPORTAL-3436 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Vu Viet Phuong > Assignee: Lucas Ponce > Priority: Minor > > The bug was introduce by this commit https://github.com/gatein/gatein-portal/commit/b5b8eedf86733235f40d2161a73e75693c8facf3#diff-13 > {code} > String amp = "&" > gadgets.pubsubURL = hostName + '/js/gatein-container.js?c=1' + (debug ? amp + "debug=1": "") + (nocache ? amp +"nocache=1" : amp + "nocache=0"); > {code} > pubsubURL will be loaded by js loader (requirejs) that build a script tag an put it in the html header. > --> Script loading this way will not decode the "&" to "&" then server will receive "amp;debug" instead of "debug" parameter --> wrong parameter name on server -- 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 From issues at jboss.org Tue Apr 1 03:35:14 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 03:35:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3436) Should not encode ampersand (&) in src attribute of html script tag In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12957971#comment-12957971 ] Lucas Ponce commented on GTNPORTAL-3436: ---------------------------------------- Thanks for reporting. Let me know to investigate if I can fix this issue and to maintain w3c compatibility in gatein markup. > Should not encode ampersand (&) in src attribute of html script tag > ------------------------------------------------------------------- > > Key: GTNPORTAL-3436 > URL: https://issues.jboss.org/browse/GTNPORTAL-3436 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Vu Viet Phuong > Assignee: Lucas Ponce > Priority: Minor > > The bug was introduce by this commit https://github.com/gatein/gatein-portal/commit/b5b8eedf86733235f40d2161a73e75693c8facf3#diff-13 > {code} > String amp = "&" > gadgets.pubsubURL = hostName + '/js/gatein-container.js?c=1' + (debug ? amp + "debug=1": "") + (nocache ? amp +"nocache=1" : amp + "nocache=0"); > {code} > pubsubURL will be loaded by js loader (requirejs) that build a script tag an put it in the html header. > --> Script loading this way will not decode the "&" to "&" then server will receive "amp;debug" instead of "debug" parameter --> wrong parameter name on server -- 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 From issues at jboss.org Tue Apr 1 03:43:13 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Tue, 1 Apr 2014 03:43:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3436) Should not encode ampersand (&) in src attribute of html script tag In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12957973#comment-12957973 ] Trong Tran commented on GTNPORTAL-3436: --------------------------------------- Yes, you can. And don't hesitate to ask if you need further information. Thank you in advance > Should not encode ampersand (&) in src attribute of html script tag > ------------------------------------------------------------------- > > Key: GTNPORTAL-3436 > URL: https://issues.jboss.org/browse/GTNPORTAL-3436 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Vu Viet Phuong > Assignee: Lucas Ponce > Priority: Minor > > The bug was introduce by this commit https://github.com/gatein/gatein-portal/commit/b5b8eedf86733235f40d2161a73e75693c8facf3#diff-13 > {code} > String amp = "&" > gadgets.pubsubURL = hostName + '/js/gatein-container.js?c=1' + (debug ? amp + "debug=1": "") + (nocache ? amp +"nocache=1" : amp + "nocache=0"); > {code} > pubsubURL will be loaded by js loader (requirejs) that build a script tag an put it in the html header. > --> Script loading this way will not decode the "&" to "&" then server will receive "amp;debug" instead of "debug" parameter --> wrong parameter name on server -- 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 From issues at jboss.org Tue Apr 1 03:45:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 03:45:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3436) Should not encode ampersand (&) in src attribute of html script tag In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12957974#comment-12957974 ] Lucas Ponce commented on GTNPORTAL-3436: ---------------------------------------- I've performed several non regression tests with dashboard and gadgets and I didn't see this one. This issue can be reproduce with out-of-the-box gadgets in gatein or there are additional tests to reproduce it ? That can help to validate it. Thanks again. Lucas > Should not encode ampersand (&) in src attribute of html script tag > ------------------------------------------------------------------- > > Key: GTNPORTAL-3436 > URL: https://issues.jboss.org/browse/GTNPORTAL-3436 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Vu Viet Phuong > Assignee: Lucas Ponce > Priority: Minor > > The bug was introduce by this commit https://github.com/gatein/gatein-portal/commit/b5b8eedf86733235f40d2161a73e75693c8facf3#diff-13 > {code} > String amp = "&" > gadgets.pubsubURL = hostName + '/js/gatein-container.js?c=1' + (debug ? amp + "debug=1": "") + (nocache ? amp +"nocache=1" : amp + "nocache=0"); > {code} > pubsubURL will be loaded by js loader (requirejs) that build a script tag an put it in the html header. > --> Script loading this way will not decode the "&" to "&" then server will receive "amp;debug" instead of "debug" parameter --> wrong parameter name on server -- 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 From issues at jboss.org Tue Apr 1 05:35:13 2014 From: issues at jboss.org (Remy Maucherat (JIRA)) Date: Tue, 1 Apr 2014 05:35:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remy Maucherat updated GTNPORTAL-3435: -------------------------------------- Attachment: jbossweb-7.4.1.Final.jar Could you test this one ? Thanks. > Import .zip REST API broken with EAP 6.3.0.Alpha1 > ------------------------------------------------- > > Key: GTNPORTAL-3435 > URL: https://issues.jboss.org/browse/GTNPORTAL-3435 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip > > > A curl operation over template/user API: > curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user" > hangs with: > 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful ! > 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException > at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25] > at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] > at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] -- 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 From issues at jboss.org Tue Apr 1 06:43:12 2014 From: issues at jboss.org (Tran Trung Thanh (JIRA)) Date: Tue, 1 Apr 2014 06:43:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3437) "overwrite" import mode does not delete pages In-Reply-To: References: Message-ID: Tran Trung Thanh created GTNPORTAL-3437: ------------------------------------------- Summary: "overwrite" import mode does not delete pages Key: GTNPORTAL-3437 URL: https://issues.jboss.org/browse/GTNPORTAL-3437 Project: GateIn Portal Issue Type: Feature Request Security Level: Public (Everyone can see) Affects Versions: 3.5.8.Final Reporter: Tran Trung Thanh Steps to reproduce in eXo Platform 4.0.5 using Gatein Portal 3.5.9.Final : - Change the file webapps/platform-extension/WEB-INF/conf/portal/portal-configuration.xml - Set the parameter "override" of the component org.exoplatform.portal.config.UserPortalConfigService to "true" - Set the "default.import.mode" to "overwrite" - Start eXo (with a clean database) - Stop eXo - Remove the News navigation node and page (in webapps/acme-website/WEB-INF/conf/acme-portal/portal/portal/acme/pages.xml and webapps/acme-website/WEB-INF/conf/acme-portal/portal/portal/acme/navigation.xml) - start eXo ---> the News navigation node is removed, but not the News page (see in the Pages Management page) Expected behavior: - News page is removed in Pages Management -- 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 From issues at jboss.org Tue Apr 1 07:08:04 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 1 Apr 2014 07:08:04 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12958033#comment-12958033 ] RH Bugzilla Integration commented on GTNPORTAL-3435: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1082560|https://bugzilla.redhat.com/show_bug.cgi?id=1082560] from NEW to POST > Import .zip REST API broken with EAP 6.3.0.Alpha1 > ------------------------------------------------- > > Key: GTNPORTAL-3435 > URL: https://issues.jboss.org/browse/GTNPORTAL-3435 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip > > > A curl operation over template/user API: > curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user" > hangs with: > 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful ! > 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException > at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25] > at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] > at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] -- 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 From issues at jboss.org Tue Apr 1 07:19:23 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 07:19:23 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12958041#comment-12958041 ] Lucas Ponce commented on GTNPORTAL-3435: ---------------------------------------- Thanks Remy. I can confirm that with jbossweb-7.4.1.Final.jar no more Exceptions are faced during import .zip REST operation. > Import .zip REST API broken with EAP 6.3.0.Alpha1 > ------------------------------------------------- > > Key: GTNPORTAL-3435 > URL: https://issues.jboss.org/browse/GTNPORTAL-3435 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip > > > A curl operation over template/user API: > curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user" > hangs with: > 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful ! > 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException > at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25] > at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] > at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] -- 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 From issues at jboss.org Tue Apr 1 07:23:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 07:23:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12958042#comment-12958042 ] Lucas Ponce commented on GTNPORTAL-3435: ---------------------------------------- One more question from my side: is there a BZ for EAP 6.3.0 for jbossweb-7.4.1.Final.jar ? I would like to link JBoss Portal Bugzilla with EAP one. Thanks, Lucas > Import .zip REST API broken with EAP 6.3.0.Alpha1 > ------------------------------------------------- > > Key: GTNPORTAL-3435 > URL: https://issues.jboss.org/browse/GTNPORTAL-3435 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip > > > A curl operation over template/user API: > curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user" > hangs with: > 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful ! > 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException > at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25] > at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] > at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] -- 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 From issues at jboss.org Tue Apr 1 07:41:13 2014 From: issues at jboss.org (Jean-Frederic Clere (JIRA)) Date: Tue, 1 Apr 2014 07:41:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12958048#comment-12958048 ] Jean-Frederic Clere commented on GTNPORTAL-3435: ------------------------------------------------ you should create a BZ to get a released/productised jbossweb-7.4.1.Final > Import .zip REST API broken with EAP 6.3.0.Alpha1 > ------------------------------------------------- > > Key: GTNPORTAL-3435 > URL: https://issues.jboss.org/browse/GTNPORTAL-3435 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip > > > A curl operation over template/user API: > curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user" > hangs with: > 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful ! > 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException > at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25] > at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] > at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] -- 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 From issues at jboss.org Tue Apr 1 07:59:13 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 1 Apr 2014 07:59:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3435: ----------------------------------------------- Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1082560, https://bugzilla.redhat.com/show_bug.cgi?id=1083054 (was: https://bugzilla.redhat.com/show_bug.cgi?id=1082560) > Import .zip REST API broken with EAP 6.3.0.Alpha1 > ------------------------------------------------- > > Key: GTNPORTAL-3435 > URL: https://issues.jboss.org/browse/GTNPORTAL-3435 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip > > > A curl operation over template/user API: > curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user" > hangs with: > 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful ! > 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException > at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25] > at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] > at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] -- 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 From issues at jboss.org Tue Apr 1 08:19:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 08:19:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3436) Should not encode ampersand (&) in src attribute of html script tag In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12958061#comment-12958061 ] Lucas Ponce commented on GTNPORTAL-3436: ---------------------------------------- I can reproduce it: - RSS Reader gadget. - Edit and change # of items attribute. - Save. Exception on server: 14:16:37,735 INFO [org.apache.shindig.gadgets.render.Renderer] (http-/127.0.0.1:8080-22) Failed to render gadget null: Missing or malformed url parameter Exception on client: GET http://localhost:8080/eXoGadgetServer/gadgets/ifr?container=portal&mid=?s%2Fapp%3ArssAggregator%2Fapp%3Adata%2Fapp%3Aresources%2FrssAggregator.xml 400 (Bad Request) > Should not encode ampersand (&) in src attribute of html script tag > ------------------------------------------------------------------- > > Key: GTNPORTAL-3436 > URL: https://issues.jboss.org/browse/GTNPORTAL-3436 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Vu Viet Phuong > Assignee: Lucas Ponce > Priority: Minor > > The bug was introduce by this commit https://github.com/gatein/gatein-portal/commit/b5b8eedf86733235f40d2161a73e75693c8facf3#diff-13 > {code} > String amp = "&" > gadgets.pubsubURL = hostName + '/js/gatein-container.js?c=1' + (debug ? amp + "debug=1": "") + (nocache ? amp +"nocache=1" : amp + "nocache=0"); > {code} > pubsubURL will be loaded by js loader (requirejs) that build a script tag an put it in the html header. > --> Script loading this way will not decode the "&" to "&" then server will receive "amp;debug" instead of "debug" parameter --> wrong parameter name on server -- 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 From issues at jboss.org Tue Apr 1 11:13:12 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 11:13:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3436) Should not encode ampersand (&) in src attribute of html script tag In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3436: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/813 I've proposed a small fix for Gadgets area. Please, let me know if it works. I've noticed a couple of places where markup is not consistent with w3c I will work on that in a separate JIRA. Thanks, Lucas > Should not encode ampersand (&) in src attribute of html script tag > ------------------------------------------------------------------- > > Key: GTNPORTAL-3436 > URL: https://issues.jboss.org/browse/GTNPORTAL-3436 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Vu Viet Phuong > Assignee: Lucas Ponce > Priority: Minor > > The bug was introduce by this commit https://github.com/gatein/gatein-portal/commit/b5b8eedf86733235f40d2161a73e75693c8facf3#diff-13 > {code} > String amp = "&" > gadgets.pubsubURL = hostName + '/js/gatein-container.js?c=1' + (debug ? amp + "debug=1": "") + (nocache ? amp +"nocache=1" : amp + "nocache=0"); > {code} > pubsubURL will be loaded by js loader (requirejs) that build a script tag an put it in the html header. > --> Script loading this way will not decode the "&" to "&" then server will receive "amp;debug" instead of "debug" parameter --> wrong parameter name on server -- 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 From issues at jboss.org Tue Apr 1 11:15:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 11:15:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3438) Review W3C markup for Gadgets In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3438: -------------------------------------- Summary: Review W3C markup for Gadgets Key: GTNPORTAL-3438 URL: https://issues.jboss.org/browse/GTNPORTAL-3438 Project: GateIn Portal Issue Type: Enhancement Security Level: Public (Everyone can see) Reporter: Lucas Ponce Assignee: Lucas Ponce Priority: Minor There are some aspects to study to be w3c compliant: - ID generated by Gadgets. - custom attributes. -- 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 From issues at jboss.org Tue Apr 1 11:17:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 11:17:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3439) Review W3C markup for Page Wizard In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3439: -------------------------------------- Summary: Review W3C markup for Page Wizard Key: GTNPORTAL-3439 URL: https://issues.jboss.org/browse/GTNPORTAL-3439 Project: GateIn Portal Issue Type: Enhancement Security Level: Public (Everyone can see) Reporter: Lucas Ponce Assignee: Lucas Ponce There are scenarios in Page Wizard where markup is not consistent with W3C: - IDs - Custom attributes -- 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 From issues at jboss.org Tue Apr 1 14:51:12 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 14:51:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3438) Review W3C markup for Gadgets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3438: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/814 > Review W3C markup for Gadgets > ----------------------------- > > Key: GTNPORTAL-3438 > URL: https://issues.jboss.org/browse/GTNPORTAL-3438 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Priority: Minor > > There are some aspects to study to be w3c compliant: > - ID generated by Gadgets. > - custom attributes. > -- 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 From issues at jboss.org Tue Apr 1 14:55:12 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 1 Apr 2014 14:55:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3438) Review W3C markup for Gadgets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3438: ----------------------------------- Description: There are some aspects to study to be w3c compliant: - ID generated by Gadgets. - Custom attributes. was: There are some aspects to study to be w3c compliant: - ID generated by Gadgets. - custom attributes. > Review W3C markup for Gadgets > ----------------------------- > > Key: GTNPORTAL-3438 > URL: https://issues.jboss.org/browse/GTNPORTAL-3438 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Priority: Minor > > There are some aspects to study to be w3c compliant: > - ID generated by Gadgets. > - Custom attributes. > -- 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 From issues at jboss.org Wed Apr 2 01:01:23 2014 From: issues at jboss.org (Tran Trung Thanh (JIRA)) Date: Wed, 2 Apr 2014 01:01:23 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3437) "overwrite" import mode does not delete pages In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tran Trung Thanh updated GTNPORTAL-3437: ---------------------------------------- Git Pull Request: https://github.com/gatein/gatein-portal/pull/815 Description: Steps to reproduce in Gatein-Portal : - Change the file *webapps/portal/WEB-INF/conf/portal/portal-configuration.xml* - Set the parameter "override" of the component org.exoplatform.portal.config.UserPortalConfigService to "true" - Set the "default.import.mode" to "overwrite" - Start eXo (with a clean database) - Stop eXo - Remove the *Register* navigation node and page (in webapps/portal/WEB-INF/conf/portal/portal/classic/pages.xml and webapps/portal/WEB-INF/conf/portal/portal/classic/navigation.xml) start eXo ---> the *Register* navigation node is removed, but not the *Register* page (see in the Pages Management page) Expected behavior: - *Register* page is removed in *Pages Management* was: Steps to reproduce in eXo Platform 4.0.5 using Gatein Portal 3.5.9.Final : - Change the file webapps/platform-extension/WEB-INF/conf/portal/portal-configuration.xml - Set the parameter "override" of the component org.exoplatform.portal.config.UserPortalConfigService to "true" - Set the "default.import.mode" to "overwrite" - Start eXo (with a clean database) - Stop eXo - Remove the News navigation node and page (in webapps/acme-website/WEB-INF/conf/acme-portal/portal/portal/acme/pages.xml and webapps/acme-website/WEB-INF/conf/acme-portal/portal/portal/acme/navigation.xml) - start eXo ---> the News navigation node is removed, but not the News page (see in the Pages Management page) Expected behavior: - News page is removed in Pages Management > "overwrite" import mode does not delete pages > --------------------------------------------- > > Key: GTNPORTAL-3437 > URL: https://issues.jboss.org/browse/GTNPORTAL-3437 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Tran Trung Thanh > > Steps to reproduce in Gatein-Portal : > - Change the file *webapps/portal/WEB-INF/conf/portal/portal-configuration.xml* > - Set the parameter "override" of the component org.exoplatform.portal.config.UserPortalConfigService to "true" > - Set the "default.import.mode" to "overwrite" > - Start eXo (with a clean database) > - Stop eXo > - Remove the *Register* navigation node and page (in webapps/portal/WEB-INF/conf/portal/portal/classic/pages.xml and webapps/portal/WEB-INF/conf/portal/portal/classic/navigation.xml) > start eXo > ---> the *Register* navigation node is removed, but not the *Register* page (see in the Pages Management page) > Expected behavior: > - *Register* page is removed in *Pages Management* -- 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 From issues at jboss.org Wed Apr 2 01:09:12 2014 From: issues at jboss.org (Tran Trung Thanh (JIRA)) Date: Wed, 2 Apr 2014 01:09:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3437) "overwrite" import mode does not delete pages In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tran Trung Thanh updated GTNPORTAL-3437: ---------------------------------------- Status: Pull Request Sent (was: Open) > "overwrite" import mode does not delete pages > --------------------------------------------- > > Key: GTNPORTAL-3437 > URL: https://issues.jboss.org/browse/GTNPORTAL-3437 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Tran Trung Thanh > > Steps to reproduce in Gatein-Portal : > - Change the file *webapps/portal/WEB-INF/conf/portal/portal-configuration.xml* > - Set the parameter "override" of the component org.exoplatform.portal.config.UserPortalConfigService to "true" > - Set the "default.import.mode" to "overwrite" > - Start eXo (with a clean database) > - Stop eXo > - Remove the *Register* navigation node and page (in webapps/portal/WEB-INF/conf/portal/portal/classic/pages.xml and webapps/portal/WEB-INF/conf/portal/portal/classic/navigation.xml) > start eXo > ---> the *Register* navigation node is removed, but not the *Register* page (see in the Pages Management page) > Expected behavior: > - *Register* page is removed in *Pages Management* -- 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 From issues at jboss.org Wed Apr 2 05:07:12 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Wed, 2 Apr 2014 05:07:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-2571) UIContainer is not thread-safe In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-2571: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1083433 > UIContainer is not thread-safe > ------------------------------ > > Key: GTNPORTAL-2571 > URL: https://issues.jboss.org/browse/GTNPORTAL-2571 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Trong Tran > Assignee: Trong Tran > Fix For: 3.5.0.Beta01 > > > Sometimes it raises ConcurrentModificationException in multithreading environment > {code} > Caused by: java.util.ConcurrentModificationException > at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) > at java.util.AbstractList$Itr.next(AbstractList.java:343) > at org.exoplatform.webui.core.UIContainer.getChild(UIContainer.java:150) > at org.exoplatform.webui.core.UIContainer.renderChild(UIContainer.java:334) > {code} -- 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 From issues at jboss.org Wed Apr 2 06:07:13 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Wed, 2 Apr 2014 06:07:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3440) eap630 profile does create a zipped distribution In-Reply-To: References: Message-ID: Peter Palaga created GTNPORTAL-3440: --------------------------------------- Summary: eap630 profile does create a zipped distribution Key: GTNPORTAL-3440 URL: https://issues.jboss.org/browse/GTNPORTAL-3440 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Components: Packaging Reporter: Peter Palaga Assignee: Juraci Paix?o Kr?hling {{packaging/jboss/pkg/target/jboss-eap}} is there and seems to have a correct content but there is no zip file there. -- 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 From issues at jboss.org Wed Apr 2 06:17:13 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Wed, 2 Apr 2014 06:17:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3440) eap630 profile does create a zipped distribution In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga resolved GTNPORTAL-3440. ------------------------------------- Resolution: Won't Fix The functionality was not there before for as711 profile either. > eap630 profile does create a zipped distribution > ------------------------------------------------ > > Key: GTNPORTAL-3440 > URL: https://issues.jboss.org/browse/GTNPORTAL-3440 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: Packaging > Reporter: Peter Palaga > Assignee: Juraci Paix?o Kr?hling > > {{packaging/jboss/pkg/target/jboss-eap}} is there and seems to have a correct content but there is no zip file there. -- 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 From issues at jboss.org Thu Apr 3 04:19:12 2014 From: issues at jboss.org (Toshiya Kobayashi (JIRA)) Date: Thu, 3 Apr 2014 04:19:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3423) Cannot edit page with IE when Dashboard 2nd tab name contains multibyte characters In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12958785#comment-12958785 ] Toshiya Kobayashi commented on GTNPORTAL-3423: ---------------------------------------------- GTNPORTAL-3253 is also required to make it work with IE9 > Cannot edit page with IE when Dashboard 2nd tab name contains multibyte characters > ---------------------------------------------------------------------------------- > > Key: GTNPORTAL-3423 > URL: https://issues.jboss.org/browse/GTNPORTAL-3423 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Affects Versions: 3.6.0.Final > Environment: Windows 7 (Japanese Edition) > Internet Explorer 9 > Reporter: Takayuki Konishi > > Cannot edit page with IE when Dashboard 2nd tab name contains multibyte character > See "Steps to Reproduce". > Actual result: > Move to first tab ("Click & Type Page Name") and IllegalArgumentException is thrown[1]. > Expected results: > Open editor for second tab ("????") > Additional info: > After I clicked "Edit Page", IE sent this request [2]. The tab name is not url encoded in UTF-8 > Actual) %82%C8%82%A9%82%DE%82%E7 (SJIS) > Expected) %E3%81%AA%E3%81%8B%E3%82%80%E3%82%89 (UTF-8) > [1] > {code} > 21:37:57,516 WARN [org.exoplatform.web.CacheUserProfileFilter] (http--0.0.0.0-8080-2) An error occured while cache user profile: javax.servlet.ServletException: java.lang.IllegalArgumentException: Invalid percent escape in /u/root/%82%C8%82%A9%82%DE%82%E7 > at org.exoplatform.portal.application.PortalController.onService(PortalController.java:110) [exo.portal.webui.portal-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:132) [exo.kernel.container-2.4.3-GA.jar:2.4.3-GA] > at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilter.java:96) [exo.portal.component.web.api-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.filter.ExtensibleFilter.doFilter(ExtensibleFilter.java:71) [exo.portal.component.web.api-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.filter.GenericFilter.doFilter(GenericFilter.java:70) [exo.portal.component.web.api-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.web.CacheUserProfileFilter.doFilter(CacheUserProfileFilter.java:67) [exo.portal.component.web.security-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.frameworks.jcr.web.ThreadLocalSessionProviderInitializedFilter.doFilter(ThreadLocalSessionProviderInitializedFilter.java:122) [exo.jcr.framework.web-1.15.3-GA.jar:1.15.3-GA] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.web.login.ConversationStateUpdateFilter.doFilter(ConversationStateUpdateFilter.java:66) [exo.portal.component.web.security-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.services.security.web.SetCurrentIdentityFilter.doFilter(SetCurrentIdentityFilter.java:88) [exo.core.component.security.core-2.5.3-GA.jar:2.5.3-GA] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.web.login.RememberMeFilter.doFilter(RememberMeFilter.java:81) [exo.portal.component.web.security-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.login.RememberMeFilter.doFilter(RememberMeFilter.java:49) [exo.portal.component.web.security-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.gatein.security.oauth.webapi.OAuthDelegateFilter.doFilter(OAuthDelegateFilter.java:58) [exo.portal.component.web.oauth-web-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.gatein.sso.integration.SSODelegateFilter.doFilter(SSODelegateFilter.java:60) [sso-integration-1.3.3.Final.jar:1.3.3.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.container.web.PortalContainerFilter.doFilter(PortalContainerFilter.java:78) [exo.kernel.container-2.4.3-GA.jar:2.4.3-GA] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.gatein.portal.installer.PortalSetupFilter.doFilter(PortalSetupFilter.java:61) [exo.portal.component.portal-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.gatein.portal.init.PortalCheckInitFilter.doFilter(PortalCheckInitFilter.java:66) [exo.portal.component.portal-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:397) [jbossweb-7.0.13.Final.jar:] > at org.gatein.sso.integration.SSODelegateValve.invoke(SSODelegateValve.java:159) [sso-integration-1.3.3.Final.jar:1.3.3.Final] > at org.gatein.portal.security.jboss.PortalClusteredSSOSupportValve.invoke(PortalClusteredSSOSupportValve.java:88) [exo.portal.component.web.security-jboss-3.6.0.Final.jar:3.6.0.Final] > at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final] > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:] > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:] > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:] > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:] > at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_45] > Caused by: java.lang.IllegalArgumentException: Invalid percent escape in /u/root/%82%C8%82%A9%82%DE%82%E7 > at org.exoplatform.web.controller.router.Path$Data.(Path.java:108) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.controller.router.Path$Data.(Path.java:44) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.controller.router.Path.parse(Path.java:34) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.controller.router.Route.route(Route.java:425) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.controller.router.Router.matcher(Router.java:164) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.WebAppController.service(WebAppController.java:300) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.portal.application.PortalController.onService(PortalController.java:108) [exo.portal.webui.portal-3.6.0.Final.jar:3.6.0.Final] > ... 54 more > {code} > [2] > {code} > =============================================================== > REQUEST URI =/portal/u/root/%82%C8%82%A9%82%DE%82%E7 > authType=null > characterEncoding=UTF-8 > contentLength=-1 > contentType=text/plain;charset=UTF-8 > contextPath=/portal > cookie=gtn.site.preference=/zXAkOBtwlk= > cookie=JSESSIONID=UB3vwkW4kz8G5s7P0NQpXvyW.undefined > header=accept=*/* > header=content-type=text/plain;charset=UTF-8 > header=x-requested-with=XMLHttpRequest > header=referer=http://192.168.122.1:8080/portal/u/root/%E3%81%AA%E3%81%8B%E3%82%80%E3%82%89 > header=accept-language=ja > header=accept-encoding=gzip, deflate > header=user-agent=Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) > header=host=192.168.122.1:8080 > header=connection=Keep-Alive > header=cookie=gtn.site.preference="/zXAkOBtwlk="; JSESSIONID=UB3vwkW4kz8G5s7P0NQpXvyW.undefined > locale=ja > method=GET > parameter=portal:componentId=1642164311 > parameter=ajaxRequest=true > parameter=_=1394801693542 > parameter=portal:action=EditCurrentPage > pathInfo=null > protocol=HTTP/1.1 > queryString=portal:componentId=1642164311&portal:action=EditCurrentPage&ajaxRequest=true&_=1394801693542 > remoteAddr=192.168.122.10 > remoteHost=192.168.122.10 > remoteUser=null > requestedSessionId=UB3vwkW4kz8G5s7P0NQpXvyW.undefined > scheme=http > serverName=192.168.122.1 > serverPort=8080 > servletPath=/u/root/<82>?<82>?<82>?<82>? > isSecure=false > --------------------------------------------------------------- > {code} -- 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 From issues at jboss.org Thu Apr 3 08:01:16 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Thu, 3 Apr 2014 08:01:16 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3439) Review W3C markup for Page Wizard In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3439: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/816 > Review W3C markup for Page Wizard > --------------------------------- > > Key: GTNPORTAL-3439 > URL: https://issues.jboss.org/browse/GTNPORTAL-3439 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > There are scenarios in Page Wizard where markup is not consistent with W3C: > - IDs > - Custom attributes -- 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 From issues at jboss.org Fri Apr 4 03:23:13 2014 From: issues at jboss.org (Tuyen Nguyen The (JIRA)) Date: Fri, 4 Apr 2014 03:23:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3441) XSS vulnerability in UIFormTabPane In-Reply-To: References: Message-ID: Tuyen Nguyen The created GTNPORTAL-3441: ------------------------------------------- Summary: XSS vulnerability in UIFormTabPane Key: GTNPORTAL-3441 URL: https://issues.jboss.org/browse/GTNPORTAL-3441 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Reporter: Tuyen Nguyen The Assignee: Tuyen Nguyen The * *XSS injected vector* via form's currentSelectedTab value: *# A bad guy give victims a *link that mal-script injected into the _currentSelectedTab_* of a tabs form to victims *# A victim *open the link in a browser*. The browser makes a GET request to the application server. *# The mal-script then be loaded by application server into the infected form object's selectedTabId attribute. And the application server response a mal-script infected HTML content back to the browser. *# The browser process the injected content and the script executed. * *Problem analysis*: *# *Screens in eXo projects* that implement the [tabs form UIFormTabPane|https://github.com/exoplatform/gatein-portal/blob/3.5.x-PLF/webui/core/src/main/java/org/exoplatform/webui/form/UIFormTabPane.java#L71] got impacted by *XSS vulnerability*. The root cause come from getting/setting UIFormTabPane's selectedTabId attribute that they do not have steps of validating/sanitizing input/output values: {code} public static String RENDER_TAB = "currentSelectedTab"; .... public void setSelectedTab(String renderTabId) { selectedTabId = renderTabId; } public void setSelectedTab(int index) { selectedTabId = ((UIComponent) getChild(index - 1)).getId(); } public void processDecode(WebuiRequestContext context) throws Exception { String renderTab = context.getRequestParameter(RENDER_TAB); if (renderTab != null) selectedTabId = renderTab; super.processDecode(context); } .... public static class SelectTabActionListener extends EventListener { public void execute(Event event) throws Exception { WebuiRequestContext context = event.getRequestContext(); String renderTab = context.getRequestParameter(UIComponent.OBJECTID); if (renderTab == null) return; event.getSource().setSelectedTab(renderTab); } } {code} ==> mal-script will be embeded into the form object *# The flaw then *leaked* via [UIFormTabPane.gtmpl|https://github.com/gatein/gatein-portal/blob/master/web/portal/src/main/webapp/groovy/webui/form/UIFormTabPane.gtmpl#L41] {code} <%uiform.begin()%>
{code} And injected form object will be *response back to the browser and being processed* by the browser ==> script executed For example: input this into browser {code} http://localhost:8080/portal/g/:organization:management:executive-board/organization/newStaff?portal:componentId=gtn5b8bedf6-cde4-4f48-9966-3887e3af456a&interactionstate=JBPNS_rO0ABXcpAAt1aWNvbXBvbmVudAAAAAEADVVJQWNjb3VudEZvcm0AB19fRU9GX18*&portal:type=action¤tSelectedTab= {code} -- 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 From issues at jboss.org Fri Apr 4 03:25:12 2014 From: issues at jboss.org (Tuyen Nguyen The (JIRA)) Date: Fri, 4 Apr 2014 03:25:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3441) XSS vulnerability in UIFormTabPane In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tuyen Nguyen The updated GTNPORTAL-3441: ---------------------------------------- Description: * *XSS injected vector* via form's currentSelectedTab value: *# A bad guy give victims a *link that mal-script injected into the _currentSelectedTab_* of a tabs form to victims *# A victim *open the link in a browser*. The browser makes a GET request to the application server. *# The mal-script then be loaded by application server into the infected form object's selectedTabId attribute. And the application server response a mal-script infected HTML content back to the browser. *# The browser process the injected content and the script executed. * *Problem analysis*: *# *Screens in eXo projects* that implement the [tabs form UIFormTabPane|https://github.com/gatein/gatein-portal/blob/master/webui/core/src/main/java/org/exoplatform/webui/form/UIFormTabPane.java#L71] got impacted by *XSS vulnerability*. The root cause come from getting/setting UIFormTabPane's selectedTabId attribute that they do not have steps of validating/sanitizing input/output values: {code} public static String RENDER_TAB = "currentSelectedTab"; .... public void setSelectedTab(String renderTabId) { selectedTabId = renderTabId; } public void setSelectedTab(int index) { selectedTabId = ((UIComponent) getChild(index - 1)).getId(); } public void processDecode(WebuiRequestContext context) throws Exception { String renderTab = context.getRequestParameter(RENDER_TAB); if (renderTab != null) selectedTabId = renderTab; super.processDecode(context); } .... public static class SelectTabActionListener extends EventListener { public void execute(Event event) throws Exception { WebuiRequestContext context = event.getRequestContext(); String renderTab = context.getRequestParameter(UIComponent.OBJECTID); if (renderTab == null) return; event.getSource().setSelectedTab(renderTab); } } {code} ==> mal-script will be embeded into the form object *# The flaw then *leaked* via [UIFormTabPane.gtmpl|https://github.com/gatein/gatein-portal/blob/master/web/portal/src/main/webapp/groovy/webui/form/UIFormTabPane.gtmpl#L41] {code} <%uiform.begin()%>
{code} And injected form object will be *response back to the browser and being processed* by the browser ==> script executed For example: input this into browser {code} http://localhost:8080/portal/g/:organization:management:executive-board/organization/newStaff?portal:componentId=gtn5b8bedf6-cde4-4f48-9966-3887e3af456a&interactionstate=JBPNS_rO0ABXcpAAt1aWNvbXBvbmVudAAAAAEADVVJQWNjb3VudEZvcm0AB19fRU9GX18*&portal:type=action¤tSelectedTab= {code} was: * *XSS injected vector* via form's currentSelectedTab value: *# A bad guy give victims a *link that mal-script injected into the _currentSelectedTab_* of a tabs form to victims *# A victim *open the link in a browser*. The browser makes a GET request to the application server. *# The mal-script then be loaded by application server into the infected form object's selectedTabId attribute. And the application server response a mal-script infected HTML content back to the browser. *# The browser process the injected content and the script executed. * *Problem analysis*: *# *Screens in eXo projects* that implement the [tabs form UIFormTabPane|https://github.com/exoplatform/gatein-portal/blob/3.5.x-PLF/webui/core/src/main/java/org/exoplatform/webui/form/UIFormTabPane.java#L71] got impacted by *XSS vulnerability*. The root cause come from getting/setting UIFormTabPane's selectedTabId attribute that they do not have steps of validating/sanitizing input/output values: {code} public static String RENDER_TAB = "currentSelectedTab"; .... public void setSelectedTab(String renderTabId) { selectedTabId = renderTabId; } public void setSelectedTab(int index) { selectedTabId = ((UIComponent) getChild(index - 1)).getId(); } public void processDecode(WebuiRequestContext context) throws Exception { String renderTab = context.getRequestParameter(RENDER_TAB); if (renderTab != null) selectedTabId = renderTab; super.processDecode(context); } .... public static class SelectTabActionListener extends EventListener { public void execute(Event event) throws Exception { WebuiRequestContext context = event.getRequestContext(); String renderTab = context.getRequestParameter(UIComponent.OBJECTID); if (renderTab == null) return; event.getSource().setSelectedTab(renderTab); } } {code} ==> mal-script will be embeded into the form object *# The flaw then *leaked* via [UIFormTabPane.gtmpl|https://github.com/gatein/gatein-portal/blob/master/web/portal/src/main/webapp/groovy/webui/form/UIFormTabPane.gtmpl#L41] {code} <%uiform.begin()%>
{code} And injected form object will be *response back to the browser and being processed* by the browser ==> script executed For example: input this into browser {code} http://localhost:8080/portal/g/:organization:management:executive-board/organization/newStaff?portal:componentId=gtn5b8bedf6-cde4-4f48-9966-3887e3af456a&interactionstate=JBPNS_rO0ABXcpAAt1aWNvbXBvbmVudAAAAAEADVVJQWNjb3VudEZvcm0AB19fRU9GX18*&portal:type=action¤tSelectedTab= {code} > XSS vulnerability in UIFormTabPane > ---------------------------------- > > Key: GTNPORTAL-3441 > URL: https://issues.jboss.org/browse/GTNPORTAL-3441 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Tuyen Nguyen The > Assignee: Tuyen Nguyen The > > * *XSS injected vector* via form's currentSelectedTab value: > *# A bad guy give victims a *link that mal-script injected into the _currentSelectedTab_* of a tabs form to victims > *# A victim *open the link in a browser*. The browser makes a GET request to the application server. > *# The mal-script then be loaded by application server into the infected form object's selectedTabId attribute. And the application server response a mal-script infected HTML content back to the browser. > *# The browser process the injected content and the script executed. > * *Problem analysis*: > *# *Screens in eXo projects* that implement the [tabs form UIFormTabPane|https://github.com/gatein/gatein-portal/blob/master/webui/core/src/main/java/org/exoplatform/webui/form/UIFormTabPane.java#L71] got impacted by *XSS vulnerability*. > The root cause come from getting/setting UIFormTabPane's selectedTabId attribute that they do not have steps of validating/sanitizing input/output values: > {code} > public static String RENDER_TAB = "currentSelectedTab"; > .... > public void setSelectedTab(String renderTabId) { > selectedTabId = renderTabId; > } > public void setSelectedTab(int index) { > selectedTabId = ((UIComponent) getChild(index - 1)).getId(); > } > public void processDecode(WebuiRequestContext context) throws Exception { > String renderTab = context.getRequestParameter(RENDER_TAB); > if (renderTab != null) > selectedTabId = renderTab; > super.processDecode(context); > } > .... > public static class SelectTabActionListener extends EventListener { > public void execute(Event event) throws Exception { > WebuiRequestContext context = event.getRequestContext(); > String renderTab = context.getRequestParameter(UIComponent.OBJECTID); > if (renderTab == null) > return; > event.getSource().setSelectedTab(renderTab); > } > } > {code} > ==> mal-script will be embeded into the form object > *# The flaw then *leaked* via [UIFormTabPane.gtmpl|https://github.com/gatein/gatein-portal/blob/master/web/portal/src/main/webapp/groovy/webui/form/UIFormTabPane.gtmpl#L41] > {code} > <%uiform.begin()%> >
>
> {code} > And injected form object will be *response back to the browser and being processed* by the browser ==> script executed > For example: input this into browser > {code} > http://localhost:8080/portal/g/:organization:management:executive-board/organization/newStaff?portal:componentId=gtn5b8bedf6-cde4-4f48-9966-3887e3af456a&interactionstate=JBPNS_rO0ABXcpAAt1aWNvbXBvbmVudAAAAAEADVVJQWNjb3VudEZvcm0AB19fRU9GX18*&portal:type=action¤tSelectedTab= > {code} -- 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 From issues at jboss.org Fri Apr 4 03:59:13 2014 From: issues at jboss.org (Tuyen Nguyen The (JIRA)) Date: Fri, 4 Apr 2014 03:59:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3441) XSS vulnerability in UIFormTabPane In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tuyen Nguyen The updated GTNPORTAL-3441: ---------------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/817 > XSS vulnerability in UIFormTabPane > ---------------------------------- > > Key: GTNPORTAL-3441 > URL: https://issues.jboss.org/browse/GTNPORTAL-3441 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Tuyen Nguyen The > Assignee: Tuyen Nguyen The > > * *XSS injected vector* via form's currentSelectedTab value: > *# A bad guy give victims a *link that mal-script injected into the _currentSelectedTab_* of a tabs form to victims > *# A victim *open the link in a browser*. The browser makes a GET request to the application server. > *# The mal-script then be loaded by application server into the infected form object's selectedTabId attribute. And the application server response a mal-script infected HTML content back to the browser. > *# The browser process the injected content and the script executed. > * *Problem analysis*: > *# *Screens in eXo projects* that implement the [tabs form UIFormTabPane|https://github.com/gatein/gatein-portal/blob/master/webui/core/src/main/java/org/exoplatform/webui/form/UIFormTabPane.java#L71] got impacted by *XSS vulnerability*. > The root cause come from getting/setting UIFormTabPane's selectedTabId attribute that they do not have steps of validating/sanitizing input/output values: > {code} > public static String RENDER_TAB = "currentSelectedTab"; > .... > public void setSelectedTab(String renderTabId) { > selectedTabId = renderTabId; > } > public void setSelectedTab(int index) { > selectedTabId = ((UIComponent) getChild(index - 1)).getId(); > } > public void processDecode(WebuiRequestContext context) throws Exception { > String renderTab = context.getRequestParameter(RENDER_TAB); > if (renderTab != null) > selectedTabId = renderTab; > super.processDecode(context); > } > .... > public static class SelectTabActionListener extends EventListener { > public void execute(Event event) throws Exception { > WebuiRequestContext context = event.getRequestContext(); > String renderTab = context.getRequestParameter(UIComponent.OBJECTID); > if (renderTab == null) > return; > event.getSource().setSelectedTab(renderTab); > } > } > {code} > ==> mal-script will be embeded into the form object > *# The flaw then *leaked* via [UIFormTabPane.gtmpl|https://github.com/gatein/gatein-portal/blob/master/web/portal/src/main/webapp/groovy/webui/form/UIFormTabPane.gtmpl#L41] > {code} > <%uiform.begin()%> >
>
> {code} > And injected form object will be *response back to the browser and being processed* by the browser ==> script executed > For example: input this into browser > {code} > http://localhost:8080/portal/g/:organization:management:executive-board/organization/newStaff?portal:componentId=gtn5b8bedf6-cde4-4f48-9966-3887e3af456a&interactionstate=JBPNS_rO0ABXcpAAt1aWNvbXBvbmVudAAAAAEADVVJQWNjb3VudEZvcm0AB19fRU9GX18*&portal:type=action¤tSelectedTab= > {code} -- 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 From issues at jboss.org Fri Apr 4 04:03:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Fri, 4 Apr 2014 04:03:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNWCM-32) Error building 2.0.0 distribution In-Reply-To: References: Message-ID: Lucas Ponce created GTNWCM-32: --------------------------------- Summary: Error building 2.0.0 distribution Key: GTNWCM-32 URL: https://issues.jboss.org/browse/GTNWCM-32 Project: GateIn WCM Issue Type: Bug Security Level: Public (Everyone can see) Reporter: Lucas Ponce Assignee: Lucas Ponce User is reporting following error: [ERROR] The build could not read 3 projects -> [Help 1] [ERROR] [ERROR] The project org.gatein.wcm:wcm-api:${version.wcm} (C:\Users\s232392\Documents\JBOSS\gatein-wcm-master\wcm-api\pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not find artifact org.gatein.wcm:wcm-parentom:2.0.0 in exo-public-repository-group (http://repository.exoplatform.org/content/groups/public) and 'parent.relativePath' points at wrong local POM @ line 5, column 11 -> [Help 2] -- 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 From issues at jboss.org Fri Apr 4 11:20:13 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Fri, 4 Apr 2014 11:20:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3431) Missing applications icons In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3431: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Missing applications icons > -------------------------- > > Key: GTNPORTAL-3431 > URL: https://issues.jboss.org/browse/GTNPORTAL-3431 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > Attachments: missing-icons.png > > -- 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 From issues at jboss.org Fri Apr 4 11:20:13 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Fri, 4 Apr 2014 11:20:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3436) Should not encode ampersand (&) in src attribute of html script tag In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3436: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Should not encode ampersand (&) in src attribute of html script tag > ------------------------------------------------------------------- > > Key: GTNPORTAL-3436 > URL: https://issues.jboss.org/browse/GTNPORTAL-3436 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Vu Viet Phuong > Assignee: Lucas Ponce > Priority: Minor > Fix For: 3.8.0.Final > > > The bug was introduce by this commit https://github.com/gatein/gatein-portal/commit/b5b8eedf86733235f40d2161a73e75693c8facf3#diff-13 > {code} > String amp = "&" > gadgets.pubsubURL = hostName + '/js/gatein-container.js?c=1' + (debug ? amp + "debug=1": "") + (nocache ? amp +"nocache=1" : amp + "nocache=0"); > {code} > pubsubURL will be loaded by js loader (requirejs) that build a script tag an put it in the html header. > --> Script loading this way will not decode the "&" to "&" then server will receive "amp;debug" instead of "debug" parameter --> wrong parameter name on server -- 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 From issues at jboss.org Fri Apr 4 11:20:13 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Fri, 4 Apr 2014 11:20:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3438) Review W3C markup for Gadgets In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3438: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Review W3C markup for Gadgets > ----------------------------- > > Key: GTNPORTAL-3438 > URL: https://issues.jboss.org/browse/GTNPORTAL-3438 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Priority: Minor > Fix For: 3.8.0.Final > > > There are some aspects to study to be w3c compliant: > - ID generated by Gadgets. > - Custom attributes. > -- 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 From issues at jboss.org Fri Apr 4 11:20:13 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Fri, 4 Apr 2014 11:20:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3439) Review W3C markup for Page Wizard In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3439: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Review W3C markup for Page Wizard > --------------------------------- > > Key: GTNPORTAL-3439 > URL: https://issues.jboss.org/browse/GTNPORTAL-3439 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > There are scenarios in Page Wizard where markup is not consistent with W3C: > - IDs > - Custom attributes -- 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 From issues at jboss.org Fri Apr 4 11:38:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Fri, 4 Apr 2014 11:38:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNWCM-32) Error building 2.0.0 distribution In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNWCM-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce resolved GTNWCM-32. ------------------------------- Fix Version/s: 2.x Resolution: Done > Error building 2.0.0 distribution > --------------------------------- > > Key: GTNWCM-32 > URL: https://issues.jboss.org/browse/GTNWCM-32 > Project: GateIn WCM > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 2.x > > > User is reporting following error: > [ERROR] The build could not read 3 projects -> [Help 1] > [ERROR] > [ERROR] The project org.gatein.wcm:wcm-api:${version.wcm} (C:\Users\s232392\Documents\JBOSS\gatein-wcm-master\wcm-api\pom.xml) has 1 error > [ERROR] Non-resolvable parent POM: Could not find artifact org.gatein.wcm:wcm-parentom:2.0.0 in exo-public-repository-group (http://repository.exoplatform.org/content/groups/public) and 'parent.relativePath' points at wrong local POM @ line 5, column 11 -> [Help 2] -- 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 From issues at jboss.org Fri Apr 4 17:26:18 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:26:18 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3402) Allow customers to customize login validation and accounts expiration In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959439#comment-12959439 ] RH Bugzilla Integration commented on GTNPORTAL-3402: ---------------------------------------------------- Peter Palaga changed the Status of [bug 973835|https://bugzilla.redhat.com/show_bug.cgi?id=973835] from POST to MODIFIED > Allow customers to customize login validation and accounts expiration > ---------------------------------------------------------------------- > > Key: GTNPORTAL-3402 > URL: https://issues.jboss.org/browse/GTNPORTAL-3402 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Reporter: Juraci Paix?o Kr?hling > Assignee: Juraci Paix?o Kr?hling > Fix For: 3.8.0.Final > > > Allow customers to add custom password rules to their GateIn installations. > We've had a discussion about the possibilities, and it seems that the best for now would be something as follows: > 1) Adapt/extend the current UserConfigurableValidator, which allows the usage of min/max/regex constraints for values based on values from a configuration file, for instance: > gatein.validators.mycompanypasspolicy.length.min=5 > gatein.validators.mycompanypasspolicy.length.max=50 > gatein.validators.mycompanypasspolicy.regexp=... > 2) Extend the User Interface to allow the administrator to enter the name of the configuration entry related to the password policy (mycompanypasspolicy , in this case). > (originally requested via Bugzilla #973835) -- 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 From issues at jboss.org Fri Apr 4 17:28:13 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:28:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3361) Allow more flexible cache-control header per portal In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959440#comment-12959440 ] RH Bugzilla Integration commented on GTNPORTAL-3361: ---------------------------------------------------- Peter Palaga changed the Status of [bug 811126|https://bugzilla.redhat.com/show_bug.cgi?id=811126] from POST to MODIFIED > Allow more flexible cache-control header per portal > --------------------------------------------------- > > Key: GTNPORTAL-3361 > URL: https://issues.jboss.org/browse/GTNPORTAL-3361 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Reporter: Juraci Paix?o Kr?hling > Assignee: Juraci Paix?o Kr?hling > Fix For: 3.7.0.Final > > > Allow each portal to have its own Cache-control directive, as per Bugzilla 811126 -- 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 From issues at jboss.org Fri Apr 4 17:28:14 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:28:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3370) Add a function to completely hide a page using check-box and date-control In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959442#comment-12959442 ] RH Bugzilla Integration commented on GTNPORTAL-3370: ---------------------------------------------------- Peter Palaga changed the Status of [bug 794359|https://bugzilla.redhat.com/show_bug.cgi?id=794359] from POST to MODIFIED > Add a function to completely hide a page using check-box and date-control > ------------------------------------------------------------------------- > > Key: GTNPORTAL-3370 > URL: https://issues.jboss.org/browse/GTNPORTAL-3370 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Reporter: Juraci Paix?o Kr?hling > Assignee: Juraci Paix?o Kr?hling > Fix For: 3.8.0.Final > > > As mentioned in GTNPORTAL-2033/JBEPP-1096, "Visible" and "Publication date" are effective only for Navigation. Pages are still accessible via direct URL access, such as http://localhost:8080/portal/private/classic/pagename > GTNPORTAL-2033/JBEPP-1096 is for a documentation fix because it is an expected behaviour and the document should mention the limitation. > This JIRA is raised for a feature request to implement the function to completely hide a page from users. It may be going to add some capability to "Visible" and "Publication date" feature. -- 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 From issues at jboss.org Fri Apr 4 17:28:14 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:28:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3379) Provide a button/icon to reset the search string In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959443#comment-12959443 ] RH Bugzilla Integration commented on GTNPORTAL-3379: ---------------------------------------------------- Peter Palaga changed the Status of [bug 793647|https://bugzilla.redhat.com/show_bug.cgi?id=793647] from POST to MODIFIED > Provide a button/icon to reset the search string > ------------------------------------------------- > > Key: GTNPORTAL-3379 > URL: https://issues.jboss.org/browse/GTNPORTAL-3379 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Reporter: Juraci Paix?o Kr?hling > Assignee: Juraci Paix?o Kr?hling > Fix For: 3.7.0.Final > > > When I first click on the User Management, it does show the full list of users from LDAP. But after searching some user entry if I click on the User Management again, it does not render the full user list. The only way to get the full user list is to clear the entry in the search box and click the Search Icon. > From the usability standpoint of view, I think clicking again on the User Management should clear the search entry and render the full list of users. > If this can't be changed because of the current design then at least there should be a way to clear the search criteria. > The same applies to other lists which offer search functionality, such as in the Page Management. -- 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 From issues at jboss.org Fri Apr 4 17:28:14 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:28:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3415) URL query parameters are lost in the authentication process with LegacyRequestHandler In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959445#comment-12959445 ] RH Bugzilla Integration commented on GTNPORTAL-3415: ---------------------------------------------------- Peter Palaga changed the Status of [bug 1064421|https://bugzilla.redhat.com/show_bug.cgi?id=1064421] from POST to MODIFIED > URL query parameters are lost in the authentication process with LegacyRequestHandler > ------------------------------------------------------------------------------------- > > Key: GTNPORTAL-3415 > URL: https://issues.jboss.org/browse/GTNPORTAL-3415 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Martin Weiler > Assignee: Peter Palaga > Fix For: 3.8.0.Final > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Steps to reproduce > - Goto url http://localhost:8080/portal/private/classic/home/restricted?myparameter=LEGACY > --> it redirect to login page, login as root --> Query parameters are lost. > Note: Without the LegacyRequestHandler - http://localhost:8080/portal/classic/home/restricted?myparameter=TEST - the parameters are preserved with the fix for GTNPORTAL-3389 -- 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 From issues at jboss.org Fri Apr 4 17:28:14 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:28:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3389) URL query parameters are not propagated when going through the authentication process In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959446#comment-12959446 ] RH Bugzilla Integration commented on GTNPORTAL-3389: ---------------------------------------------------- Peter Palaga changed the Status of [bug 1064421|https://bugzilla.redhat.com/show_bug.cgi?id=1064421] from POST to MODIFIED > URL query parameters are not propagated when going through the authentication process > ------------------------------------------------------------------------------------- > > Key: GTNPORTAL-3389 > URL: https://issues.jboss.org/browse/GTNPORTAL-3389 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Vu Viet Phuong > Assignee: Vu Viet Phuong > Fix For: 3.5.9.Final, 3.7.0.Final > > Original Estimate: 0 minutes > Remaining Estimate: 0 minutes > > Steps to reproduce > - Goto url http://localhost:8080/portal/g/:platform:administrators/administration/registry?test=abcd > --> it redirect to login page, login as root --> Query parameters are lost. -- 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 From issues at jboss.org Fri Apr 4 17:30:13 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:30:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3369) Add Public Render Parameter support at URL level In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959447#comment-12959447 ] RH Bugzilla Integration commented on GTNPORTAL-3369: ---------------------------------------------------- Peter Palaga changed the Status of [bug 793726|https://bugzilla.redhat.com/show_bug.cgi?id=793726] from POST to MODIFIED > Add Public Render Parameter support at URL level > ------------------------------------------------ > > Key: GTNPORTAL-3369 > URL: https://issues.jboss.org/browse/GTNPORTAL-3369 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Components: WebUI > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > Add support to pass Public Render Parameters at URL level -- 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 From issues at jboss.org Fri Apr 4 17:30:13 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:30:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3362) Add examples for Inter Portlet Communication In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959449#comment-12959449 ] RH Bugzilla Integration commented on GTNPORTAL-3362: ---------------------------------------------------- Peter Palaga changed the Status of [bug 793726|https://bugzilla.redhat.com/show_bug.cgi?id=793726] from POST to MODIFIED > Add examples for Inter Portlet Communication > -------------------------------------------- > > Key: GTNPORTAL-3362 > URL: https://issues.jboss.org/browse/GTNPORTAL-3362 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.7.0.Final > > > Add examples covering Public Render Parameters and Portlet Events -- 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 From issues at jboss.org Fri Apr 4 17:30:14 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:30:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3328) Automatic way to update all sites at once (Portal, groups and user sites) In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959450#comment-12959450 ] RH Bugzilla Integration commented on GTNPORTAL-3328: ---------------------------------------------------- Peter Palaga changed the Status of [bug 1038545|https://bugzilla.redhat.com/show_bug.cgi?id=1038545] from POST to MODIFIED > Automatic way to update all sites at once (Portal, groups and user sites) > ------------------------------------------------------------------------- > > Key: GTNPORTAL-3328 > URL: https://issues.jboss.org/browse/GTNPORTAL-3328 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > This feature is described in the following document: > https://community.jboss.org/wiki/AutomaticWayToUpdateAllSitesAtOncePortalGroupsAndUserSites -- 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 From issues at jboss.org Fri Apr 4 17:39:10 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Fri, 4 Apr 2014 17:39:10 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-2428) Create navigation node pointing on external URI In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga resolved GTNPORTAL-2428. ------------------------------------- Assignee: Peter Palaga Fix Version/s: 3.8.0.Final (was: 3.x) Resolution: Done > Create navigation node pointing on external URI > ----------------------------------------------- > > Key: GTNPORTAL-2428 > URL: https://issues.jboss.org/browse/GTNPORTAL-2428 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Affects Versions: 3.2.0-GA > Reporter: meriem zorai > Assignee: Peter Palaga > Fix For: 3.8.0.Final > > > The feature of adding a node pointing to an external URI is not longer supported since exogtn-3.2.x (as indicated in this [Jira|https://jira.exoplatform.org/browse/EXOGTN-1080]). > The corresponding documentation is located [here|http://docs.jboss.com/gatein/portal/3.1.0-FINAL/reference-guide/en-US/html_single/#sect-Reference_Guide-Portal_Navigation_Configuration-Tips] -- 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 From issues at jboss.org Fri Apr 4 17:39:11 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Fri, 4 Apr 2014 17:39:11 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-2428) Create navigation node pointing on external URI In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959451#comment-12959451 ] Peter Palaga commented on GTNPORTAL-2428: ----------------------------------------- Merged in master https://github.com/gatein/gatein-portal/commit/f263b691fd4f31f66642b995ba5b6996f38ed342 > Create navigation node pointing on external URI > ----------------------------------------------- > > Key: GTNPORTAL-2428 > URL: https://issues.jboss.org/browse/GTNPORTAL-2428 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Affects Versions: 3.2.0-GA > Reporter: meriem zorai > Assignee: Peter Palaga > Fix For: 3.8.0.Final > > > The feature of adding a node pointing to an external URI is not longer supported since exogtn-3.2.x (as indicated in this [Jira|https://jira.exoplatform.org/browse/EXOGTN-1080]). > The corresponding documentation is located [here|http://docs.jboss.com/gatein/portal/3.1.0-FINAL/reference-guide/en-US/html_single/#sect-Reference_Guide-Portal_Navigation_Configuration-Tips] -- 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 From issues at jboss.org Fri Apr 4 17:44:12 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:44:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNCOMMON-21) Serialization of ParameterMap breaks with JBoss Marshalling In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNCOMMON-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959453#comment-12959453 ] RH Bugzilla Integration commented on GTNCOMMON-21: -------------------------------------------------- Peter Palaga changed the Status of [bug 1058216|https://bugzilla.redhat.com/show_bug.cgi?id=1058216] from ASSIGNED to MODIFIED > Serialization of ParameterMap breaks with JBoss Marshalling > ----------------------------------------------------------- > > Key: GTNCOMMON-21 > URL: https://issues.jboss.org/browse/GTNCOMMON-21 > Project: GateIn Common > Issue Type: Bug > Affects Versions: 2.1.1.Final > Environment: JPP 6.1.0 > Reporter: Martin Weiler > Fix For: 2.2.0.Beta01, 2.1.2.Final > > > Serialization of a ParameterMap instance with JBoss Marshalling (used by Infinispan) breaks with the following exception: > {noformat} > 15:20:33,853 ERROR [org.infinispan.marshall.VersionAwareMarshaller] (transport-thread-11) ISPN000065: Exception while marshalling object: java.io.NotActiveException: Fields were never written > at org.jboss.marshalling.river.RiverObjectOutputStream.finish(RiverObjectOutputStream.java:175) > at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:1009) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:885) > at org.jboss.marshalling.river.RiverMarshaller.doWriteFields(RiverMarshaller.java:1063) > at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:1019) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:885) > at org.jboss.marshalling.river.RiverMarshaller.doWriteFields(RiverMarshaller.java:1063) > at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:1019) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:885) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:680) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:680) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.jboss.as.clustering.SimpleMarshalledValue.getBytes(SimpleMarshalledValue.java:85) > at org.jboss.as.clustering.SimpleMarshalledValue.writeExternal(SimpleMarshalledValue.java:175) > at org.jboss.as.clustering.infinispan.io.ExternalizableExternalizer.writeObject(ExternalizableExternalizer.java:47) > at org.jboss.as.clustering.infinispan.io.ExternalizableExternalizer.writeObject(ExternalizableExternalizer.java:36) > at org.infinispan.marshall.jboss.ExternalizerTable$ForeignExternalizerAdapter.writeObject(ExternalizerTable.java:459) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.marshall.MarshallUtil.marshallMap(MarshallUtil.java:59) > at org.infinispan.marshall.exts.MapExternalizer.writeObject(MapExternalizer.java:63) > at org.infinispan.marshall.exts.MapExternalizer.writeObject(MapExternalizer.java:47) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.atomic.AtomicHashMap$Externalizer.writeObject(AtomicHashMap.java:250) > at org.infinispan.atomic.AtomicHashMap$Externalizer.writeObject(AtomicHashMap.java:247) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.container.entries.ImmortalCacheEntry$Externalizer.writeObject(ImmortalCacheEntry.java:154) > at org.infinispan.container.entries.ImmortalCacheEntry$Externalizer.writeObject(ImmortalCacheEntry.java:150) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.marshall.MarshallUtil.marshallCollection(MarshallUtil.java:48) > at org.infinispan.marshall.exts.ArrayListExternalizer.writeObject(ArrayListExternalizer.java:50) > at org.infinispan.marshall.exts.ArrayListExternalizer.writeObject(ArrayListExternalizer.java:45) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.statetransfer.StateChunk$Externalizer.writeObject(StateChunk.java:103) > at org.infinispan.statetransfer.StateChunk$Externalizer.writeObject(StateChunk.java:88) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.marshall.MarshallUtil.marshallCollection(MarshallUtil.java:48) > at org.infinispan.marshall.exts.ArrayListExternalizer.writeObject(ArrayListExternalizer.java:50) > at org.infinispan.marshall.exts.ArrayListExternalizer.writeObject(ArrayListExternalizer.java:45) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.marshall.exts.ReplicableCommandExternalizer.writeCommandParameters(ReplicableCommandExternalizer.java:87) > at org.infinispan.marshall.exts.CacheRpcCommandExternalizer.marshallParameters(CacheRpcCommandExternalizer.java:128) > at org.infinispan.marshall.exts.CacheRpcCommandExternalizer.writeObject(CacheRpcCommandExternalizer.java:112) > at org.infinispan.marshall.exts.CacheRpcCommandExternalizer.writeObject(CacheRpcCommandExternalizer.java:73) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.marshall.jboss.AbstractJBossMarshaller.objectToObjectStream(AbstractJBossMarshaller.java:96) > at org.infinispan.marshall.VersionAwareMarshaller.objectToBuffer(VersionAwareMarshaller.java:92) > at org.infinispan.marshall.AbstractMarshaller.objectToBuffer(AbstractMarshaller.java:64) > at org.infinispan.marshall.AbstractDelegatingMarshaller.objectToBuffer(AbstractDelegatingMarshaller.java:109) > at org.infinispan.remoting.transport.jgroups.MarshallerAdapter.objectToBuffer(MarshallerAdapter.java:45) > at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.marshallCall(CommandAwareRpcDispatcher.java:279) > at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.processSingleCall(CommandAwareRpcDispatcher.java:300) > at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.invokeRemoteCommand(CommandAwareRpcDispatcher.java:179) > at org.infinispan.remoting.transport.jgroups.JGroupsTransport.invokeRemotely(JGroupsTransport.java:515) > at org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:169) > at org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:190) > at org.infinispan.statetransfer.OutboundTransferTask.sendEntries(OutboundTransferTask.java:257) > at org.infinispan.statetransfer.OutboundTransferTask.run(OutboundTransferTask.java:187) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_51] > at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_51] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_51] > at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_51] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51] > at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51] > Caused by: an exception which occurred: > in field parameters > in field navigationalState > in object java.util.HashMap at 7b2c68fe > {noformat} > The NotActiveException is a result of a broken writeObject implementation in org.gatein.common.util.ParameterMap, which does not call out.defaultWriteObject(); -- 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 From issues at jboss.org Fri Apr 4 17:52:12 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 4 Apr 2014 17:52:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3385) Support full-ha and ha profiles in domain mode In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959454#comment-12959454 ] RH Bugzilla Integration commented on GTNPORTAL-3385: ---------------------------------------------------- Peter Palaga changed the Status of [bug 1056533|https://bugzilla.redhat.com/show_bug.cgi?id=1056533] from ASSIGNED to MODIFIED > Support full-ha and ha profiles in domain mode > ---------------------------------------------- > > Key: GTNPORTAL-3385 > URL: https://issues.jboss.org/browse/GTNPORTAL-3385 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.7.0.Final, 3.6.5.Final > > > Add support for full-ha and ha profiles in domain mode for GateIn distribution based on JBoss. -- 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 From issues at jboss.org Mon Apr 7 08:00:15 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Mon, 7 Apr 2014 08:00:15 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3406) Avoid the use of custom attributes for portal navigation portlets. In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959679#comment-12959679 ] RH Bugzilla Integration commented on GTNPORTAL-3406: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1065991|https://bugzilla.redhat.com/show_bug.cgi?id=1065991] from POST to MODIFIED > Avoid the use of custom attributes for portal navigation portlets. > ------------------------------------------------------------------ > > Key: GTNPORTAL-3406 > URL: https://issues.jboss.org/browse/GTNPORTAL-3406 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > GateIn produces XHTML 1.0 Strict type documents. > For a w3c validation, standard html elements can not contain custom attributes. > There are several custom attributes like "exo:getNodeURL", "exo:minWidth", "exo:minHeight" used creating non compliant markup. -- 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 From issues at jboss.org Mon Apr 7 08:16:14 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Mon, 7 Apr 2014 08:16:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959686#comment-12959686 ] RH Bugzilla Integration commented on GTNPORTAL-3435: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1082560|https://bugzilla.redhat.com/show_bug.cgi?id=1082560] from POST to MODIFIED > Import .zip REST API broken with EAP 6.3.0.Alpha1 > ------------------------------------------------- > > Key: GTNPORTAL-3435 > URL: https://issues.jboss.org/browse/GTNPORTAL-3435 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip > > > A curl operation over template/user API: > curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user" > hangs with: > 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful ! > 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException > at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25] > at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] > at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] -- 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 From issues at jboss.org Mon Apr 7 09:24:14 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Mon, 7 Apr 2014 09:24:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3442) portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3442: -------------------------------------- Summary: portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution Key: GTNPORTAL-3442 URL: https://issues.jboss.org/browse/GTNPORTAL-3442 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Reporter: Lucas Ponce -- 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 From issues at jboss.org Mon Apr 7 09:26:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Mon, 7 Apr 2014 09:26:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3442) portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce reassigned GTNPORTAL-3442: -------------------------------------- Assignee: Lucas Ponce > portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution > -------------------------------------------------------------------------- > > Key: GTNPORTAL-3442 > URL: https://issues.jboss.org/browse/GTNPORTAL-3442 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > -- 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 From issues at jboss.org Mon Apr 7 10:30:13 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Mon, 7 Apr 2014 10:30:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3442) portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3442: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1084989 > portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution > -------------------------------------------------------------------------- > > Key: GTNPORTAL-3442 > URL: https://issues.jboss.org/browse/GTNPORTAL-3442 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > -- 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 From issues at jboss.org Mon Apr 7 10:58:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Mon, 7 Apr 2014 10:58:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3442) portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3442: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/818 > portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution > -------------------------------------------------------------------------- > > Key: GTNPORTAL-3442 > URL: https://issues.jboss.org/browse/GTNPORTAL-3442 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > -- 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 From issues at jboss.org Mon Apr 7 11:06:13 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Mon, 7 Apr 2014 11:06:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3442) portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12959792#comment-12959792 ] RH Bugzilla Integration commented on GTNPORTAL-3442: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1084989|https://bugzilla.redhat.com/show_bug.cgi?id=1084989] from ASSIGNED to POST > portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution > -------------------------------------------------------------------------- > > Key: GTNPORTAL-3442 > URL: https://issues.jboss.org/browse/GTNPORTAL-3442 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > -- 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 From issues at jboss.org Tue Apr 8 04:12:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 8 Apr 2014 04:12:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNWCM-33) Localize aux tags for WCM Editor portlet In-Reply-To: References: Message-ID: Lucas Ponce created GTNWCM-33: --------------------------------- Summary: Localize aux tags for WCM Editor portlet Key: GTNWCM-33 URL: https://issues.jboss.org/browse/GTNWCM-33 Project: GateIn WCM Issue Type: Enhancement Security Level: Public (Everyone can see) Reporter: Lucas Ponce -- 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 From issues at jboss.org Tue Apr 8 04:12:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 8 Apr 2014 04:12:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNWCM-33) Localize aux tags for WCM Editor portlet In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNWCM-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce reassigned GTNWCM-33: --------------------------------- Assignee: Lucas Ponce > Localize aux tags for WCM Editor portlet > ---------------------------------------- > > Key: GTNWCM-33 > URL: https://issues.jboss.org/browse/GTNWCM-33 > Project: GateIn WCM > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > -- 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 From issues at jboss.org Tue Apr 8 04:16:14 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 8 Apr 2014 04:16:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNWCM-34) Add default templates out of the box in configuration In-Reply-To: References: Message-ID: Lucas Ponce created GTNWCM-34: --------------------------------- Summary: Add default templates out of the box in configuration Key: GTNWCM-34 URL: https://issues.jboss.org/browse/GTNWCM-34 Project: GateIn WCM Issue Type: Enhancement Security Level: Public (Everyone can see) Reporter: Lucas Ponce -- 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 From issues at jboss.org Tue Apr 8 04:16:14 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 8 Apr 2014 04:16:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNWCM-34) Add default templates out of the box in configuration In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNWCM-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce reassigned GTNWCM-34: --------------------------------- Assignee: Lucas Ponce > Add default templates out of the box in configuration > ----------------------------------------------------- > > Key: GTNWCM-34 > URL: https://issues.jboss.org/browse/GTNWCM-34 > Project: GateIn WCM > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > -- 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 From issues at jboss.org Wed Apr 9 04:08:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Wed, 9 Apr 2014 04:08:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3443) Unknown Error when set header and footer visible during editing page In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3443: -------------------------------------- Summary: Unknown Error when set header and footer visible during editing page Key: GTNPORTAL-3443 URL: https://issues.jboss.org/browse/GTNPORTAL-3443 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Environment: master head on commit: 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration Reporter: Lucas Ponce Assignee: Lucas Ponce Unknown Error when setting portal to show footer and header portlets in preview mode during page editing. The page cannot be saved. Footer and other portlets (Banner, Navigation, Breadcumbs and Site Redirect) are shown correctly in the preview mode during page editing. -- 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 From issues at jboss.org Wed Apr 9 05:54:12 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Wed, 9 Apr 2014 05:54:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3443) Unknown Error when set header and footer visible during editing page In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3443: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/819 > Unknown Error when set header and footer visible during editing page > -------------------------------------------------------------------- > > Key: GTNPORTAL-3443 > URL: https://issues.jboss.org/browse/GTNPORTAL-3443 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: master head on commit: > 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > Unknown Error when setting portal to show footer and header portlets in preview mode during page editing. The page cannot be saved. Footer and other portlets (Banner, Navigation, Breadcumbs and Site Redirect) are shown correctly in the preview mode during page editing. -- 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 From issues at jboss.org Wed Apr 9 06:02:13 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Wed, 9 Apr 2014 06:02:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3443) Unknown Error when set header and footer visible during editing page In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3443: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1085707 > Unknown Error when set header and footer visible during editing page > -------------------------------------------------------------------- > > Key: GTNPORTAL-3443 > URL: https://issues.jboss.org/browse/GTNPORTAL-3443 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: master head on commit: > 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > Unknown Error when setting portal to show footer and header portlets in preview mode during page editing. The page cannot be saved. Footer and other portlets (Banner, Navigation, Breadcumbs and Site Redirect) are shown correctly in the preview mode during page editing. -- 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 From issues at jboss.org Wed Apr 9 08:38:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Wed, 9 Apr 2014 08:38:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3444) "Invalid Application Id" thrown for all apps in Application Registry In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3444: -------------------------------------- Summary: "Invalid Application Id" thrown for all apps in Application Registry Key: GTNPORTAL-3444 URL: https://issues.jboss.org/browse/GTNPORTAL-3444 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Environment: master, head on commit: 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration Reporter: Lucas Ponce Assignee: Lucas Ponce The following exception is logged when when clicking on any Application in Application Registry: Error during the processAction phase: java.lang.Exception: Invalid Application Id: [dashboard_slash_DashboardPortlet] -- 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 From issues at jboss.org Wed Apr 9 09:18:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Wed, 9 Apr 2014 09:18:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3444) "Invalid Application Id" thrown for all apps in Application Registry In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3444: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/820 > "Invalid Application Id" thrown for all apps in Application Registry > -------------------------------------------------------------------- > > Key: GTNPORTAL-3444 > URL: https://issues.jboss.org/browse/GTNPORTAL-3444 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: master, head on commit: > 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > The following exception is logged when when clicking on any Application in Application Registry: > Error during the processAction phase: java.lang.Exception: Invalid Application Id: [dashboard_slash_DashboardPortlet] -- 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 From issues at jboss.org Wed Apr 9 09:18:13 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Wed, 9 Apr 2014 09:18:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3444) "Invalid Application Id" thrown for all apps in Application Registry In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3444: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1085792 > "Invalid Application Id" thrown for all apps in Application Registry > -------------------------------------------------------------------- > > Key: GTNPORTAL-3444 > URL: https://issues.jboss.org/browse/GTNPORTAL-3444 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: master, head on commit: > 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > The following exception is logged when when clicking on any Application in Application Registry: > Error during the processAction phase: java.lang.Exception: Invalid Application Id: [dashboard_slash_DashboardPortlet] -- 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 From issues at jboss.org Wed Apr 9 18:22:13 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Wed, 9 Apr 2014 18:22:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12960671#comment-12960671 ] RH Bugzilla Integration commented on GTNPORTAL-3435: ---------------------------------------------------- Kabir Khan changed the Status of [bug 1083054|https://bugzilla.redhat.com/show_bug.cgi?id=1083054] from NEW to MODIFIED > Import .zip REST API broken with EAP 6.3.0.Alpha1 > ------------------------------------------------- > > Key: GTNPORTAL-3435 > URL: https://issues.jboss.org/browse/GTNPORTAL-3435 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip > > > A curl operation over template/user API: > curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user" > hangs with: > 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful ! > 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException > at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25] > at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] > at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] -- 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 From issues at jboss.org Thu Apr 10 09:26:13 2014 From: issues at jboss.org (=?UTF-8?Q?Juraci_Paix=C3=A3o_Kr=C3=B6hling_=28JIRA=29?=) Date: Thu, 10 Apr 2014 09:26:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3446) GateIn default profile cannot build without EAP artifacts In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juraci Paix?o Kr?hling reassigned GTNPORTAL-3446: ------------------------------------------------- Assignee: Juraci Paix?o Kr?hling > GateIn default profile cannot build without EAP artifacts > --------------------------------------------------------- > > Key: GTNPORTAL-3446 > URL: https://issues.jboss.org/browse/GTNPORTAL-3446 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Juraci Paix?o Kr?hling > Assignee: Juraci Paix?o Kr?hling > > As part of the change to clean up the GateIn packaging profiles, the default JBoss profile doesn't allows for building without having EAP artifacts deployed. GateIn should be able to successfully complete a build without special artifacts, so, the JBoss default profile needs to be removed from the default execution. -- 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 From issues at jboss.org Thu Apr 10 09:26:13 2014 From: issues at jboss.org (=?UTF-8?Q?Juraci_Paix=C3=A3o_Kr=C3=B6hling_=28JIRA=29?=) Date: Thu, 10 Apr 2014 09:26:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3446) GateIn default profile cannot build without EAP artifacts In-Reply-To: References: Message-ID: Juraci Paix?o Kr?hling created GTNPORTAL-3446: ------------------------------------------------- Summary: GateIn default profile cannot build without EAP artifacts Key: GTNPORTAL-3446 URL: https://issues.jboss.org/browse/GTNPORTAL-3446 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Reporter: Juraci Paix?o Kr?hling As part of the change to clean up the GateIn packaging profiles, the default JBoss profile doesn't allows for building without having EAP artifacts deployed. GateIn should be able to successfully complete a build without special artifacts, so, the JBoss default profile needs to be removed from the default execution. -- 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 From issues at jboss.org Thu Apr 10 09:26:14 2014 From: issues at jboss.org (=?UTF-8?Q?Juraci_Paix=C3=A3o_Kr=C3=B6hling_=28JIRA=29?=) Date: Thu, 10 Apr 2014 09:26:14 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3446) GateIn default profile cannot build without EAP artifacts In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juraci Paix?o Kr?hling updated GTNPORTAL-3446: ---------------------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/822 > GateIn default profile cannot build without EAP artifacts > --------------------------------------------------------- > > Key: GTNPORTAL-3446 > URL: https://issues.jboss.org/browse/GTNPORTAL-3446 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Juraci Paix?o Kr?hling > Assignee: Juraci Paix?o Kr?hling > > As part of the change to clean up the GateIn packaging profiles, the default JBoss profile doesn't allows for building without having EAP artifacts deployed. GateIn should be able to successfully complete a build without special artifacts, so, the JBoss default profile needs to be removed from the default execution. -- 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 From issues at jboss.org Thu Apr 10 23:38:12 2014 From: issues at jboss.org (Tuyen Nguyen The (JIRA)) Date: Thu, 10 Apr 2014 23:38:12 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3403) Custom validator of page node name In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tuyen Nguyen The updated GTNPORTAL-3403: ---------------------------------------- Status: Pull Request Sent (was: Pull Request Sent) Git Pull Request: https://github.com/gatein/gatein-portal/pull/823 (was: https://github.com/gatein/gatein-portal/pull/793) > Custom validator of page node name > ---------------------------------- > > Key: GTNPORTAL-3403 > URL: https://issues.jboss.org/browse/GTNPORTAL-3403 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Tran Trung Thanh > > Please provide a way to customize page name pattern. In current code, it is hardcoded. for example: https://github.com/gatein/gatein-portal/blob/3.5.x/portlet/exoadmin/src/main/java/org/exoplatform/navigation/webui/component/UIPageNodeForm.java#L142 -- 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 From issues at jboss.org Fri Apr 11 03:00:13 2014 From: issues at jboss.org (Tuyen Nguyen The (JIRA)) Date: Fri, 11 Apr 2014 03:00:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3403) Custom validator of page node name In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12961024#comment-12961024 ] Tuyen Nguyen The commented on GTNPORTAL-3403: --------------------------------------------- This is PR for gatein 3.5.x https://github.com/gatein/gatein-portal/pull/824 > Custom validator of page node name > ---------------------------------- > > Key: GTNPORTAL-3403 > URL: https://issues.jboss.org/browse/GTNPORTAL-3403 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Tran Trung Thanh > > Please provide a way to customize page name pattern. In current code, it is hardcoded. for example: https://github.com/gatein/gatein-portal/blob/3.5.x/portlet/exoadmin/src/main/java/org/exoplatform/navigation/webui/component/UIPageNodeForm.java#L142 -- 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 From issues at jboss.org Fri Apr 11 07:52:13 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Fri, 11 Apr 2014 07:52:13 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3444) "Invalid Application Id" thrown for all apps in Application Registry In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3444: ----------------------------------- Status: Pull Request Sent (was: Pull Request Sent) Git Pull Request: https://github.com/gatein/gatein-portal/pull/825 (was: https://github.com/gatein/gatein-portal/pull/820) > "Invalid Application Id" thrown for all apps in Application Registry > -------------------------------------------------------------------- > > Key: GTNPORTAL-3444 > URL: https://issues.jboss.org/browse/GTNPORTAL-3444 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: master, head on commit: > 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > The following exception is logged when when clicking on any Application in Application Registry: > Error during the processAction phase: java.lang.Exception: Invalid Application Id: [dashboard_slash_DashboardPortlet] -- 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 From issues at jboss.org Mon Apr 14 03:28:34 2014 From: issues at jboss.org (Toshiya Kobayashi (JIRA)) Date: Mon, 14 Apr 2014 03:28:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3423) Cannot edit page with IE when Dashboard 2nd tab name contains multibyte characters In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12961488#comment-12961488 ] Toshiya Kobayashi commented on GTNPORTAL-3423: ---------------------------------------------- Also this requires https://issues.jboss.org/browse/GTNPORTAL-3268 to revert the regression. > Cannot edit page with IE when Dashboard 2nd tab name contains multibyte characters > ---------------------------------------------------------------------------------- > > Key: GTNPORTAL-3423 > URL: https://issues.jboss.org/browse/GTNPORTAL-3423 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Affects Versions: 3.6.0.Final > Environment: Windows 7 (Japanese Edition) > Internet Explorer 9 > Reporter: Takayuki Konishi > > Cannot edit page with IE when Dashboard 2nd tab name contains multibyte character > See "Steps to Reproduce". > Actual result: > Move to first tab ("Click & Type Page Name") and IllegalArgumentException is thrown[1]. > Expected results: > Open editor for second tab ("????") > Additional info: > After I clicked "Edit Page", IE sent this request [2]. The tab name is not url encoded in UTF-8 > Actual) %82%C8%82%A9%82%DE%82%E7 (SJIS) > Expected) %E3%81%AA%E3%81%8B%E3%82%80%E3%82%89 (UTF-8) > [1] > {code} > 21:37:57,516 WARN [org.exoplatform.web.CacheUserProfileFilter] (http--0.0.0.0-8080-2) An error occured while cache user profile: javax.servlet.ServletException: java.lang.IllegalArgumentException: Invalid percent escape in /u/root/%82%C8%82%A9%82%DE%82%E7 > at org.exoplatform.portal.application.PortalController.onService(PortalController.java:110) [exo.portal.webui.portal-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:132) [exo.kernel.container-2.4.3-GA.jar:2.4.3-GA] > at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilter.java:96) [exo.portal.component.web.api-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.filter.ExtensibleFilter.doFilter(ExtensibleFilter.java:71) [exo.portal.component.web.api-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.filter.GenericFilter.doFilter(GenericFilter.java:70) [exo.portal.component.web.api-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.web.CacheUserProfileFilter.doFilter(CacheUserProfileFilter.java:67) [exo.portal.component.web.security-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.frameworks.jcr.web.ThreadLocalSessionProviderInitializedFilter.doFilter(ThreadLocalSessionProviderInitializedFilter.java:122) [exo.jcr.framework.web-1.15.3-GA.jar:1.15.3-GA] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.web.login.ConversationStateUpdateFilter.doFilter(ConversationStateUpdateFilter.java:66) [exo.portal.component.web.security-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.services.security.web.SetCurrentIdentityFilter.doFilter(SetCurrentIdentityFilter.java:88) [exo.core.component.security.core-2.5.3-GA.jar:2.5.3-GA] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.web.login.RememberMeFilter.doFilter(RememberMeFilter.java:81) [exo.portal.component.web.security-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.login.RememberMeFilter.doFilter(RememberMeFilter.java:49) [exo.portal.component.web.security-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.gatein.security.oauth.webapi.OAuthDelegateFilter.doFilter(OAuthDelegateFilter.java:58) [exo.portal.component.web.oauth-web-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.gatein.sso.integration.SSODelegateFilter.doFilter(SSODelegateFilter.java:60) [sso-integration-1.3.3.Final.jar:1.3.3.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.exoplatform.container.web.PortalContainerFilter.doFilter(PortalContainerFilter.java:78) [exo.kernel.container-2.4.3-GA.jar:2.4.3-GA] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.gatein.portal.installer.PortalSetupFilter.doFilter(PortalSetupFilter.java:61) [exo.portal.component.portal-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.gatein.portal.init.PortalCheckInitFilter.doFilter(PortalCheckInitFilter.java:66) [exo.portal.component.portal-3.6.0.Final.jar:3.6.0.Final] > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:397) [jbossweb-7.0.13.Final.jar:] > at org.gatein.sso.integration.SSODelegateValve.invoke(SSODelegateValve.java:159) [sso-integration-1.3.3.Final.jar:1.3.3.Final] > at org.gatein.portal.security.jboss.PortalClusteredSSOSupportValve.invoke(PortalClusteredSSOSupportValve.java:88) [exo.portal.component.web.security-jboss-3.6.0.Final.jar:3.6.0.Final] > at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final] > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:] > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:] > at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:] > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:] > at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_45] > Caused by: java.lang.IllegalArgumentException: Invalid percent escape in /u/root/%82%C8%82%A9%82%DE%82%E7 > at org.exoplatform.web.controller.router.Path$Data.(Path.java:108) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.controller.router.Path$Data.(Path.java:44) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.controller.router.Path.parse(Path.java:34) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.controller.router.Route.route(Route.java:425) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.controller.router.Router.matcher(Router.java:164) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.web.WebAppController.service(WebAppController.java:300) [exo.portal.component.web.controller-3.6.0.Final.jar:3.6.0.Final] > at org.exoplatform.portal.application.PortalController.onService(PortalController.java:108) [exo.portal.webui.portal-3.6.0.Final.jar:3.6.0.Final] > ... 54 more > {code} > [2] > {code} > =============================================================== > REQUEST URI =/portal/u/root/%82%C8%82%A9%82%DE%82%E7 > authType=null > characterEncoding=UTF-8 > contentLength=-1 > contentType=text/plain;charset=UTF-8 > contextPath=/portal > cookie=gtn.site.preference=/zXAkOBtwlk= > cookie=JSESSIONID=UB3vwkW4kz8G5s7P0NQpXvyW.undefined > header=accept=*/* > header=content-type=text/plain;charset=UTF-8 > header=x-requested-with=XMLHttpRequest > header=referer=http://192.168.122.1:8080/portal/u/root/%E3%81%AA%E3%81%8B%E3%82%80%E3%82%89 > header=accept-language=ja > header=accept-encoding=gzip, deflate > header=user-agent=Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) > header=host=192.168.122.1:8080 > header=connection=Keep-Alive > header=cookie=gtn.site.preference="/zXAkOBtwlk="; JSESSIONID=UB3vwkW4kz8G5s7P0NQpXvyW.undefined > locale=ja > method=GET > parameter=portal:componentId=1642164311 > parameter=ajaxRequest=true > parameter=_=1394801693542 > parameter=portal:action=EditCurrentPage > pathInfo=null > protocol=HTTP/1.1 > queryString=portal:componentId=1642164311&portal:action=EditCurrentPage&ajaxRequest=true&_=1394801693542 > remoteAddr=192.168.122.10 > remoteHost=192.168.122.10 > remoteUser=null > requestedSessionId=UB3vwkW4kz8G5s7P0NQpXvyW.undefined > scheme=http > serverName=192.168.122.1 > serverPort=8080 > servletPath=/u/root/<82>?<82>?<82>?<82>? > isSecure=false > --------------------------------------------------------------- > {code} -- 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 From issues at jboss.org Mon Apr 14 11:54:33 2014 From: issues at jboss.org (Julien Viet (JIRA)) Date: Mon, 14 Apr 2014 11:54:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNMOP-53) Update to Chromattic 1.3.0 In-Reply-To: References: Message-ID: Julien Viet created GTNMOP-53: --------------------------------- Summary: Update to Chromattic 1.3.0 Key: GTNMOP-53 URL: https://issues.jboss.org/browse/GTNMOP-53 Project: GateIn Model Object for Portal Issue Type: Feature Request Reporter: Julien Viet Assignee: Julien Viet Fix For: 1.3.2.Final -- 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 From issues at jboss.org Mon Apr 14 11:54:34 2014 From: issues at jboss.org (Julien Viet (JIRA)) Date: Mon, 14 Apr 2014 11:54:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNMOP-53) Update to Chromattic 1.3.0 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNMOP-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Viet resolved GTNMOP-53. ------------------------------- Resolution: Done > Update to Chromattic 1.3.0 > -------------------------- > > Key: GTNMOP-53 > URL: https://issues.jboss.org/browse/GTNMOP-53 > Project: GateIn Model Object for Portal > Issue Type: Feature Request > Reporter: Julien Viet > Assignee: Julien Viet > Fix For: 1.3.2.Final > > -- 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 From issues at jboss.org Tue Apr 15 10:06:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Tue, 15 Apr 2014 10:06:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3447) Move 7.4.0.Final-redhat-4/* to jboss In-Reply-To: References: Message-ID: Peter Palaga created GTNPORTAL-3447: --------------------------------------- Summary: Move 7.4.0.Final-redhat-4/* to jboss Key: GTNPORTAL-3447 URL: https://issues.jboss.org/browse/GTNPORTAL-3447 Project: GateIn Portal Issue Type: Task Security Level: Public (Everyone can see) Reporter: Peter Palaga Assignee: Peter Palaga {{packaging/jboss/pkg/src/main/resources/7.4.0.Final-redhat-4/*}} should be moved to {{packaging/jboss/pkg/src/main/resources/jboss}}. Getting rid of {{7.4.0.Final-redhat-4}} directory will make the maintenance of the prod branch much easier and less error prone. -- 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 From issues at jboss.org Tue Apr 15 11:08:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Tue, 15 Apr 2014 11:08:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3443) Unknown Error when set header and footer visible during editing page In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3443: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Unknown Error when set header and footer visible during editing page > -------------------------------------------------------------------- > > Key: GTNPORTAL-3443 > URL: https://issues.jboss.org/browse/GTNPORTAL-3443 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: master head on commit: > 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > Unknown Error when setting portal to show footer and header portlets in preview mode during page editing. The page cannot be saved. Footer and other portlets (Banner, Navigation, Breadcumbs and Site Redirect) are shown correctly in the preview mode during page editing. -- 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 From issues at jboss.org Tue Apr 15 11:08:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Tue, 15 Apr 2014 11:08:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3442) portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3442: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution > -------------------------------------------------------------------------- > > Key: GTNPORTAL-3442 > URL: https://issues.jboss.org/browse/GTNPORTAL-3442 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > -- 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 From issues at jboss.org Tue Apr 15 11:10:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 15 Apr 2014 11:10:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3442) portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12962065#comment-12962065 ] RH Bugzilla Integration commented on GTNPORTAL-3442: ---------------------------------------------------- Peter Palaga changed the Status of [bug 1084989|https://bugzilla.redhat.com/show_bug.cgi?id=1084989] from POST to MODIFIED > portal-setup.sh/.bat scripts doesnt work with JBoss EAP 6.3.0 distribution > -------------------------------------------------------------------------- > > Key: GTNPORTAL-3442 > URL: https://issues.jboss.org/browse/GTNPORTAL-3442 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > -- 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 From issues at jboss.org Tue Apr 15 11:10:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 15 Apr 2014 11:10:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3443) Unknown Error when set header and footer visible during editing page In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12962066#comment-12962066 ] RH Bugzilla Integration commented on GTNPORTAL-3443: ---------------------------------------------------- Peter Palaga changed the Status of [bug 1085707|https://bugzilla.redhat.com/show_bug.cgi?id=1085707] from NEW to MODIFIED > Unknown Error when set header and footer visible during editing page > -------------------------------------------------------------------- > > Key: GTNPORTAL-3443 > URL: https://issues.jboss.org/browse/GTNPORTAL-3443 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: master head on commit: > 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > Unknown Error when setting portal to show footer and header portlets in preview mode during page editing. The page cannot be saved. Footer and other portlets (Banner, Navigation, Breadcumbs and Site Redirect) are shown correctly in the preview mode during page editing. -- 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 From issues at jboss.org Tue Apr 15 11:10:34 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Tue, 15 Apr 2014 11:10:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3446) GateIn default profile cannot build without EAP artifacts In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3446: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > GateIn default profile cannot build without EAP artifacts > --------------------------------------------------------- > > Key: GTNPORTAL-3446 > URL: https://issues.jboss.org/browse/GTNPORTAL-3446 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Juraci Paix?o Kr?hling > Assignee: Juraci Paix?o Kr?hling > Fix For: 3.8.0.Final > > > As part of the change to clean up the GateIn packaging profiles, the default JBoss profile doesn't allows for building without having EAP artifacts deployed. GateIn should be able to successfully complete a build without special artifacts, so, the JBoss default profile needs to be removed from the default execution. -- 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 From issues at jboss.org Tue Apr 15 11:12:34 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Tue, 15 Apr 2014 11:12:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3447) Move 7.4.0.Final-redhat-4/* to jboss In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12962068#comment-12962068 ] Peter Palaga commented on GTNPORTAL-3447: ----------------------------------------- https://github.com/ppalaga/gatein-portal/commit/928d20f054d5fed98502195385d74d183a30340a was merged to master > Move 7.4.0.Final-redhat-4/* to jboss > ------------------------------------ > > Key: GTNPORTAL-3447 > URL: https://issues.jboss.org/browse/GTNPORTAL-3447 > Project: GateIn Portal > Issue Type: Task > Security Level: Public(Everyone can see) > Reporter: Peter Palaga > Assignee: Peter Palaga > > {{packaging/jboss/pkg/src/main/resources/7.4.0.Final-redhat-4/*}} should be moved to {{packaging/jboss/pkg/src/main/resources/jboss}}. Getting rid of {{7.4.0.Final-redhat-4}} directory will make the maintenance of the prod branch much easier and less error prone. -- 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 From issues at jboss.org Tue Apr 15 11:14:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Tue, 15 Apr 2014 11:14:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3447) Move 7.4.0.Final-redhat-4/* to jboss In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga resolved GTNPORTAL-3447. ------------------------------------- Fix Version/s: 3.8.0.Final Resolution: Done > Move 7.4.0.Final-redhat-4/* to jboss > ------------------------------------ > > Key: GTNPORTAL-3447 > URL: https://issues.jboss.org/browse/GTNPORTAL-3447 > Project: GateIn Portal > Issue Type: Task > Security Level: Public(Everyone can see) > Reporter: Peter Palaga > Assignee: Peter Palaga > Fix For: 3.8.0.Final > > > {{packaging/jboss/pkg/src/main/resources/7.4.0.Final-redhat-4/*}} should be moved to {{packaging/jboss/pkg/src/main/resources/jboss}}. Getting rid of {{7.4.0.Final-redhat-4}} directory will make the maintenance of the prod branch much easier and less error prone. -- 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 From issues at jboss.org Tue Apr 15 11:14:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Tue, 15 Apr 2014 11:14:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3444) "Invalid Application Id" thrown for all apps in Application Registry In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3444: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > "Invalid Application Id" thrown for all apps in Application Registry > -------------------------------------------------------------------- > > Key: GTNPORTAL-3444 > URL: https://issues.jboss.org/browse/GTNPORTAL-3444 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: master, head on commit: > 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > The following exception is logged when when clicking on any Application in Application Registry: > Error during the processAction phase: java.lang.Exception: Invalid Application Id: [dashboard_slash_DashboardPortlet] -- 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 From issues at jboss.org Tue Apr 15 11:16:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 15 Apr 2014 11:16:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3444) "Invalid Application Id" thrown for all apps in Application Registry In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12962070#comment-12962070 ] RH Bugzilla Integration commented on GTNPORTAL-3444: ---------------------------------------------------- Peter Palaga changed the Status of [bug 1085792|https://bugzilla.redhat.com/show_bug.cgi?id=1085792] from NEW to MODIFIED > "Invalid Application Id" thrown for all apps in Application Registry > -------------------------------------------------------------------- > > Key: GTNPORTAL-3444 > URL: https://issues.jboss.org/browse/GTNPORTAL-3444 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: master, head on commit: > 257dab7e927711acb365885d9e34f66d6ac93073 [maven-release-plugin] prepare for next development iteration > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > The following exception is logged when when clicking on any Application in Application Registry: > Error during the processAction phase: java.lang.Exception: Invalid Application Id: [dashboard_slash_DashboardPortlet] -- 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 From issues at jboss.org Tue Apr 15 11:18:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Tue, 15 Apr 2014 11:18:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3227) Implement disabled User feature In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12962071#comment-12962071 ] Peter Palaga commented on GTNPORTAL-3227: ----------------------------------------- A related PR was merged to master https://github.com/gatein/gatein-portal/pull/826 > Implement disabled User feature > ------------------------------- > > Key: GTNPORTAL-3227 > URL: https://issues.jboss.org/browse/GTNPORTAL-3227 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Reporter: Vu Viet Phuong > Assignee: Tuyen Nguyen The > Priority: Minor > Labels: backlogs, plan_3.7.0 > Fix For: 3.7.0.Final > > Original Estimate: 4 hours > Time Spent: 2 days, 4 hours > Remaining Estimate: 0 minutes > > Refer to the spec at http://community.jboss.org/wiki/DisabledUser -- 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 From issues at jboss.org Wed Apr 16 22:26:33 2014 From: issues at jboss.org (Tuyen Nguyen The (JIRA)) Date: Wed, 16 Apr 2014 22:26:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3403) Custom validator of page node name In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12962418#comment-12962418 ] Tuyen Nguyen The commented on GTNPORTAL-3403: --------------------------------------------- We should apply PR https://github.com/gatein/gatein-portal/pull/793 It only change pagename validator and do not change validation of Portal Name, User group name and Application's category name > Custom validator of page node name > ---------------------------------- > > Key: GTNPORTAL-3403 > URL: https://issues.jboss.org/browse/GTNPORTAL-3403 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Tran Trung Thanh > > Please provide a way to customize page name pattern. In current code, it is hardcoded. for example: https://github.com/gatein/gatein-portal/blob/3.5.x/portlet/exoadmin/src/main/java/org/exoplatform/navigation/webui/component/UIPageNodeForm.java#L142 -- 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 From issues at jboss.org Thu Apr 17 12:52:34 2014 From: issues at jboss.org (Vu Viet Phuong (JIRA)) Date: Thu, 17 Apr 2014 12:52:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3403) Custom validator of page node name In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vu Viet Phuong updated GTNPORTAL-3403: -------------------------------------- Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.5.9.Final 3.7.1.Final 3.8.0.Final Resolution: Done > Custom validator of page node name > ---------------------------------- > > Key: GTNPORTAL-3403 > URL: https://issues.jboss.org/browse/GTNPORTAL-3403 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Tran Trung Thanh > Fix For: 3.5.9.Final, 3.7.1.Final, 3.8.0.Final > > > Please provide a way to customize page name pattern. In current code, it is hardcoded. for example: https://github.com/gatein/gatein-portal/blob/3.5.x/portlet/exoadmin/src/main/java/org/exoplatform/navigation/webui/component/UIPageNodeForm.java#L142 -- 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 From issues at jboss.org Thu Apr 17 12:54:33 2014 From: issues at jboss.org (Vu Viet Phuong (JIRA)) Date: Thu, 17 Apr 2014 12:54:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3410) Templates-cache is not share between nodes in cluster In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vu Viet Phuong updated GTNPORTAL-3410: -------------------------------------- Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.5.9.Final 3.7.1.Final 3.8.0.Final Resolution: Done > Templates-cache is not share between nodes in cluster > ----------------------------------------------------- > > Key: GTNPORTAL-3410 > URL: https://issues.jboss.org/browse/GTNPORTAL-3410 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Tuyen Nguyen The > Assignee: Tuyen Nguyen The > Fix For: 3.5.9.Final, 3.7.1.Final, 3.8.0.Final > > > Start by setting up a cluster environement with two nodes and start the nodes > In Node 1: > - Goto Sitemap page > - Use editor to edit UISitemapTree.gtmpl > - Goto sitemap page, it still old template because template is cached. > - Use template management MBean to clear cache in node1 > - Goto sitemap page again and we see the change > In Node 2: > - Goto sitemap page > => NOK: sitemap page in node 2 still use old template > OK: template cache in 2 node must the same -- 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 From issues at jboss.org Thu Apr 17 17:40:38 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Thu, 17 Apr 2014 17:40:38 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1 In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12962679#comment-12962679 ] RH Bugzilla Integration commented on GTNPORTAL-3435: ---------------------------------------------------- Paul Gier changed the Status of [bug 1083054|https://bugzilla.redhat.com/show_bug.cgi?id=1083054] from MODIFIED to ON_QA > Import .zip REST API broken with EAP 6.3.0.Alpha1 > ------------------------------------------------- > > Key: GTNPORTAL-3435 > URL: https://issues.jboss.org/browse/GTNPORTAL-3435 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip > > > A curl operation over template/user API: > curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user" > hangs with: > 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful ! > 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException > at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25] > at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25] > at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25] -- 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 From issues at jboss.org Tue Apr 22 00:00:34 2014 From: issues at jboss.org (Tuyen Nguyen The (JIRA)) Date: Tue, 22 Apr 2014 00:00:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3448) Failed authentication on service REST after a session timeout In-Reply-To: References: Message-ID: Tuyen Nguyen The created GTNPORTAL-3448: ------------------------------------------- Summary: Failed authentication on service REST after a session timeout Key: GTNPORTAL-3448 URL: https://issues.jboss.org/browse/GTNPORTAL-3448 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Reporter: Tuyen Nguyen The Assignee: Tuyen Nguyen The Customer does not sometimes use /rest after session timeout. He also propose a workaround which adds "restoreIdentity" of the filter "SetCurrentIdentityFilter" into web.xml of rest.war, this parameter is added to almost war files but this param is not available in rest.war. So, we should add this param into web.xml of rest.war -- 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 From issues at jboss.org Tue Apr 22 00:10:33 2014 From: issues at jboss.org (Tuyen Nguyen The (JIRA)) Date: Tue, 22 Apr 2014 00:10:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3448) Failed authentication on service REST after a session timeout In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tuyen Nguyen The updated GTNPORTAL-3448: ---------------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/829 > Failed authentication on service REST after a session timeout > ------------------------------------------------------------- > > Key: GTNPORTAL-3448 > URL: https://issues.jboss.org/browse/GTNPORTAL-3448 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Tuyen Nguyen The > Assignee: Tuyen Nguyen The > > Customer does not sometimes use /rest after session timeout. He also propose a workaround which adds "restoreIdentity" of the filter "SetCurrentIdentityFilter" into web.xml of rest.war, this parameter is added to almost war files but this param is not available in rest.war. > So, we should add this param into web.xml of rest.war -- 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 From issues at jboss.org Tue Apr 22 02:44:33 2014 From: issues at jboss.org (Tuyen Nguyen The (JIRA)) Date: Tue, 22 Apr 2014 02:44:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3448) Failed authentication on service REST after a session timeout In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tuyen Nguyen The updated GTNPORTAL-3448: ---------------------------------------- Description: Case to reproduce: - Access to api {code} http://localhost:8080/rest/private/managed-components/api/sites/classic/pages {code} - Authentication with user root and now we can list all page of classic site (include Group Navitation and Portal Navigation page) - Wait until session timeout (about ~30 minute) - Access to list all page api again, now we only see public pages (see attachments) and has error in log: {code} [http-bio-8080-exec-10] ERROR exo.core.component.security.core.SetCurrentIdentityFilter - Not found identity in IdentityRegistry for user root, check Login Module. {code} This error is unusually occured. Maybe identity was removed from IdentityRegistry after session timeout and it throw this error. So, we should set restoreIdentity=true of the filter "SetCurrentIdentityFilter" into web.xml of rest.war (like in portal.war) to reinject the identity when it is lost was: Customer does not sometimes use /rest after session timeout. He also propose a workaround which adds "restoreIdentity" of the filter "SetCurrentIdentityFilter" into web.xml of rest.war, this parameter is added to almost war files but this param is not available in rest.war. So, we should add this param into web.xml of rest.war > Failed authentication on service REST after a session timeout > ------------------------------------------------------------- > > Key: GTNPORTAL-3448 > URL: https://issues.jboss.org/browse/GTNPORTAL-3448 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Tuyen Nguyen The > Assignee: Tuyen Nguyen The > Attachments: authenticate-successfully.png, reauthenticated-failure.png > > > Case to reproduce: > - Access to api > {code} > http://localhost:8080/rest/private/managed-components/api/sites/classic/pages > {code} > - Authentication with user root and now we can list all page of classic site (include Group Navitation and Portal Navigation page) > - Wait until session timeout (about ~30 minute) > - Access to list all page api again, now we only see public pages (see attachments) and has error in log: > {code} > [http-bio-8080-exec-10] ERROR exo.core.component.security.core.SetCurrentIdentityFilter - Not found identity in IdentityRegistry for user root, check Login Module. > {code} > This error is unusually occured. > Maybe identity was removed from IdentityRegistry after session timeout and it throw this error. > So, we should set restoreIdentity=true of the filter "SetCurrentIdentityFilter" into web.xml of rest.war (like in portal.war) to reinject the identity when it is lost -- 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 From issues at jboss.org Tue Apr 22 02:44:33 2014 From: issues at jboss.org (Tuyen Nguyen The (JIRA)) Date: Tue, 22 Apr 2014 02:44:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3448) Failed authentication on service REST after a session timeout In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tuyen Nguyen The updated GTNPORTAL-3448: ---------------------------------------- Attachment: authenticate-successfully.png reauthenticated-failure.png > Failed authentication on service REST after a session timeout > ------------------------------------------------------------- > > Key: GTNPORTAL-3448 > URL: https://issues.jboss.org/browse/GTNPORTAL-3448 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Tuyen Nguyen The > Assignee: Tuyen Nguyen The > Attachments: authenticate-successfully.png, reauthenticated-failure.png > > > Case to reproduce: > - Access to api > {code} > http://localhost:8080/rest/private/managed-components/api/sites/classic/pages > {code} > - Authentication with user root and now we can list all page of classic site (include Group Navitation and Portal Navigation page) > - Wait until session timeout (about ~30 minute) > - Access to list all page api again, now we only see public pages (see attachments) and has error in log: > {code} > [http-bio-8080-exec-10] ERROR exo.core.component.security.core.SetCurrentIdentityFilter - Not found identity in IdentityRegistry for user root, check Login Module. > {code} > This error is unusually occured. > Maybe identity was removed from IdentityRegistry after session timeout and it throw this error. > So, we should set restoreIdentity=true of the filter "SetCurrentIdentityFilter" into web.xml of rest.war (like in portal.war) to reinject the identity when it is lost -- 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 From issues at jboss.org Tue Apr 22 04:50:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 22 Apr 2014 04:50:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3417) Disable users icons look like inverse In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12962932#comment-12962932 ] RH Bugzilla Integration commented on GTNPORTAL-3417: ---------------------------------------------------- Boleslaw Dawidowicz changed the Status of [bug 1076175|https://bugzilla.redhat.com/show_bug.cgi?id=1076175] from NEW to ASSIGNED > Disable users icons look like inverse > ------------------------------------- > > Key: GTNPORTAL-3417 > URL: https://issues.jboss.org/browse/GTNPORTAL-3417 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: 3.8.0.Beta01-SNAPSHOT > Reporter: Vlastislav Ramik > Labels: RHJP62 > Fix For: 3.8.0.Final > > > Icons in users and group managements looks that all users are disabled while they are enabled. The icon is grey and the tag is: Disabled User While disabled user icons is green and the tag is: Enabled User All functionality works as expected but both the icon and the title is very confusing. -- 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 From issues at jboss.org Tue Apr 22 05:02:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 22 Apr 2014 05:02:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3449) Adding new node in group navigation doesn't work In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3449: -------------------------------------- Summary: Adding new node in group navigation doesn't work Key: GTNPORTAL-3449 URL: https://issues.jboss.org/browse/GTNPORTAL-3449 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Components: WebUI Reporter: Lucas Ponce Assignee: Lucas Ponce Fix For: 3.8.0.Final New pages added under group navigation are not visible in UIUserToolBarGroupPortlet menu. -- 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 From issues at jboss.org Tue Apr 22 05:02:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 22 Apr 2014 05:02:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3449) Adding new node in group navigation doesn't work In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3449: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1089460 > Adding new node in group navigation doesn't work > ------------------------------------------------ > > Key: GTNPORTAL-3449 > URL: https://issues.jboss.org/browse/GTNPORTAL-3449 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > New pages added under group navigation are not visible in UIUserToolBarGroupPortlet menu. -- 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 From issues at jboss.org Tue Apr 22 05:12:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 22 Apr 2014 05:12:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3449) Adding new node in group navigation doesn't work In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3449: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/830 > Adding new node in group navigation doesn't work > ------------------------------------------------ > > Key: GTNPORTAL-3449 > URL: https://issues.jboss.org/browse/GTNPORTAL-3449 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > New pages added under group navigation are not visible in UIUserToolBarGroupPortlet menu. -- 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 From issues at jboss.org Tue Apr 22 05:14:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 22 Apr 2014 05:14:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3449) Adding new node in group navigation doesn't work In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12962939#comment-12962939 ] RH Bugzilla Integration commented on GTNPORTAL-3449: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1089460|https://bugzilla.redhat.com/show_bug.cgi?id=1089460] from ASSIGNED to POST > Adding new node in group navigation doesn't work > ------------------------------------------------ > > Key: GTNPORTAL-3449 > URL: https://issues.jboss.org/browse/GTNPORTAL-3449 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > New pages added under group navigation are not visible in UIUserToolBarGroupPortlet menu. -- 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 From issues at jboss.org Tue Apr 22 06:32:34 2014 From: issues at jboss.org (Tran Trung Thanh (JIRA)) Date: Tue, 22 Apr 2014 06:32:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3450) Impossible to upload file in Content Explorer when tmpdir does not exist In-Reply-To: References: Message-ID: Tran Trung Thanh created GTNPORTAL-3450: ------------------------------------------- Summary: Impossible to upload file in Content Explorer when tmpdir does not exist Key: GTNPORTAL-3450 URL: https://issues.jboss.org/browse/GTNPORTAL-3450 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Affects Versions: 3.5.8.Final Reporter: Tran Trung Thanh We have a problem when trying to upload files. We noticed that the "org.exoplatform.upload.UploadService" Service uses java.io.tmpdir (System Properties) to create the portal/eXoUpload directory needed to upload files. If the directory does not exist (ie, deleted : custermer's case deleted by tmpwatch command). << we can view the file tree but nothing happens, it stays at 0 % (blocking). *Error log:* {code}DEBUG [org.exoplatform.upload.UploadService] (ajp-10.11.2.212-8009-42) IOException while upload resource org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. /tmp/portal/eXoUpload/upload__175985d8_14550fb3b24_d1a_00000003.tmp (Aucun fichier ou dossier de ce type) at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:367) at org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:126) at org.exoplatform.upload.UploadService.createUploadResource(UploadService.java:120) at org.exoplatform.upload.UploadService.createUploadResource(UploadService.java:96) at org.exoplatform.web.handler.UploadHandler.execute(UploadHandler.java:123) at org.exoplatform.web.handler.UploadHandler.execute(UploadHandler.java:60) at org.exoplatform.web.WebAppController.service(WebAppController.java:358) at org.exoplatform.portal.application.PortalController.onService(PortalController.java:125) at org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:132) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.exoplatform.web.login.RememberMeFilter.doFilter(RememberMeFilter.java:84) at org.exoplatform.web.login.RememberMeFilter.doFilter(RememberMeFilter.java:54) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilter.java:114) at com.filhetallard.dis.extranet.adp.portlet.common.SitesAccessFilter.doFilter(SitesAccessFilter.java:195) at com.filhetallard.dis.extranet.fac.exo.web.FilterAdapter.doFilter(FilterAdapter.java:23) at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilter.java:110) at org.exoplatform.platform.common.admin.TermsAndConditionsFilter.doFilter(TermsAndConditionsFilter.java:77) at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilter.java:110) at org.exoplatform.web.filter.ExtensibleFilter.doFilter(ExtensibleFilter.java:84) at org.exoplatform.web.filter.GenericFilter.doFilter(GenericFilter.java:78) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.exoplatform.web.CacheUserProfileFilter.doFilter(CacheUserProfileFilter.java:78) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.exoplatform.frameworks.jcr.web.ThreadLocalSessionProviderInitializedFilter.doFilter(ThreadLocalSessionProviderInitializedFilter.java:116) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.exoplatform.services.security.web.SetCurrentIdentityFilter.doFilter(SetCurrentIdentityFilter.java:88) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.exoplatform.web.login.ClusteredSSOFilter.doFilter(ClusteredSSOFilter.java:62) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.exoplatform.container.web.PortalContainerFilter.doFilter(PortalContainerFilter.java:69) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) at org.jboss.web.tomcat.service.session.ClusteredSessionValve.handleRequest(ClusteredSessionValve.java:135) at org.jboss.web.tomcat.service.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:94) at org.jboss.web.tomcat.service.session.JvmRouteValve.invoke(JvmRouteValve.java:88) at org.jboss.web.tomcat.service.session.LockingValve.invoke(LockingValve.java:62) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:402) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:436) at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:385) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) at java.lang.Thread.run(Thread.java:701) Caused by: java.io.FileNotFoundException: /tmp/portal/eXoUpload/upload__175985d8_14550fb3b24_d1a_00000003.tmp (Aucun fichier ou dossier de ce type) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.java:212) at java.io.FileOutputStream.(FileOutputStream.java:160) at org.apache.commons.io.output.DeferredFileOutputStream.thresholdReached(DeferredFileOutputStream.java:165) at org.apache.commons.io.output.ThresholdingOutputStream.checkThreshold(ThresholdingOutputStream.java:221) at org.apache.commons.io.output.ThresholdingOutputStream.write(ThresholdingOutputStream.java:127) at org.apache.commons.fileupload.util.Streams.copy(Streams.java:101) at org.apache.commons.fileupload.util.Streams.copy(Streams.java:64) at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:362) ... 65 more{code} -- 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 From issues at jboss.org Tue Apr 22 09:16:36 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 22 Apr 2014 09:16:36 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3451) Infinispan transport clusterName property not properly defined In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3451: -------------------------------------- Summary: Infinispan transport clusterName property not properly defined Key: GTNPORTAL-3451 URL: https://issues.jboss.org/browse/GTNPORTAL-3451 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Reporter: Lucas Ponce -- 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 From issues at jboss.org Tue Apr 22 09:20:34 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 22 Apr 2014 09:20:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3451) Infinispan transport clusterName property not properly defined In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3451: ----------------------------------- Description: clusterName attribute is not well defined for infinispan transport defined in HA configurations. This bug shows followings warnings: [...] 14:47:59,283 WARN [org.infinispan.util.StringPropertyReplacer] (MSC service thread 1-2) ISPN000003: Property infinispan-cluster-name could not be replaced as intended! [...] And this bug is root cause for other cascading errors in cluster setup. > Infinispan transport clusterName property not properly defined > -------------------------------------------------------------- > > Key: GTNPORTAL-3451 > URL: https://issues.jboss.org/browse/GTNPORTAL-3451 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > > clusterName attribute is not well defined for infinispan transport defined in HA configurations. > This bug shows followings warnings: > [...] > 14:47:59,283 WARN [org.infinispan.util.StringPropertyReplacer] (MSC service thread 1-2) ISPN000003: Property infinispan-cluster-name could not be replaced as intended! > [...] > And this bug is root cause for other cascading errors in cluster setup. -- 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 From issues at jboss.org Tue Apr 22 09:20:34 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 22 Apr 2014 09:20:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3451) Infinispan transport clusterName property not properly defined In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce reassigned GTNPORTAL-3451: -------------------------------------- Assignee: Lucas Ponce > Infinispan transport clusterName property not properly defined > -------------------------------------------------------------- > > Key: GTNPORTAL-3451 > URL: https://issues.jboss.org/browse/GTNPORTAL-3451 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > clusterName attribute is not well defined for infinispan transport defined in HA configurations. > This bug shows followings warnings: > [...] > 14:47:59,283 WARN [org.infinispan.util.StringPropertyReplacer] (MSC service thread 1-2) ISPN000003: Property infinispan-cluster-name could not be replaced as intended! > [...] > And this bug is root cause for other cascading errors in cluster setup. -- 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 From issues at jboss.org Tue Apr 22 09:20:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 22 Apr 2014 09:20:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3451) Infinispan transport clusterName property not properly defined In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3451: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1085927 > Infinispan transport clusterName property not properly defined > -------------------------------------------------------------- > > Key: GTNPORTAL-3451 > URL: https://issues.jboss.org/browse/GTNPORTAL-3451 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > clusterName attribute is not well defined for infinispan transport defined in HA configurations. > This bug shows followings warnings: > [...] > 14:47:59,283 WARN [org.infinispan.util.StringPropertyReplacer] (MSC service thread 1-2) ISPN000003: Property infinispan-cluster-name could not be replaced as intended! > [...] > And this bug is root cause for other cascading errors in cluster setup. -- 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 From issues at jboss.org Tue Apr 22 11:30:34 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 22 Apr 2014 11:30:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3451) Infinispan transport clusterName property not properly defined In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963058#comment-12963058 ] Lucas Ponce commented on GTNPORTAL-3451: ---------------------------------------- Another issue found: - RSVP.ack_on_delivery=true on JGroups configuration where Infinispan recommend set to false to avoid deadlocks. Some preliminar tests seems this also can be related in the overall issue. [1] https://issues.jboss.org/browse/ISPN-2612 [2] https://issues.jboss.org/browse/ISPN-2713 > Infinispan transport clusterName property not properly defined > -------------------------------------------------------------- > > Key: GTNPORTAL-3451 > URL: https://issues.jboss.org/browse/GTNPORTAL-3451 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > clusterName attribute is not well defined for infinispan transport defined in HA configurations. > This bug shows followings warnings: > [...] > 14:47:59,283 WARN [org.infinispan.util.StringPropertyReplacer] (MSC service thread 1-2) ISPN000003: Property infinispan-cluster-name could not be replaced as intended! > [...] > And this bug is root cause for other cascading errors in cluster setup. -- 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 From issues at jboss.org Tue Apr 22 11:30:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 22 Apr 2014 11:30:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3451) Infinispan transport clusterName property not properly defined In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963059#comment-12963059 ] RH Bugzilla Integration commented on GTNPORTAL-3451: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1085927|https://bugzilla.redhat.com/show_bug.cgi?id=1085927] from ASSIGNED to POST > Infinispan transport clusterName property not properly defined > -------------------------------------------------------------- > > Key: GTNPORTAL-3451 > URL: https://issues.jboss.org/browse/GTNPORTAL-3451 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > clusterName attribute is not well defined for infinispan transport defined in HA configurations. > This bug shows followings warnings: > [...] > 14:47:59,283 WARN [org.infinispan.util.StringPropertyReplacer] (MSC service thread 1-2) ISPN000003: Property infinispan-cluster-name could not be replaced as intended! > [...] > And this bug is root cause for other cascading errors in cluster setup. -- 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 From issues at jboss.org Tue Apr 22 11:30:34 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 22 Apr 2014 11:30:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3451) Infinispan transport clusterName property not properly defined In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3451: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/832 > Infinispan transport clusterName property not properly defined > -------------------------------------------------------------- > > Key: GTNPORTAL-3451 > URL: https://issues.jboss.org/browse/GTNPORTAL-3451 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > clusterName attribute is not well defined for infinispan transport defined in HA configurations. > This bug shows followings warnings: > [...] > 14:47:59,283 WARN [org.infinispan.util.StringPropertyReplacer] (MSC service thread 1-2) ISPN000003: Property infinispan-cluster-name could not be replaced as intended! > [...] > And this bug is root cause for other cascading errors in cluster setup. -- 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 From issues at jboss.org Tue Apr 22 11:50:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 22 Apr 2014 11:50:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3452) Changing permissions in ApplicationRegistry causes error In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3452: -------------------------------------- Summary: Changing permissions in ApplicationRegistry causes error Key: GTNPORTAL-3452 URL: https://issues.jboss.org/browse/GTNPORTAL-3452 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Components: WebUI Reporter: Lucas Ponce Assignee: Lucas Ponce Changing permission of any portlet in Application Registry will cause "java.lang.Exception: Invalid Application Id: [web_slash_IFramePortlet]". -- 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 From issues at jboss.org Tue Apr 22 12:18:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 22 Apr 2014 12:18:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3452) Changing permissions in ApplicationRegistry causes error In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3452: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1089965 > Changing permissions in ApplicationRegistry causes error > -------------------------------------------------------- > > Key: GTNPORTAL-3452 > URL: https://issues.jboss.org/browse/GTNPORTAL-3452 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > Changing permission of any portlet in Application Registry will cause "java.lang.Exception: Invalid Application Id: [web_slash_IFramePortlet]". -- 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 From issues at jboss.org Tue Apr 22 12:24:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 22 Apr 2014 12:24:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3452) Changing permissions in ApplicationRegistry causes error In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3452: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/833 > Changing permissions in ApplicationRegistry causes error > -------------------------------------------------------- > > Key: GTNPORTAL-3452 > URL: https://issues.jboss.org/browse/GTNPORTAL-3452 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > Changing permission of any portlet in Application Registry will cause "java.lang.Exception: Invalid Application Id: [web_slash_IFramePortlet]". -- 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 From issues at jboss.org Tue Apr 22 12:24:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 22 Apr 2014 12:24:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3452) Changing permissions in ApplicationRegistry causes error In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963080#comment-12963080 ] RH Bugzilla Integration commented on GTNPORTAL-3452: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1089965|https://bugzilla.redhat.com/show_bug.cgi?id=1089965] from ASSIGNED to POST > Changing permissions in ApplicationRegistry causes error > -------------------------------------------------------- > > Key: GTNPORTAL-3452 > URL: https://issues.jboss.org/browse/GTNPORTAL-3452 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > Changing permission of any portlet in Application Registry will cause "java.lang.Exception: Invalid Application Id: [web_slash_IFramePortlet]". -- 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 From issues at jboss.org Tue Apr 22 12:28:34 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Tue, 22 Apr 2014 12:28:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3452) Changing permissions in ApplicationRegistry causes error In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3452: ----------------------------------- Status: Pull Request Sent (was: Pull Request Sent) Git Pull Request: https://github.com/gatein/gatein-portal/pull/834 (was: https://github.com/gatein/gatein-portal/pull/833) > Changing permissions in ApplicationRegistry causes error > -------------------------------------------------------- > > Key: GTNPORTAL-3452 > URL: https://issues.jboss.org/browse/GTNPORTAL-3452 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > Changing permission of any portlet in Application Registry will cause "java.lang.Exception: Invalid Application Id: [web_slash_IFramePortlet]". -- 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 From issues at jboss.org Wed Apr 23 02:48:33 2014 From: issues at jboss.org (Tran Trung Thanh (JIRA)) Date: Wed, 23 Apr 2014 02:48:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3450) Impossible to upload file in Content Explorer when tmpdir does not exist In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tran Trung Thanh updated GTNPORTAL-3450: ---------------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/836 Fix description: - When uploading a file, check if tmpdir exists. If not, create it > Impossible to upload file in Content Explorer when tmpdir does not exist > ------------------------------------------------------------------------ > > Key: GTNPORTAL-3450 > URL: https://issues.jboss.org/browse/GTNPORTAL-3450 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Tran Trung Thanh > > We have a problem when trying to upload files. > We noticed that the "org.exoplatform.upload.UploadService" Service uses java.io.tmpdir (System Properties) to create the portal/eXoUpload directory needed to upload files. > If the directory does not exist (ie, deleted : custermer's case deleted by tmpwatch command). > << we can view the file tree but nothing happens, it stays at 0 % (blocking). > *Error log:* > {code}DEBUG [org.exoplatform.upload.UploadService] (ajp-10.11.2.212-8009-42) IOException while upload resource > org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. /tmp/portal/eXoUpload/upload__175985d8_14550fb3b24_d1a_00000003.tmp (Aucun fichier ou dossier de ce type) > at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:367) > at org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:126) > at org.exoplatform.upload.UploadService.createUploadResource(UploadService.java:120) > at org.exoplatform.upload.UploadService.createUploadResource(UploadService.java:96) > at org.exoplatform.web.handler.UploadHandler.execute(UploadHandler.java:123) > at org.exoplatform.web.handler.UploadHandler.execute(UploadHandler.java:60) > at org.exoplatform.web.WebAppController.service(WebAppController.java:358) > at org.exoplatform.portal.application.PortalController.onService(PortalController.java:125) > at org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:132) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.exoplatform.web.login.RememberMeFilter.doFilter(RememberMeFilter.java:84) > at org.exoplatform.web.login.RememberMeFilter.doFilter(RememberMeFilter.java:54) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilter.java:114) > at com.filhetallard.dis.extranet.adp.portlet.common.SitesAccessFilter.doFilter(SitesAccessFilter.java:195) > at com.filhetallard.dis.extranet.fac.exo.web.FilterAdapter.doFilter(FilterAdapter.java:23) > at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilter.java:110) > at org.exoplatform.platform.common.admin.TermsAndConditionsFilter.doFilter(TermsAndConditionsFilter.java:77) > at org.exoplatform.web.filter.ExtensibleFilter$ExtensibleFilterChain.doFilter(ExtensibleFilter.java:110) > at org.exoplatform.web.filter.ExtensibleFilter.doFilter(ExtensibleFilter.java:84) > at org.exoplatform.web.filter.GenericFilter.doFilter(GenericFilter.java:78) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.exoplatform.web.CacheUserProfileFilter.doFilter(CacheUserProfileFilter.java:78) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.exoplatform.frameworks.jcr.web.ThreadLocalSessionProviderInitializedFilter.doFilter(ThreadLocalSessionProviderInitializedFilter.java:116) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.exoplatform.services.security.web.SetCurrentIdentityFilter.doFilter(SetCurrentIdentityFilter.java:88) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.exoplatform.web.login.ClusteredSSOFilter.doFilter(ClusteredSSOFilter.java:62) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.exoplatform.container.web.PortalContainerFilter.doFilter(PortalContainerFilter.java:69) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) > at org.jboss.web.tomcat.service.session.ClusteredSessionValve.handleRequest(ClusteredSessionValve.java:135) > at org.jboss.web.tomcat.service.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:94) > at org.jboss.web.tomcat.service.session.JvmRouteValve.invoke(JvmRouteValve.java:88) > at org.jboss.web.tomcat.service.session.LockingValve.invoke(LockingValve.java:62) > at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) > at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) > at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:402) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) > at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) > at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:436) > at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:385) > at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) > at java.lang.Thread.run(Thread.java:701) > Caused by: java.io.FileNotFoundException: /tmp/portal/eXoUpload/upload__175985d8_14550fb3b24_d1a_00000003.tmp (Aucun fichier ou dossier de ce type) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.(FileOutputStream.java:212) > at java.io.FileOutputStream.(FileOutputStream.java:160) > at org.apache.commons.io.output.DeferredFileOutputStream.thresholdReached(DeferredFileOutputStream.java:165) > at org.apache.commons.io.output.ThresholdingOutputStream.checkThreshold(ThresholdingOutputStream.java:221) > at org.apache.commons.io.output.ThresholdingOutputStream.write(ThresholdingOutputStream.java:127) > at org.apache.commons.fileupload.util.Streams.copy(Streams.java:101) > at org.apache.commons.fileupload.util.Streams.copy(Streams.java:64) > at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:362) > ... 65 more{code} -- 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 From issues at jboss.org Wed Apr 23 07:13:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Wed, 23 Apr 2014 07:13:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3453) domain.xml demo with default and full profiles In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3453: -------------------------------------- Summary: domain.xml demo with default and full profiles Key: GTNPORTAL-3453 URL: https://issues.jboss.org/browse/GTNPORTAL-3453 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Reporter: Lucas Ponce Assignee: Lucas Ponce demo-domain-setup.sh is a demo script to run gatein in domain mode. server-groups defined in domain.xml use full and full-ha profiles. For a better demo, these profiles should be default and full, to avoid to run a separate process with a tcp H2 database. -- 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 From issues at jboss.org Wed Apr 23 08:11:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Wed, 23 Apr 2014 08:11:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3454) Remove native AMD modules from requireJs config In-Reply-To: References: Message-ID: Peter Palaga created GTNPORTAL-3454: --------------------------------------- Summary: Remove native AMD modules from requireJs config Key: GTNPORTAL-3454 URL: https://issues.jboss.org/browse/GTNPORTAL-3454 Project: GateIn Portal Issue Type: Task Security Level: Public (Everyone can see) Reporter: Peter Palaga Assignee: Peter Palaga RequireJs config is a json structure renderead inline in the HTML markup of every page returned by the portal. The recent "Native AMD Support" feature has brought the possibility to work with large third-party javascript frameworks such as Dojo containing thousands of JavaScript modules. The present implementation adds an entry for every native AMD module into RequireJs config. With a dojo portlet deployed, this causes an overhead of more than 400KB per page. Steps to Reproduce: 1. Compile and deploy the dojo portlet application from https://github.com/ppalaga/dojo-portlet 2. Import applications 3. Inspect the source of any portal page, e.g. /portal/classic/home 4. Locate the line starting with var require = Actual results: All dojo resources are there in the json structure assigned to the require variable. Expected results: No resources coming from Dojo should be there. Additional info: Not having the resources coming from Dojo in requireJS config is technically possible as the native AMD modules are implicitly SHARED and the baseUrl is set properly in the config. -- 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 From issues at jboss.org Wed Apr 23 08:43:34 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Wed, 23 Apr 2014 08:43:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3453) domain.xml demo with default and full profiles In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3453: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/838 > domain.xml demo with default and full profiles > ---------------------------------------------- > > Key: GTNPORTAL-3453 > URL: https://issues.jboss.org/browse/GTNPORTAL-3453 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > demo-domain-setup.sh is a demo script to run gatein in domain mode. > server-groups defined in domain.xml use full and full-ha profiles. > For a better demo, these profiles should be default and full, to avoid to run a separate process with a tcp H2 database. -- 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 From issues at jboss.org Wed Apr 23 08:45:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Wed, 23 Apr 2014 08:45:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3453) domain.xml demo with default and full profiles In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3453: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1090419 > domain.xml demo with default and full profiles > ---------------------------------------------- > > Key: GTNPORTAL-3453 > URL: https://issues.jboss.org/browse/GTNPORTAL-3453 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > demo-domain-setup.sh is a demo script to run gatein in domain mode. > server-groups defined in domain.xml use full and full-ha profiles. > For a better demo, these profiles should be default and full, to avoid to run a separate process with a tcp H2 database. -- 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 From issues at jboss.org Wed Apr 23 08:49:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Wed, 23 Apr 2014 08:49:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3454) Remove native AMD modules from requireJs config In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3454: ------------------------------------ Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/839 > Remove native AMD modules from requireJs config > ----------------------------------------------- > > Key: GTNPORTAL-3454 > URL: https://issues.jboss.org/browse/GTNPORTAL-3454 > Project: GateIn Portal > Issue Type: Task > Security Level: Public(Everyone can see) > Reporter: Peter Palaga > Assignee: Peter Palaga > > RequireJs config is a json structure renderead inline in the HTML markup of every page returned by the portal. The recent "Native AMD Support" feature has brought the possibility to work with large third-party javascript frameworks such as Dojo containing thousands of JavaScript modules. The present implementation adds an entry for every native AMD module into RequireJs config. With a dojo portlet deployed, this causes an overhead of more than 400KB per page. > Steps to Reproduce: > 1. Compile and deploy the dojo portlet application from https://github.com/ppalaga/dojo-portlet > 2. Import applications > 3. Inspect the source of any portal page, e.g. /portal/classic/home > 4. Locate the line starting with > var require = > Actual results: All dojo resources are there in the json structure assigned to the require variable. > Expected results: No resources coming from Dojo should be there. > Additional info: Not having the resources coming from Dojo in requireJS config is technically possible as the native AMD modules are implicitly SHARED and the baseUrl is set properly in the config. -- 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 From issues at jboss.org Wed Apr 23 08:49:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Wed, 23 Apr 2014 08:49:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3454) Remove native AMD modules from requireJs config In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3454: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1090470 > Remove native AMD modules from requireJs config > ----------------------------------------------- > > Key: GTNPORTAL-3454 > URL: https://issues.jboss.org/browse/GTNPORTAL-3454 > Project: GateIn Portal > Issue Type: Task > Security Level: Public(Everyone can see) > Reporter: Peter Palaga > Assignee: Peter Palaga > > RequireJs config is a json structure renderead inline in the HTML markup of every page returned by the portal. The recent "Native AMD Support" feature has brought the possibility to work with large third-party javascript frameworks such as Dojo containing thousands of JavaScript modules. The present implementation adds an entry for every native AMD module into RequireJs config. With a dojo portlet deployed, this causes an overhead of more than 400KB per page. > Steps to Reproduce: > 1. Compile and deploy the dojo portlet application from https://github.com/ppalaga/dojo-portlet > 2. Import applications > 3. Inspect the source of any portal page, e.g. /portal/classic/home > 4. Locate the line starting with > var require = > Actual results: All dojo resources are there in the json structure assigned to the require variable. > Expected results: No resources coming from Dojo should be there. > Additional info: Not having the resources coming from Dojo in requireJS config is technically possible as the native AMD modules are implicitly SHARED and the baseUrl is set properly in the config. -- 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 From issues at jboss.org Wed Apr 23 08:49:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Wed, 23 Apr 2014 08:49:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3453) domain.xml demo with default and full profiles In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963246#comment-12963246 ] RH Bugzilla Integration commented on GTNPORTAL-3453: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1090419|https://bugzilla.redhat.com/show_bug.cgi?id=1090419] from ASSIGNED to POST > domain.xml demo with default and full profiles > ---------------------------------------------- > > Key: GTNPORTAL-3453 > URL: https://issues.jboss.org/browse/GTNPORTAL-3453 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > demo-domain-setup.sh is a demo script to run gatein in domain mode. > server-groups defined in domain.xml use full and full-ha profiles. > For a better demo, these profiles should be default and full, to avoid to run a separate process with a tcp H2 database. -- 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 From issues at jboss.org Wed Apr 23 12:39:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Wed, 23 Apr 2014 12:39:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3455) Select page layout doesn't select default item. In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3455: -------------------------------------- Summary: Select page layout doesn't select default item. Key: GTNPORTAL-3455 URL: https://issues.jboss.org/browse/GTNPORTAL-3455 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Reporter: Lucas Ponce Assignee: Lucas Ponce In step 2 of UIPageCreationWizard select page layout wizard doesn't select by default first element of each sublist. For example, if we change to row templates and we go to step 3, page layout is empty template instead two rows template. -- 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 From issues at jboss.org Wed Apr 23 12:45:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Wed, 23 Apr 2014 12:45:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3455) Select page layout doesn't select default item. In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3455: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1090491 > Select page layout doesn't select default item. > ----------------------------------------------- > > Key: GTNPORTAL-3455 > URL: https://issues.jboss.org/browse/GTNPORTAL-3455 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > In step 2 of UIPageCreationWizard select page layout wizard doesn't select by default first element of each sublist. > For example, if we change to row templates and we go to step 3, page layout is empty template instead two rows template. -- 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 From issues at jboss.org Wed Apr 23 12:45:34 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Wed, 23 Apr 2014 12:45:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3455) Select page layout doesn't select default item. In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3455: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/840 > Select page layout doesn't select default item. > ----------------------------------------------- > > Key: GTNPORTAL-3455 > URL: https://issues.jboss.org/browse/GTNPORTAL-3455 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > In step 2 of UIPageCreationWizard select page layout wizard doesn't select by default first element of each sublist. > For example, if we change to row templates and we go to step 3, page layout is empty template instead two rows template. -- 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 From issues at jboss.org Wed Apr 23 12:45:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Wed, 23 Apr 2014 12:45:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3455) Select page layout doesn't select default item. In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963339#comment-12963339 ] RH Bugzilla Integration commented on GTNPORTAL-3455: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1090491|https://bugzilla.redhat.com/show_bug.cgi?id=1090491] from NEW to POST > Select page layout doesn't select default item. > ----------------------------------------------- > > Key: GTNPORTAL-3455 > URL: https://issues.jboss.org/browse/GTNPORTAL-3455 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > In step 2 of UIPageCreationWizard select page layout wizard doesn't select by default first element of each sublist. > For example, if we change to row templates and we go to step 3, page layout is empty template instead two rows template. -- 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 From issues at jboss.org Wed Apr 23 13:03:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Wed, 23 Apr 2014 13:03:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3456) Update copyright text to use 2014 year In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3456: -------------------------------------- Summary: Update copyright text to use 2014 year Key: GTNPORTAL-3456 URL: https://issues.jboss.org/browse/GTNPORTAL-3456 Project: GateIn Portal Issue Type: Enhancement Security Level: Public (Everyone can see) Reporter: Lucas Ponce -- 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 From issues at jboss.org Wed Apr 23 13:03:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Wed, 23 Apr 2014 13:03:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3456) Update copyright text to use 2014 year In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce reassigned GTNPORTAL-3456: -------------------------------------- Assignee: Lucas Ponce > Update copyright text to use 2014 year > -------------------------------------- > > Key: GTNPORTAL-3456 > URL: https://issues.jboss.org/browse/GTNPORTAL-3456 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > -- 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 From issues at jboss.org Wed Apr 23 15:37:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Wed, 23 Apr 2014 15:37:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3454) Remove native AMD modules from requireJs config In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3454: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Remove native AMD modules from requireJs config > ----------------------------------------------- > > Key: GTNPORTAL-3454 > URL: https://issues.jboss.org/browse/GTNPORTAL-3454 > Project: GateIn Portal > Issue Type: Task > Security Level: Public(Everyone can see) > Reporter: Peter Palaga > Assignee: Peter Palaga > Fix For: 3.8.0.Final > > > RequireJs config is a json structure renderead inline in the HTML markup of every page returned by the portal. The recent "Native AMD Support" feature has brought the possibility to work with large third-party javascript frameworks such as Dojo containing thousands of JavaScript modules. The present implementation adds an entry for every native AMD module into RequireJs config. With a dojo portlet deployed, this causes an overhead of more than 400KB per page. > Steps to Reproduce: > 1. Compile and deploy the dojo portlet application from https://github.com/ppalaga/dojo-portlet > 2. Import applications > 3. Inspect the source of any portal page, e.g. /portal/classic/home > 4. Locate the line starting with > var require = > Actual results: All dojo resources are there in the json structure assigned to the require variable. > Expected results: No resources coming from Dojo should be there. > Additional info: Not having the resources coming from Dojo in requireJS config is technically possible as the native AMD modules are implicitly SHARED and the baseUrl is set properly in the config. -- 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 From issues at jboss.org Wed Apr 23 15:39:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Wed, 23 Apr 2014 15:39:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3454) Remove native AMD modules from requireJs config In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963382#comment-12963382 ] RH Bugzilla Integration commented on GTNPORTAL-3454: ---------------------------------------------------- Peter Palaga changed the Status of [bug 1090470|https://bugzilla.redhat.com/show_bug.cgi?id=1090470] from ASSIGNED to POST > Remove native AMD modules from requireJs config > ----------------------------------------------- > > Key: GTNPORTAL-3454 > URL: https://issues.jboss.org/browse/GTNPORTAL-3454 > Project: GateIn Portal > Issue Type: Task > Security Level: Public(Everyone can see) > Reporter: Peter Palaga > Assignee: Peter Palaga > Fix For: 3.8.0.Final > > > RequireJs config is a json structure renderead inline in the HTML markup of every page returned by the portal. The recent "Native AMD Support" feature has brought the possibility to work with large third-party javascript frameworks such as Dojo containing thousands of JavaScript modules. The present implementation adds an entry for every native AMD module into RequireJs config. With a dojo portlet deployed, this causes an overhead of more than 400KB per page. > Steps to Reproduce: > 1. Compile and deploy the dojo portlet application from https://github.com/ppalaga/dojo-portlet > 2. Import applications > 3. Inspect the source of any portal page, e.g. /portal/classic/home > 4. Locate the line starting with > var require = > Actual results: All dojo resources are there in the json structure assigned to the require variable. > Expected results: No resources coming from Dojo should be there. > Additional info: Not having the resources coming from Dojo in requireJS config is technically possible as the native AMD modules are implicitly SHARED and the baseUrl is set properly in the config. -- 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 From issues at jboss.org Wed Apr 23 15:39:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Wed, 23 Apr 2014 15:39:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3449) Adding new node in group navigation doesn't work In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3449: ------------------------------------ Status: Resolved (was: Pull Request Sent) Resolution: Done > Adding new node in group navigation doesn't work > ------------------------------------------------ > > Key: GTNPORTAL-3449 > URL: https://issues.jboss.org/browse/GTNPORTAL-3449 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > New pages added under group navigation are not visible in UIUserToolBarGroupPortlet menu. -- 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 From issues at jboss.org Wed Apr 23 15:41:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Wed, 23 Apr 2014 15:41:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3451) Infinispan transport clusterName property not properly defined In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3451: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Infinispan transport clusterName property not properly defined > -------------------------------------------------------------- > > Key: GTNPORTAL-3451 > URL: https://issues.jboss.org/browse/GTNPORTAL-3451 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > clusterName attribute is not well defined for infinispan transport defined in HA configurations. > This bug shows followings warnings: > [...] > 14:47:59,283 WARN [org.infinispan.util.StringPropertyReplacer] (MSC service thread 1-2) ISPN000003: Property infinispan-cluster-name could not be replaced as intended! > [...] > And this bug is root cause for other cascading errors in cluster setup. -- 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 From issues at jboss.org Wed Apr 23 15:41:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Wed, 23 Apr 2014 15:41:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3452) Changing permissions in ApplicationRegistry causes error In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3452: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Changing permissions in ApplicationRegistry causes error > -------------------------------------------------------- > > Key: GTNPORTAL-3452 > URL: https://issues.jboss.org/browse/GTNPORTAL-3452 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: WebUI > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > Changing permission of any portlet in Application Registry will cause "java.lang.Exception: Invalid Application Id: [web_slash_IFramePortlet]". -- 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 From issues at jboss.org Thu Apr 24 04:07:34 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Thu, 24 Apr 2014 04:07:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3410) Templates-cache is not share between nodes in cluster In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trong Tran updated GTNPORTAL-3410: ---------------------------------- Fix Version/s: 3.5.10.Final (was: 3.5.9.Final) > Templates-cache is not share between nodes in cluster > ----------------------------------------------------- > > Key: GTNPORTAL-3410 > URL: https://issues.jboss.org/browse/GTNPORTAL-3410 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Tuyen Nguyen The > Assignee: Tuyen Nguyen The > Fix For: 3.5.10.Final, 3.7.1.Final, 3.8.0.Final > > > Start by setting up a cluster environement with two nodes and start the nodes > In Node 1: > - Goto Sitemap page > - Use editor to edit UISitemapTree.gtmpl > - Goto sitemap page, it still old template because template is cached. > - Use template management MBean to clear cache in node1 > - Goto sitemap page again and we see the change > In Node 2: > - Goto sitemap page > => NOK: sitemap page in node 2 still use old template > OK: template cache in 2 node must the same -- 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 From issues at jboss.org Thu Apr 24 04:07:34 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Thu, 24 Apr 2014 04:07:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3403) Custom validator of page node name In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trong Tran updated GTNPORTAL-3403: ---------------------------------- Fix Version/s: 3.5.10.Final (was: 3.5.9.Final) > Custom validator of page node name > ---------------------------------- > > Key: GTNPORTAL-3403 > URL: https://issues.jboss.org/browse/GTNPORTAL-3403 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Tran Trung Thanh > Fix For: 3.5.10.Final, 3.7.1.Final, 3.8.0.Final > > > Please provide a way to customize page name pattern. In current code, it is hardcoded. for example: https://github.com/gatein/gatein-portal/blob/3.5.x/portlet/exoadmin/src/main/java/org/exoplatform/navigation/webui/component/UIPageNodeForm.java#L142 -- 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 From issues at jboss.org Thu Apr 24 04:07:35 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Thu, 24 Apr 2014 04:07:35 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3253) [IE] Ajax requests are broken if the node name containing accent characters In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trong Tran updated GTNPORTAL-3253: ---------------------------------- Fix Version/s: 3.5.10.Final (was: 3.5.9.Final) > [IE] Ajax requests are broken if the node name containing accent characters > --------------------------------------------------------------------------- > > Key: GTNPORTAL-3253 > URL: https://issues.jboss.org/browse/GTNPORTAL-3253 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Environment: Internet Explorer browser > Reporter: Trong Tran > Assignee: Hai Nguyen > Priority: Critical > Labels: backlogs > Fix For: 3.5.10.Final, 3.7.0.Final > > > h3. Problem > Let's say we have a page with node name is "t?t". Go to Edit Page, then click on the close/save button ==> it doesn't work. > h3. Cause > The encoded URI in the href attribute of tag is automatically decoded in wrong ISO-8859-1 before the javascript function is executed > h3. Proposal to fix the problem > We should use *onclick* to perform the javascript ajax update execution instead of href attribute. > Moreover, putting javascript code into href is kind of bad practice that we could avoid in use -- 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 From issues at jboss.org Thu Apr 24 04:07:36 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Thu, 24 Apr 2014 04:07:36 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3247) [IE8] Impossible to edit page containing accent character in its name In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trong Tran updated GTNPORTAL-3247: ---------------------------------- Fix Version/s: 3.5.10.Final (was: 3.5.9.Final) > [IE8] Impossible to edit page containing accent character in its name > --------------------------------------------------------------------- > > Key: GTNPORTAL-3247 > URL: https://issues.jboss.org/browse/GTNPORTAL-3247 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Son Tran > Assignee: Trong Tran > Priority: Minor > Labels: backlogs > Fix For: 3.5.10.Final, 3.7.0.Final > > > Using *IE8*, it's not possible to edit a page that contains an accented character in its name. > Try to follow these steps to reproduce: > - login to acme site. > - Edit-> Page-> Add page > - put the name " accentu?" > - Save the page, it is created and accessible (navigate to the page) > - Select Edit-> Page-> Layout => nothing happens. > we can not edit the page . > With chrome and FF this works well. -- 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 From issues at jboss.org Thu Apr 24 04:07:36 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Thu, 24 Apr 2014 04:07:36 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3366) [IE8, IE9] Can not rename Dashboard tab if name contains accent chars In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trong Tran updated GTNPORTAL-3366: ---------------------------------- Fix Version/s: 3.5.10.Final (was: 3.5.9.Final) > [IE8, IE9] Can not rename Dashboard tab if name contains accent chars > --------------------------------------------------------------------- > > Key: GTNPORTAL-3366 > URL: https://issues.jboss.org/browse/GTNPORTAL-3366 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Tran Trung Thanh > Fix For: 3.5.10.Final, 3.7.1.Final > > > Steps to reproduce: > - Login > - Create a Dashboard page > - Go to that page, create a new tab of which name contains accent chars (i.e. s? m?i kh?o d?i) > - Edit name of that tab by deleting some chars in the name (i.e.: s? m?i) > - Hit Enter > >>> Result: can not rename -- 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 From issues at jboss.org Thu Apr 24 04:09:34 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Thu, 24 Apr 2014 04:09:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3367) Cannot login as user whose password contains accent character In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trong Tran updated GTNPORTAL-3367: ---------------------------------- Fix Version/s: 3.5.10.Final (was: 3.5.9.Final) > Cannot login as user whose password contains accent character > ------------------------------------------------------------- > > Key: GTNPORTAL-3367 > URL: https://issues.jboss.org/browse/GTNPORTAL-3367 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Affects Versions: 3.5.8.Final > Reporter: Tran Trung Thanh > Assignee: Trong Tran > Priority: Minor > Fix For: 3.5.10.Final > > > - Integrate Gatein with LDAP > - Create at LDAP a user whose password contains accent character e.g. *ABe1-(1?1* > - Try to login > -> Cannot login -- 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 From issues at jboss.org Thu Apr 24 04:11:33 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Thu, 24 Apr 2014 04:11:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3448) Failed authentication on service REST after a session timeout In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trong Tran updated GTNPORTAL-3448: ---------------------------------- Fix Version/s: 3.5.10.Final 3.7.1.Final 3.8.0.Final > Failed authentication on service REST after a session timeout > ------------------------------------------------------------- > > Key: GTNPORTAL-3448 > URL: https://issues.jboss.org/browse/GTNPORTAL-3448 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Tuyen Nguyen The > Assignee: Tuyen Nguyen The > Fix For: 3.5.10.Final, 3.7.1.Final, 3.8.0.Final > > Attachments: authenticate-successfully.png, reauthenticated-failure.png > > > Case to reproduce: > - Access to api > {code} > http://localhost:8080/rest/private/managed-components/api/sites/classic/pages > {code} > - Authentication with user root and now we can list all page of classic site (include Group Navitation and Portal Navigation page) > - Wait until session timeout (about ~30 minute) > - Access to list all page api again, now we only see public pages (see attachments) and has error in log: > {code} > [http-bio-8080-exec-10] ERROR exo.core.component.security.core.SetCurrentIdentityFilter - Not found identity in IdentityRegistry for user root, check Login Module. > {code} > This error is unusually occured. > Maybe identity was removed from IdentityRegistry after session timeout and it throw this error. > So, we should set restoreIdentity=true of the filter "SetCurrentIdentityFilter" into web.xml of rest.war (like in portal.war) to reinject the identity when it is lost -- 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 From issues at jboss.org Thu Apr 24 04:11:34 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Thu, 24 Apr 2014 04:11:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3448) Failed authentication on service REST after a session timeout In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trong Tran updated GTNPORTAL-3448: ---------------------------------- Status: Resolved (was: Pull Request Sent) Resolution: Done > Failed authentication on service REST after a session timeout > ------------------------------------------------------------- > > Key: GTNPORTAL-3448 > URL: https://issues.jboss.org/browse/GTNPORTAL-3448 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Tuyen Nguyen The > Assignee: Tuyen Nguyen The > Fix For: 3.5.10.Final, 3.7.1.Final, 3.8.0.Final > > Attachments: authenticate-successfully.png, reauthenticated-failure.png > > > Case to reproduce: > - Access to api > {code} > http://localhost:8080/rest/private/managed-components/api/sites/classic/pages > {code} > - Authentication with user root and now we can list all page of classic site (include Group Navitation and Portal Navigation page) > - Wait until session timeout (about ~30 minute) > - Access to list all page api again, now we only see public pages (see attachments) and has error in log: > {code} > [http-bio-8080-exec-10] ERROR exo.core.component.security.core.SetCurrentIdentityFilter - Not found identity in IdentityRegistry for user root, check Login Module. > {code} > This error is unusually occured. > Maybe identity was removed from IdentityRegistry after session timeout and it throw this error. > So, we should set restoreIdentity=true of the filter "SetCurrentIdentityFilter" into web.xml of rest.war (like in portal.war) to reinject the identity when it is lost -- 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 From issues at jboss.org Thu Apr 24 05:31:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Thu, 24 Apr 2014 05:31:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3457) Unify gatein jgroups configurations In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3457: -------------------------------------- Summary: Unify gatein jgroups configurations Key: GTNPORTAL-3457 URL: https://issues.jboss.org/browse/GTNPORTAL-3457 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Reporter: Lucas Ponce Assignee: Lucas Ponce GateIn cluster configuration is defined under: ./gatein/gatein.ear/portal.war/WEB-INF/classes/jgroups/ folder. There are two separate jgroups configurations for exo.jcr and idm subsystems that can be merged into one. Also, some properties has to be reviewed, as binding ips and enable_diagnostics. -- 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 From issues at jboss.org Thu Apr 24 06:41:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Thu, 24 Apr 2014 06:41:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3374) Submenu is displayed off the screen in right to left mode In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963461#comment-12963461 ] RH Bugzilla Integration commented on GTNPORTAL-3374: ---------------------------------------------------- Honza Fnukal changed the Status of [bug 1053019|https://bugzilla.redhat.com/show_bug.cgi?id=1053019] from MODIFIED to ON_QA > Submenu is displayed off the screen in right to left mode > --------------------------------------------------------- > > Key: GTNPORTAL-3374 > URL: https://issues.jboss.org/browse/GTNPORTAL-3374 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Components: Mobile > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Priority: Minor > Fix For: 3.7.0.Final, 3.6.5.Final > > > Description of problem: > On tablet devices there is menu displayed off the screen when you are in Right to left mode. Go to /portal/mobile/home and click: Group pages -> User pages -> My link -> submenu is displayed off the screen. This only happens in landscape mode. See attached screenshot. > Additional info: > Tested on Android 3.2 tablet and 4.1.2 tablet. Phones worked fine. -- 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 From issues at jboss.org Thu Apr 24 06:41:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Thu, 24 Apr 2014 06:41:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNCOMMON-21) Serialization of ParameterMap breaks with JBoss Marshalling In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNCOMMON-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963463#comment-12963463 ] RH Bugzilla Integration commented on GTNCOMMON-21: -------------------------------------------------- Honza Fnukal changed the Status of [bug 1058216|https://bugzilla.redhat.com/show_bug.cgi?id=1058216] from MODIFIED to ON_QA > Serialization of ParameterMap breaks with JBoss Marshalling > ----------------------------------------------------------- > > Key: GTNCOMMON-21 > URL: https://issues.jboss.org/browse/GTNCOMMON-21 > Project: GateIn Common > Issue Type: Bug > Affects Versions: 2.1.1.Final > Environment: JPP 6.1.0 > Reporter: Martin Weiler > Fix For: 2.2.0.Beta01, 2.1.2.Final > > > Serialization of a ParameterMap instance with JBoss Marshalling (used by Infinispan) breaks with the following exception: > {noformat} > 15:20:33,853 ERROR [org.infinispan.marshall.VersionAwareMarshaller] (transport-thread-11) ISPN000065: Exception while marshalling object: java.io.NotActiveException: Fields were never written > at org.jboss.marshalling.river.RiverObjectOutputStream.finish(RiverObjectOutputStream.java:175) > at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:1009) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:885) > at org.jboss.marshalling.river.RiverMarshaller.doWriteFields(RiverMarshaller.java:1063) > at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:1019) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:885) > at org.jboss.marshalling.river.RiverMarshaller.doWriteFields(RiverMarshaller.java:1063) > at org.jboss.marshalling.river.RiverMarshaller.doWriteSerializableObject(RiverMarshaller.java:1019) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:885) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:680) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:680) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.jboss.as.clustering.SimpleMarshalledValue.getBytes(SimpleMarshalledValue.java:85) > at org.jboss.as.clustering.SimpleMarshalledValue.writeExternal(SimpleMarshalledValue.java:175) > at org.jboss.as.clustering.infinispan.io.ExternalizableExternalizer.writeObject(ExternalizableExternalizer.java:47) > at org.jboss.as.clustering.infinispan.io.ExternalizableExternalizer.writeObject(ExternalizableExternalizer.java:36) > at org.infinispan.marshall.jboss.ExternalizerTable$ForeignExternalizerAdapter.writeObject(ExternalizerTable.java:459) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.marshall.MarshallUtil.marshallMap(MarshallUtil.java:59) > at org.infinispan.marshall.exts.MapExternalizer.writeObject(MapExternalizer.java:63) > at org.infinispan.marshall.exts.MapExternalizer.writeObject(MapExternalizer.java:47) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.atomic.AtomicHashMap$Externalizer.writeObject(AtomicHashMap.java:250) > at org.infinispan.atomic.AtomicHashMap$Externalizer.writeObject(AtomicHashMap.java:247) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.container.entries.ImmortalCacheEntry$Externalizer.writeObject(ImmortalCacheEntry.java:154) > at org.infinispan.container.entries.ImmortalCacheEntry$Externalizer.writeObject(ImmortalCacheEntry.java:150) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.marshall.MarshallUtil.marshallCollection(MarshallUtil.java:48) > at org.infinispan.marshall.exts.ArrayListExternalizer.writeObject(ArrayListExternalizer.java:50) > at org.infinispan.marshall.exts.ArrayListExternalizer.writeObject(ArrayListExternalizer.java:45) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.statetransfer.StateChunk$Externalizer.writeObject(StateChunk.java:103) > at org.infinispan.statetransfer.StateChunk$Externalizer.writeObject(StateChunk.java:88) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.marshall.MarshallUtil.marshallCollection(MarshallUtil.java:48) > at org.infinispan.marshall.exts.ArrayListExternalizer.writeObject(ArrayListExternalizer.java:50) > at org.infinispan.marshall.exts.ArrayListExternalizer.writeObject(ArrayListExternalizer.java:45) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.marshall.exts.ReplicableCommandExternalizer.writeCommandParameters(ReplicableCommandExternalizer.java:87) > at org.infinispan.marshall.exts.CacheRpcCommandExternalizer.marshallParameters(CacheRpcCommandExternalizer.java:128) > at org.infinispan.marshall.exts.CacheRpcCommandExternalizer.writeObject(CacheRpcCommandExternalizer.java:112) > at org.infinispan.marshall.exts.CacheRpcCommandExternalizer.writeObject(CacheRpcCommandExternalizer.java:73) > at org.infinispan.marshall.jboss.ExternalizerTable$ExternalizerAdapter.writeObject(ExternalizerTable.java:410) > at org.jboss.marshalling.river.RiverMarshaller.doWriteObject(RiverMarshaller.java:145) > at org.jboss.marshalling.AbstractObjectOutput.writeObject(AbstractObjectOutput.java:62) > at org.jboss.marshalling.AbstractMarshaller.writeObject(AbstractMarshaller.java:119) > at org.infinispan.marshall.jboss.AbstractJBossMarshaller.objectToObjectStream(AbstractJBossMarshaller.java:96) > at org.infinispan.marshall.VersionAwareMarshaller.objectToBuffer(VersionAwareMarshaller.java:92) > at org.infinispan.marshall.AbstractMarshaller.objectToBuffer(AbstractMarshaller.java:64) > at org.infinispan.marshall.AbstractDelegatingMarshaller.objectToBuffer(AbstractDelegatingMarshaller.java:109) > at org.infinispan.remoting.transport.jgroups.MarshallerAdapter.objectToBuffer(MarshallerAdapter.java:45) > at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.marshallCall(CommandAwareRpcDispatcher.java:279) > at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.processSingleCall(CommandAwareRpcDispatcher.java:300) > at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.invokeRemoteCommand(CommandAwareRpcDispatcher.java:179) > at org.infinispan.remoting.transport.jgroups.JGroupsTransport.invokeRemotely(JGroupsTransport.java:515) > at org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:169) > at org.infinispan.remoting.rpc.RpcManagerImpl.invokeRemotely(RpcManagerImpl.java:190) > at org.infinispan.statetransfer.OutboundTransferTask.sendEntries(OutboundTransferTask.java:257) > at org.infinispan.statetransfer.OutboundTransferTask.run(OutboundTransferTask.java:187) > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_51] > at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_51] > at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_51] > at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_51] > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51] > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51] > at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51] > Caused by: an exception which occurred: > in field parameters > in field navigationalState > in object java.util.HashMap at 7b2c68fe > {noformat} > The NotActiveException is a result of a broken writeObject implementation in org.gatein.common.util.ParameterMap, which does not call out.defaultWriteObject(); -- 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 From issues at jboss.org Thu Apr 24 06:41:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Thu, 24 Apr 2014 06:41:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3385) Support full-ha and ha profiles in domain mode In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963462#comment-12963462 ] RH Bugzilla Integration commented on GTNPORTAL-3385: ---------------------------------------------------- Honza Fnukal changed the Status of [bug 1056533|https://bugzilla.redhat.com/show_bug.cgi?id=1056533] from MODIFIED to ON_QA > Support full-ha and ha profiles in domain mode > ---------------------------------------------- > > Key: GTNPORTAL-3385 > URL: https://issues.jboss.org/browse/GTNPORTAL-3385 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.7.0.Final, 3.6.5.Final > > > Add support for full-ha and ha profiles in domain mode for GateIn distribution based on JBoss. -- 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 From issues at jboss.org Thu Apr 24 07:24:34 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Thu, 24 Apr 2014 07:24:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3458) Use infinite TTL for TemplateService caching by default In-Reply-To: References: Message-ID: Trong Tran created GTNPORTAL-3458: ------------------------------------- Summary: Use infinite TTL for TemplateService caching by default Key: GTNPORTAL-3458 URL: https://issues.jboss.org/browse/GTNPORTAL-3458 Project: GateIn Portal Issue Type: Task Security Level: Public (Everyone can see) Reporter: Trong Tran Priority: Minor Fix For: 3.8.0.Final I think it makes sense to use infinite TTL for default TemplateService caching config as the number of templates are fixed and they never change in production ideally -- 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 From issues at jboss.org Thu Apr 24 08:38:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Thu, 24 Apr 2014 08:38:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3459) Permissions Move Apps, Move Containers are not inherited to a newly created page In-Reply-To: References: Message-ID: Peter Palaga created GTNPORTAL-3459: --------------------------------------- Summary: Permissions Move Apps, Move Containers are not inherited to a newly created page Key: GTNPORTAL-3459 URL: https://issues.jboss.org/browse/GTNPORTAL-3459 Project: GateIn Portal Issue Type: Task Security Level: Public (Everyone can see) Affects Versions: 3.8.0.Final Reporter: Peter Palaga Assignee: Peter Palaga Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1090875 When creating new portal site, there are 4 permissions to set - Access, Edit, Move Apps, Move Containers. When I create new portal and set some permissions, then create new page in this portal, the owner of the new page is the newly created portal, and Access and Edit permissions are inherited or "copied" into the permissions of the new page. But Move Apps, Move Containers permissions are set to "Everyone". This permissions should probably also inherit the permissions from the owning portal. Steps to reproduce: 1. Create new portal site, set some permissions 2. Go to this new portal site, create new page. On the 3rd step of creating the page, in View Page Properties, Permissions tab are inherited only Access and Edit permissions. -- 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 From issues at jboss.org Thu Apr 24 08:52:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Thu, 24 Apr 2014 08:52:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3459) Permissions Move Apps, Move Containers are not inherited to a newly created page In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3459: ------------------------------------ Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/841 > Permissions Move Apps, Move Containers are not inherited to a newly created page > --------------------------------------------------------------------------------- > > Key: GTNPORTAL-3459 > URL: https://issues.jboss.org/browse/GTNPORTAL-3459 > Project: GateIn Portal > Issue Type: Task > Security Level: Public(Everyone can see) > Affects Versions: 3.8.0.Final > Reporter: Peter Palaga > Assignee: Peter Palaga > > Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1090875 > When creating new portal site, there are 4 permissions to set - Access, Edit, Move Apps, Move Containers. When I create new portal and set some permissions, then create new page in this portal, the owner of the new page is the newly created portal, and Access and Edit permissions are inherited or "copied" into the permissions of the new page. But Move Apps, Move Containers permissions are set to "Everyone". This permissions should probably also inherit the permissions from the owning portal. > Steps to reproduce: > 1. Create new portal site, set some permissions > 2. Go to this new portal site, create new page. On the 3rd step of creating the page, in View Page Properties, Permissions tab are inherited only Access and Edit permissions. -- 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 From issues at jboss.org Thu Apr 24 09:30:34 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Thu, 24 Apr 2014 09:30:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3457) Unify gatein jgroups configurations In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3457: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/842 > Unify gatein jgroups configurations > ----------------------------------- > > Key: GTNPORTAL-3457 > URL: https://issues.jboss.org/browse/GTNPORTAL-3457 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > GateIn cluster configuration is defined under: > ./gatein/gatein.ear/portal.war/WEB-INF/classes/jgroups/ folder. > There are two separate jgroups configurations for exo.jcr and idm subsystems that can be merged into one. > Also, some properties has to be reviewed, as binding ips and enable_diagnostics. -- 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 From issues at jboss.org Thu Apr 24 09:30:35 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Thu, 24 Apr 2014 09:30:35 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3457) Unify gatein jgroups configurations In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963511#comment-12963511 ] RH Bugzilla Integration commented on GTNPORTAL-3457: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1090675|https://bugzilla.redhat.com/show_bug.cgi?id=1090675] from ASSIGNED to POST > Unify gatein jgroups configurations > ----------------------------------- > > Key: GTNPORTAL-3457 > URL: https://issues.jboss.org/browse/GTNPORTAL-3457 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > GateIn cluster configuration is defined under: > ./gatein/gatein.ear/portal.war/WEB-INF/classes/jgroups/ folder. > There are two separate jgroups configurations for exo.jcr and idm subsystems that can be merged into one. > Also, some properties has to be reviewed, as binding ips and enable_diagnostics. -- 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 From issues at jboss.org Thu Apr 24 23:54:34 2014 From: issues at jboss.org (Trong Tran (JIRA)) Date: Thu, 24 Apr 2014 23:54:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3458) Use infinite TTL for TemplateService caching by default In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Trong Tran updated GTNPORTAL-3458: ---------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/843 > Use infinite TTL for TemplateService caching by default > ------------------------------------------------------- > > Key: GTNPORTAL-3458 > URL: https://issues.jboss.org/browse/GTNPORTAL-3458 > Project: GateIn Portal > Issue Type: Task > Security Level: Public(Everyone can see) > Reporter: Trong Tran > Priority: Minor > Fix For: 3.8.0.Final > > > I think it makes sense to use infinite TTL for default TemplateService caching config as the number of templates are fixed and they never change in production ideally -- 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 From issues at jboss.org Fri Apr 25 05:16:34 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Fri, 25 Apr 2014 05:16:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3456) Update copyright text to use 2014 year In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3456: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/844 > Update copyright text to use 2014 year > -------------------------------------- > > Key: GTNPORTAL-3456 > URL: https://issues.jboss.org/browse/GTNPORTAL-3456 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > -- 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 From issues at jboss.org Fri Apr 25 05:18:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 25 Apr 2014 05:18:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3456) Update copyright text to use 2014 year In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3456: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1089944 > Update copyright text to use 2014 year > -------------------------------------- > > Key: GTNPORTAL-3456 > URL: https://issues.jboss.org/browse/GTNPORTAL-3456 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > -- 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 From issues at jboss.org Fri Apr 25 05:58:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Fri, 25 Apr 2014 05:58:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3456) Update copyright text to use 2014 year In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963769#comment-12963769 ] RH Bugzilla Integration commented on GTNPORTAL-3456: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1089944|https://bugzilla.redhat.com/show_bug.cgi?id=1089944] from ASSIGNED to POST > Update copyright text to use 2014 year > -------------------------------------- > > Key: GTNPORTAL-3456 > URL: https://issues.jboss.org/browse/GTNPORTAL-3456 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > -- 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 From issues at jboss.org Fri Apr 25 16:02:34 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Fri, 25 Apr 2014 16:02:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3453) domain.xml demo with default and full profiles In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3453: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > domain.xml demo with default and full profiles > ---------------------------------------------- > > Key: GTNPORTAL-3453 > URL: https://issues.jboss.org/browse/GTNPORTAL-3453 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > demo-domain-setup.sh is a demo script to run gatein in domain mode. > server-groups defined in domain.xml use full and full-ha profiles. > For a better demo, these profiles should be default and full, to avoid to run a separate process with a tcp H2 database. -- 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 From issues at jboss.org Fri Apr 25 16:04:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Fri, 25 Apr 2014 16:04:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3455) Select page layout doesn't select default item. In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3455: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Select page layout doesn't select default item. > ----------------------------------------------- > > Key: GTNPORTAL-3455 > URL: https://issues.jboss.org/browse/GTNPORTAL-3455 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > In step 2 of UIPageCreationWizard select page layout wizard doesn't select by default first element of each sublist. > For example, if we change to row templates and we go to step 3, page layout is empty template instead two rows template. -- 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 From issues at jboss.org Fri Apr 25 16:04:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Fri, 25 Apr 2014 16:04:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3457) Unify gatein jgroups configurations In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3457: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Unify gatein jgroups configurations > ----------------------------------- > > Key: GTNPORTAL-3457 > URL: https://issues.jboss.org/browse/GTNPORTAL-3457 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > > GateIn cluster configuration is defined under: > ./gatein/gatein.ear/portal.war/WEB-INF/classes/jgroups/ folder. > There are two separate jgroups configurations for exo.jcr and idm subsystems that can be merged into one. > Also, some properties has to be reviewed, as binding ips and enable_diagnostics. -- 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 From issues at jboss.org Fri Apr 25 16:04:33 2014 From: issues at jboss.org (Peter Palaga (JIRA)) Date: Fri, 25 Apr 2014 16:04:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3456) Update copyright text to use 2014 year In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Palaga updated GTNPORTAL-3456: ------------------------------------ Status: Resolved (was: Pull Request Sent) Fix Version/s: 3.8.0.Final Resolution: Done > Update copyright text to use 2014 year > -------------------------------------- > > Key: GTNPORTAL-3456 > URL: https://issues.jboss.org/browse/GTNPORTAL-3456 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Final > > -- 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 From issues at jboss.org Mon Apr 28 06:22:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Mon, 28 Apr 2014 06:22:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3460) Move Containers permission is not shown when using different languages In-Reply-To: References: Message-ID: Lucas Ponce created GTNPORTAL-3460: -------------------------------------- Summary: Move Containers permission is not shown when using different languages Key: GTNPORTAL-3460 URL: https://issues.jboss.org/browse/GTNPORTAL-3460 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Reporter: Lucas Ponce Assignee: Lucas Ponce Some i18n languages have long texts makes overflow some UI components in fixed layout. -- 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 From issues at jboss.org Mon Apr 28 06:26:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Mon, 28 Apr 2014 06:26:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3460) Move Containers permission is not shown when using different languages In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3460: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1091319 > Move Containers permission is not shown when using different languages > ---------------------------------------------------------------------- > > Key: GTNPORTAL-3460 > URL: https://issues.jboss.org/browse/GTNPORTAL-3460 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > Some i18n languages have long texts makes overflow some UI components in fixed layout. -- 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 From issues at jboss.org Mon Apr 28 06:26:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Mon, 28 Apr 2014 06:26:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3460) Move Containers permission is not shown when using different languages In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964036#comment-12964036 ] RH Bugzilla Integration commented on GTNPORTAL-3460: ---------------------------------------------------- Lucas Ponce changed the Status of [bug 1091319|https://bugzilla.redhat.com/show_bug.cgi?id=1091319] from ASSIGNED to POST > Move Containers permission is not shown when using different languages > ---------------------------------------------------------------------- > > Key: GTNPORTAL-3460 > URL: https://issues.jboss.org/browse/GTNPORTAL-3460 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > Some i18n languages have long texts makes overflow some UI components in fixed layout. -- 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 From issues at jboss.org Mon Apr 28 06:26:33 2014 From: issues at jboss.org (Lucas Ponce (JIRA)) Date: Mon, 28 Apr 2014 06:26:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3460) Move Containers permission is not shown when using different languages In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lucas Ponce updated GTNPORTAL-3460: ----------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/845 > Move Containers permission is not shown when using different languages > ---------------------------------------------------------------------- > > Key: GTNPORTAL-3460 > URL: https://issues.jboss.org/browse/GTNPORTAL-3460 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > > Some i18n languages have long texts makes overflow some UI components in fixed layout. -- 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 From issues at jboss.org Mon Apr 28 08:56:33 2014 From: issues at jboss.org (Marek Posolda (JIRA)) Date: Mon, 28 Apr 2014 08:56:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3461) Update SSO dependency to 1.4.1.Final In-Reply-To: References: Message-ID: Marek Posolda created GTNPORTAL-3461: ---------------------------------------- Summary: Update SSO dependency to 1.4.1.Final Key: GTNPORTAL-3461 URL: https://issues.jboss.org/browse/GTNPORTAL-3461 Project: GateIn Portal Issue Type: Enhancement Security Level: Public (Everyone can see) Affects Versions: 3.8.0.Beta01 Reporter: Marek Posolda Assignee: Marek Posolda Fix For: 3.8.1.Final gatein-sso 1.4.1.Final has fix for https://bugzilla.redhat.com/show_bug.cgi?id=1088042 -- 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 From issues at jboss.org Mon Apr 28 08:58:34 2014 From: issues at jboss.org (Marek Posolda (JIRA)) Date: Mon, 28 Apr 2014 08:58:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3462) Missing javax.servlet.api dependency in org.jasig.cas.client module In-Reply-To: References: Message-ID: Marek Posolda created GTNPORTAL-3462: ---------------------------------------- Summary: Missing javax.servlet.api dependency in org.jasig.cas.client module Key: GTNPORTAL-3462 URL: https://issues.jboss.org/browse/GTNPORTAL-3462 Project: GateIn Portal Issue Type: Bug Security Level: Public (Everyone can see) Affects Versions: 3.8.0.Beta01 Reporter: Marek Posolda Assignee: Marek Posolda Fix For: 3.8.1.Final See https://bugzilla.redhat.com/show_bug.cgi?id=1062155 -- 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 From issues at jboss.org Mon Apr 28 09:00:35 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Mon, 28 Apr 2014 09:00:35 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3462) Missing javax.servlet.api dependency in org.jasig.cas.client module In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3462: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1062155 > Missing javax.servlet.api dependency in org.jasig.cas.client module > ------------------------------------------------------------------- > > Key: GTNPORTAL-3462 > URL: https://issues.jboss.org/browse/GTNPORTAL-3462 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Affects Versions: 3.8.0.Beta01 > Reporter: Marek Posolda > Assignee: Marek Posolda > Fix For: 3.8.1.Final > > > See https://bugzilla.redhat.com/show_bug.cgi?id=1062155 -- 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 From issues at jboss.org Mon Apr 28 09:02:33 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Mon, 28 Apr 2014 09:02:33 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3461) Update SSO dependency to 1.4.1.Final In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RH Bugzilla Integration updated GTNPORTAL-3461: ----------------------------------------------- Bugzilla Update: Perform Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1088042 > Update SSO dependency to 1.4.1.Final > ------------------------------------ > > Key: GTNPORTAL-3461 > URL: https://issues.jboss.org/browse/GTNPORTAL-3461 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Affects Versions: 3.8.0.Beta01 > Reporter: Marek Posolda > Assignee: Marek Posolda > Fix For: 3.8.1.Final > > > gatein-sso 1.4.1.Final has fix for https://bugzilla.redhat.com/show_bug.cgi?id=1088042 -- 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 From issues at jboss.org Mon Apr 28 09:28:34 2014 From: issues at jboss.org (Marek Posolda (JIRA)) Date: Mon, 28 Apr 2014 09:28:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3462) Missing javax.servlet.api dependency in org.jasig.cas.client module In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marek Posolda updated GTNPORTAL-3462: ------------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/846 > Missing javax.servlet.api dependency in org.jasig.cas.client module > ------------------------------------------------------------------- > > Key: GTNPORTAL-3462 > URL: https://issues.jboss.org/browse/GTNPORTAL-3462 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Affects Versions: 3.8.0.Beta01 > Reporter: Marek Posolda > Assignee: Marek Posolda > Fix For: 3.8.1.Final > > > See https://bugzilla.redhat.com/show_bug.cgi?id=1062155 -- 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 From issues at jboss.org Mon Apr 28 09:28:34 2014 From: issues at jboss.org (Marek Posolda (JIRA)) Date: Mon, 28 Apr 2014 09:28:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3461) Update SSO dependency to 1.4.1.Final In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marek Posolda updated GTNPORTAL-3461: ------------------------------------- Status: Pull Request Sent (was: Open) Git Pull Request: https://github.com/gatein/gatein-portal/pull/846 > Update SSO dependency to 1.4.1.Final > ------------------------------------ > > Key: GTNPORTAL-3461 > URL: https://issues.jboss.org/browse/GTNPORTAL-3461 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Affects Versions: 3.8.0.Beta01 > Reporter: Marek Posolda > Assignee: Marek Posolda > Fix For: 3.8.1.Final > > > gatein-sso 1.4.1.Final has fix for https://bugzilla.redhat.com/show_bug.cgi?id=1088042 -- 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 From issues at jboss.org Tue Apr 29 06:24:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 29 Apr 2014 06:24:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3259) Configurable default view mode in page editor In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964309#comment-12964309 ] RH Bugzilla Integration commented on GTNPORTAL-3259: ---------------------------------------------------- Boleslaw Dawidowicz changed the Status of [bug 1038554|https://bugzilla.redhat.com/show_bug.cgi?id=1038554] from MODIFIED to ON_QA > Configurable default view mode in page editor > --------------------------------------------- > > Key: GTNPORTAL-3259 > URL: https://issues.jboss.org/browse/GTNPORTAL-3259 > Project: GateIn Portal > Issue Type: Task > Security Level: Public(Everyone can see) > Reporter: Peter Palaga > Assignee: Peter Palaga > Fix For: 3.7.0.Final > > > Add new configuration options in configuration.properties: > gatein.portal.pageeditor.defaultview=block (default) | preview > gatein.portal.layouteditor.defaultview=block (default) | preview > When the option is set to "block" it should behave as of today. > When the option is set to "preview" the page or layout editor should directly show the editor as if the user clicked on the "Switch View Mode" button. -- 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 From issues at jboss.org Tue Apr 29 06:24:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 29 Apr 2014 06:24:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3416) UI error message instead of HTTP400 when trying to impersonate twice In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964310#comment-12964310 ] RH Bugzilla Integration commented on GTNPORTAL-3416: ---------------------------------------------------- Boleslaw Dawidowicz changed the Status of [bug 1076173|https://bugzilla.redhat.com/show_bug.cgi?id=1076173] from MODIFIED to ON_QA > UI error message instead of HTTP400 when trying to impersonate twice > -------------------------------------------------------------------- > > Key: GTNPORTAL-3416 > URL: https://issues.jboss.org/browse/GTNPORTAL-3416 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Environment: 3.8.0.Beta01-SNAPSHOT > Reporter: Vlastislav Ramik > Assignee: Marek Posolda > Labels: RHJP62 > Fix For: 3.8.0.Beta01 > > > Steps to reproduce: > 1. sign in as a root > 2. go to users and group management > 3. impersonate root user > 4. go to users and group management > 5. try to impersonate user > actual results: HTTP400 + ERROR message in log > expected results: UI error message (not sure what about ERROR message in log) -- 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 From issues at jboss.org Tue Apr 29 06:24:34 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 29 Apr 2014 06:24:34 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3272) Site header/footer preview when editing a page In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964311#comment-12964311 ] RH Bugzilla Integration commented on GTNPORTAL-3272: ---------------------------------------------------- Boleslaw Dawidowicz changed the Status of [bug 1038569|https://bugzilla.redhat.com/show_bug.cgi?id=1038569] from MODIFIED to ON_QA > Site header/footer preview when editing a page > ---------------------------------------------- > > Key: GTNPORTAL-3272 > URL: https://issues.jboss.org/browse/GTNPORTAL-3272 > Project: GateIn Portal > Issue Type: Feature Request > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.7.0.Final > > > https://community.jboss.org/wiki/SiteHeaderfooterPreviewWhenEditingAPage -- 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 From issues at jboss.org Tue Apr 29 06:24:35 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 29 Apr 2014 06:24:35 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3407) Avoid ID elements starting with number In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964314#comment-12964314 ] RH Bugzilla Integration commented on GTNPORTAL-3407: ---------------------------------------------------- Boleslaw Dawidowicz changed the Status of [bug 1065997|https://bugzilla.redhat.com/show_bug.cgi?id=1065997] from MODIFIED to ON_QA > Avoid ID elements starting with number > -------------------------------------- > > Key: GTNPORTAL-3407 > URL: https://issues.jboss.org/browse/GTNPORTAL-3407 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Beta01 > > > GateIn produces XHTML 1.0 Strict type documents. > For a w3c validation, elements ID should not start with number. -- 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 From issues at jboss.org Tue Apr 29 06:24:35 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 29 Apr 2014 06:24:35 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3411) Minor markup XHTML issues In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964316#comment-12964316 ] RH Bugzilla Integration commented on GTNPORTAL-3411: ---------------------------------------------------- Boleslaw Dawidowicz changed the Status of [bug 1066010|https://bugzilla.redhat.com/show_bug.cgi?id=1066010] from MODIFIED to ON_QA > Minor markup XHTML issues > ------------------------- > > Key: GTNPORTAL-3411 > URL: https://issues.jboss.org/browse/GTNPORTAL-3411 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Beta01 > > > GateIn produces XHTML 1.0 Strict type documents. > There are some minor markups not compliant with XHTML specification (i.e. empty list
    , or bad use of tag inside a block element). > These issues don't affect to Portal behaviour but creates a non compliant markup. -- 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 From issues at jboss.org Tue Apr 29 06:24:35 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 29 Apr 2014 06:24:35 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3401) Encoding of "&" characters in URLs. In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964313#comment-12964313 ] RH Bugzilla Integration commented on GTNPORTAL-3401: ---------------------------------------------------- Boleslaw Dawidowicz changed the Status of [bug 1065987|https://bugzilla.redhat.com/show_bug.cgi?id=1065987] from MODIFIED to ON_QA > Encoding of "&" characters in URLs. > ----------------------------------- > > Key: GTNPORTAL-3401 > URL: https://issues.jboss.org/browse/GTNPORTAL-3401 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Beta01 > > > GateIn produces XHTML 1.0 Strict type documents. > For a w3c validation, URLs should be encoded using html entities instead of plain "&" characters. > A configuration flag should be implemented to enable/disable URLs encoded. -- 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 From issues at jboss.org Tue Apr 29 06:24:35 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 29 Apr 2014 06:24:35 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3409) Use of legacy html attributes not compliant In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964315#comment-12964315 ] RH Bugzilla Integration commented on GTNPORTAL-3409: ---------------------------------------------------- Boleslaw Dawidowicz changed the Status of [bug 1066001|https://bugzilla.redhat.com/show_bug.cgi?id=1066001] from MODIFIED to ON_QA > Use of legacy html attributes not compliant > ------------------------------------------- > > Key: GTNPORTAL-3409 > URL: https://issues.jboss.org/browse/GTNPORTAL-3409 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Beta01 > > > GateIn produces XHTML 1.0 Strict type documents. > There are some legacy html elements (i.e. target="_blank") not compatible with XHTML 1.0 Strict type document creating a non compliant markup. -- 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 From issues at jboss.org Tue Apr 29 06:24:36 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 29 Apr 2014 06:24:36 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3400) Multibyte character issues in Dashboard tab name In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964321#comment-12964321 ] RH Bugzilla Integration commented on GTNPORTAL-3400: ---------------------------------------------------- Boleslaw Dawidowicz changed the Status of [bug 1070077|https://bugzilla.redhat.com/show_bug.cgi?id=1070077] from MODIFIED to ON_QA > Multibyte character issues in Dashboard tab name > ------------------------------------------------ > > Key: GTNPORTAL-3400 > URL: https://issues.jboss.org/browse/GTNPORTAL-3400 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) > Affects Versions: 3.6.0.Final > Environment: Internet Explorer 9 > Reporter: Takayuki Konishi > Assignee: Juraci Paix?o Kr?hling > Fix For: 3.8.0.Beta01 > > Attachments: gatein.png > > > 1. After set multibyte characters in Dashboard tab, we cannot edit it anymore on IE 9. > 2. The window title doesn't display multibyte characters. It displays numeric character references (i.e. "&\#x3042;&\#x3042;&\#x3042;" for "???") -- 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 From issues at jboss.org Tue Apr 29 06:24:36 2014 From: issues at jboss.org (RH Bugzilla Integration (JIRA)) Date: Tue, 29 Apr 2014 06:24:36 -0400 (EDT) Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-3428) Unify CDATA uses In-Reply-To: References: Message-ID: [ https://issues.jboss.org/browse/GTNPORTAL-3428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964318#comment-12964318 ] RH Bugzilla Integration commented on GTNPORTAL-3428: ---------------------------------------------------- Boleslaw Dawidowicz changed the Status of [bug 1079285|https://bugzilla.redhat.com/show_bug.cgi?id=1079285] from MODIFIED to ON_QA > Unify CDATA uses > ---------------- > > Key: GTNPORTAL-3428 > URL: https://issues.jboss.org/browse/GTNPORTAL-3428 > Project: GateIn Portal > Issue Type: Enhancement > Security Level: Public(Everyone can see) > Reporter: Lucas Ponce > Assignee: Lucas Ponce > Fix For: 3.8.0.Beta01 > > > Review and unify the use of CDATA for