[JBoss JIRA] Work logged: (GTNPORTAL-1834) Portlet's context-root cannot contain slashes
by Khoi Nguyen (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-1834?page=com.atlassian.jira.pl... ]
Khoi Nguyen logged work on GTNPORTAL-1834:
------------------------------------------
Author: Khoi Nguyen
Created on: 24/May/11 5:11 AM
Start Date: 24/May/11 5:11 AM
Worklog Time Spent: 6 hours
Issue Time Tracking
-------------------
Remaining Estimate: 2 hours (was: 1 day)
Time Spent: 6 hours
Worklog Id: (was: 12424317)
> Portlet's context-root cannot contain slashes
> ---------------------------------------------
>
> Key: GTNPORTAL-1834
> URL: https://issues.jboss.org/browse/GTNPORTAL-1834
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Thomas Heute
> Assignee: Khoi Nguyen
> Labels: done, portal-s53
> Fix For: 3.2.0-GA
>
> Original Estimate: 1 day
> Time Spent: 6 hours
> Remaining Estimate: 2 hours
>
> I've tried to use a context-root with a slash "/" in a JSR-286 Hello World Portlet and it throws the following exception when trying to add it to a new page:
> 11:59:46,926 ERROR [STDERR] org.gatein.pc.api.NoSuchPortletException: No such portlet /oag.ade
> 11:59:46,926 ERROR [STDERR] at org.gatein.pc.portlet.container.ContainerPortletInvoker.getPortlet(ContainerPortletInvoker.java:99)
> Changing context-root to not contain slashes has fixed the problem.
> Problem happens when using slashes "/" in:
> application.xml of an .ear file
> <module>
> <web>
> <web-uri>seamBookingPortlet.war</web-uri>
> <context-root>/oag/ade</context-root>
> </web>
> </module>
> Changing it to <context-root>/oag-ade</context-root> fixes the problem
> jboss-web.xml of a .war file
> <?xml version="1.0" encoding="UTF-8"?>
> <jboss-web>
> <context-root>/LG_1648_1_WEB/SamplePortlet</context-root>
> </jboss-web>
> Changing it to <context-root>/LG_1648_1_WEB.SamplePortlet</context-root> fixes the problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Work stopped: (GTNPORTAL-1834) Portlet's context-root cannot contain slashes
by Khoi Nguyen (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-1834?page=com.atlassian.jira.pl... ]
Work on GTNPORTAL-1834 stopped by Khoi Nguyen.
> Portlet's context-root cannot contain slashes
> ---------------------------------------------
>
> Key: GTNPORTAL-1834
> URL: https://issues.jboss.org/browse/GTNPORTAL-1834
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Thomas Heute
> Assignee: Khoi Nguyen
> Labels: done, portal-s53
> Fix For: 3.2.0-GA
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> I've tried to use a context-root with a slash "/" in a JSR-286 Hello World Portlet and it throws the following exception when trying to add it to a new page:
> 11:59:46,926 ERROR [STDERR] org.gatein.pc.api.NoSuchPortletException: No such portlet /oag.ade
> 11:59:46,926 ERROR [STDERR] at org.gatein.pc.portlet.container.ContainerPortletInvoker.getPortlet(ContainerPortletInvoker.java:99)
> Changing context-root to not contain slashes has fixed the problem.
> Problem happens when using slashes "/" in:
> application.xml of an .ear file
> <module>
> <web>
> <web-uri>seamBookingPortlet.war</web-uri>
> <context-root>/oag/ade</context-root>
> </web>
> </module>
> Changing it to <context-root>/oag-ade</context-root> fixes the problem
> jboss-web.xml of a .war file
> <?xml version="1.0" encoding="UTF-8"?>
> <jboss-web>
> <context-root>/LG_1648_1_WEB/SamplePortlet</context-root>
> </jboss-web>
> Changing it to <context-root>/LG_1648_1_WEB.SamplePortlet</context-root> fixes the problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (GTNWSRP-214) Implement the transfer of User roles from Consumer to producer
by Boubaker Khanfir (JIRA)
Implement the transfer of User roles from Consumer to producer
--------------------------------------------------------------
Key: GTNWSRP-214
URL: https://issues.jboss.org/browse/GTNWSRP-214
Project: GateIn WSRP
Issue Type: Feature Request
Components: Consumer
Affects Versions: 2.1.0-Alpha02
Reporter: Boubaker Khanfir
Assignee: Chris Laprun
In {{org.gatein.wsrp.consumer.WSRPConsumerImpl.getUserContextFrom(PortletInvocation, RuntimeContext)}}, while building UserContext object (that will be transfered to the producer), the field {{categories}} is set to null:
{code}
UserContextConverter.createWSRPUserContextFrom(userContext, userContextKey, null);
{code}
Question:
When this feature will be available ?
And How have planned to implement it:
* Assume that Consumer&Producer share the same user database (such as a common LDAP directory storing the users.)
or
* The Consumer provides only the userId known by the Producer. Here, the Producer manage the authorization module by itself.
or
* The Consumer provides the user's identity with its roles, the Producer have to trust the provided identity and works with it.
?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months