[JBoss JIRA] Created: (GTNPORTAL-2040) Cannot access portal if the permission is not 'public'
by Matt Wringe (JIRA)
Cannot access portal if the permission is not 'public'
------------------------------------------------------
Key: GTNPORTAL-2040
URL: https://issues.jboss.org/browse/GTNPORTAL-2040
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Matt Wringe
If the portal's permission is changed from public, then its impossible to access the portal since it will be displayed as a 404 page (well, probably not impossible if using the url login method).
Steps to reproduce:
1) log into portal as root
2) under 'site' click on 'Edit Portal's Config'
3) under the portal config menu, select permissions settings and change the 'access permission settings' from public to '/platform/administrators *'
4) the currently logged in root user will still be able to see and access the portal.
5) open a new browser and try to access the portal, you will be meet with a 404 Error page instead of the portal login page.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (GTNPORTAL-2059) Cannot access group nodes beyond 2 levels
by Matt Wringe (JIRA)
Cannot access group nodes beyond 2 levels
-----------------------------------------
Key: GTNPORTAL-2059
URL: https://issues.jboss.org/browse/GTNPORTAL-2059
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Matt Wringe
If you create a group node tree with more than 2 level, you will not be able to access them.
Steps to reproduce
1) login as root
2) go into group node management, create a new node with a child and grandchild (with pages) under adminstrators.
3) try and access the newly created nodes.
You will be able to access the new node and its child node, but the grandchild node will be inaccessible.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (GTNPORTAL-2055) Replace characters specials in WEB Content Name
by William Siqueira (JIRA)
Replace characters specials in WEB Content Name
-----------------------------------------------
Key: GTNPORTAL-2055
URL: https://issues.jboss.org/browse/GTNPORTAL-2055
Project: GateIn Portal
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: WCI integration
Affects Versions: 3.1.0-GA
Reporter: William Siqueira
Assignee: Matt Wringe
When creating a WEB Content(e.g. Article, free content), the name of the node does not contains any special character because the Javascript function eXo.ecm.SELocalization.cleanName cleans it.
But it's not removing all special characters such like ¹, ª, º...
The enhancement suggested is to replace all the special characters.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (GTNPORTAL-2052) NPE at shutdown
by Chris Laprun (JIRA)
NPE at shutdown
---------------
Key: GTNPORTAL-2052
URL: https://issues.jboss.org/browse/GTNPORTAL-2052
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.2.0-M01
Reporter: Chris Laprun
Fix For: 3.2.0-M02
15:00:10,569 WARN [JMXManagementProvider] Could not unregister the MBean exo:portal="portal",service=resource
javax.management.MBeanRegistrationException: preDeregister
at org.jboss.mx.server.registry.BasicMBeanRegistry.unregisterMBean(BasicMBeanRegistry.java:473)
at sun.reflect.GeneratedMethodAccessor112.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:140)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.mx.server.MBeanServerImpl$1.run(MBeanServerImpl.java:400)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.mx.server.MBeanServerImpl.unregisterMBean(MBeanServerImpl.java:395)
at org.exoplatform.management.jmx.impl.JMXManagementProvider$3.run(JMXManagementProvider.java:203)
at org.exoplatform.management.jmx.impl.JMXManagementProvider$3.run(JMXManagementProvider.java:200)
at org.exoplatform.commons.utils.SecurityHelper.doPrivilegedExceptionAction(SecurityHelper.java:309)
at org.exoplatform.management.jmx.impl.JMXManagementProvider.unmanage(JMXManagementProvider.java:199)
at org.exoplatform.container.management.ManagementContextImpl.unregisterAll(ManagementContextImpl.java:271)
at org.exoplatform.container.management.ManageableContainer.stop(ManageableContainer.java:260)
at org.exoplatform.container.ExoContainer.stop(ExoContainer.java:281)
at org.exoplatform.container.PortalContainer.stop(PortalContainer.java:674)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.exoplatform.container.LifecycleVisitor.traverse(LifecycleVisitor.java:100)
at org.exoplatform.container.LifecycleVisitor.stop(LifecycleVisitor.java:179)
at org.exoplatform.container.ConcurrentPicoContainer.stop(ConcurrentPicoContainer.java:567)
at org.exoplatform.container.management.ManageableContainer.stop(ManageableContainer.java:262)
at org.exoplatform.container.ExoContainer.stop(ExoContainer.java:281)
at org.exoplatform.container.RootContainer.stop(RootContainer.java:728)
at org.exoplatform.container.RootContainer$ShutdownThread.run(RootContainer.java:721)
Caused by: java.lang.NullPointerException
at org.exoplatform.portal.resource.compressor.impl.ResourceCompressorService.setContext(ResourceCompressorService.java:159)
at org.exoplatform.management.jmx.impl.ExoModelMBean.preDeregister(ExoModelMBean.java:126)
at org.jboss.mx.server.RawDynamicInvoker.preDeregister(RawDynamicInvoker.java:273)
at org.jboss.mx.server.registry.BasicMBeanRegistry.handlePreDeregister(BasicMBeanRegistry.java:431)
at org.jboss.mx.server.registry.BasicMBeanRegistry.unregisterMBean(BasicMBeanRegistry.java:464)
... 33 more
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months