Re: Session variables sometimes lost

2001-05-24 Thread Santiago Gala
s problem. The problems are various: - In URILookup calls, sometimes parameters are not passed, which means that some portlets loose state. - Also in URILookup, the ";jsessionid=" string is cut without paying attention to the fact that a query string or anchor could be there. Again, pa

[jira] Created: (JS2-149) Implementing PLT.7.1 PortletURL request parameter name and value encoding

2004-10-15 Thread jetspeed-dev
- Choice where the state is encoded in the url: - as a single path info parameter (somewhat like the current encoding): o.a.j.container.url.impl.PathInfoEncodingPortalURL - as a single query string parameter (new): o.a.j.container.url.impl.QueryStringEncodingPortalURL - Choice how th

[jira] Closed: (JS2-149) Implementing PLT.7.1 PortletURL request parameter name and value encoding

2004-10-15 Thread jetspeed-dev
ncluding last used request parameters (new): o.a.j.container.state.impl.SessionFullNavigationalState - Choice where the state is encoded in the url: - as a single path info parameter (somewhat like the current encoding): o.a.j.container.url.impl.PathInfoEncodingPortalURL - as a s

[jira] Closed: (JS2-149) Implementing PLT.7.1 PortletURL request parameter name and value encoding

2004-10-17 Thread jetspeed-dev
ke the current encoding): o.a.j.container.url.impl.PathInfoEncodingPortalURL - as a single query string parameter (new): o.a.j.container.url.impl.QueryStringEncodingPortalURL - Choice how the state is encoded (new): - currently one supplied implementation using Base64 encoding (thereby solving the specs

[jira] Reopened: (JS2-149) Implementing PLT.7.1 PortletURL request parameter name and value encoding

2004-10-17 Thread jetspeed-dev
tate - Choice where the state is encoded in the url: - as a single path info parameter (somewhat like the current encoding): o.a.j.container.url.impl.PathInfoEncodingPortalURL - as a single query string parameter (new): o.a.j.container.url.impl.QueryStringEncodingPortalURL - Choice h

[jira] Commented: (JS2-149) Implementing PLT.7.1 PortletURL request parameter name and value encoding

2004-10-17 Thread jetspeed-dev
request parameters (new): o.a.j.container.state.impl.SessionFullNavigationalState - Choice where the state is encoded in the url: - as a single path info parameter (somewhat like the current encoding): o.a.j.container.url.impl.PathInfoEncodingPortalURL - as a single quer

cvs commit: jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/util/ojb CollectionDebugger.java CSVtoCollectionFieldConversion.java

2004-01-23 Thread weaver
converted to a CSV correctly."); } buffer.append(value); // End of FIXME: buffer.append(QUOTE); -System.out.println("String encoded "); + if (itr

[vote] Ate Douma

2004-05-14 Thread David Sean Taylor
portal parameters o.a.j.engine.servlet.ServletRequestImpl.getParameterMap() prevents subsequent RequestDispatcher invocation query string parameter merging. Deep investigation of the problem and options for a solution. Not solved yet but a

Re: [vote] Ate Douma

2004-05-14 Thread Jun Yang
patch - JS2-9: Caching of portal parameters o.a.j.engine.servlet.ServletRequestImpl.getParameterMap() prevents subsequent RequestDispatcher invocation query string parameter merging. Deep investigation of the problem and options for a solution. Not

Re: [vote] Ate Douma

2004-05-14 Thread David Le Strat
mpl.HttpBufferedResponse.getOutputStream() >wraps the wrong writer. >Supplied the patch > > - JS2-9: Caching of portal parameters > > o.a.j.engine.servlet.ServletRequestImpl.getParameterMap() > prevents > subsequent RequestDispatcher >

Re: [vote] Ate Douma

2004-05-14 Thread Roger Ruttimann
l parameters o.a.j.engine.servlet.ServletRequestImpl.getParameterMap() prevents subsequent RequestDispatcher invocation query string parameter merging. Deep investigation of the problem and options for a solution. Not solved yet but a possible solution is implemented in the St

RE: [vote] Ate Douma

2004-05-14 Thread Jeremy Ford
o.a.j.engine.servlet.ServletRequestImpl.getParameterMap() prevents subsequent RequestDispatcher invocation query string parameter merging. Deep investigation of the problem and options for a solution. Not solved yet but a possible solution is implemented in the Struts Portlet

Re: [vote] Ate Douma

2004-05-14 Thread Raphaƫl Luta
invocation query string parameter merging. Deep investigation of the problem and options for a solution. Not solved yet but a possible solution is implemented in the Struts Portlet Framework. - JS2-10: ClassCastException in

RE: [vote] Ate Douma

2004-05-14 Thread Mark Orciuch
ream() >wraps the wrong writer. >Supplied the patch > > - JS2-9: Caching of portal parameters > > o.a.j.engine.servlet.ServletRequestImpl.getParameterMap() prevents > subsequent RequestDispatcher invocation query str

Re: [vote] Ate Douma

2004-05-17 Thread Scott T Weaver
roken. > Only reported it > > - JS2-7: o.a.j.aggregator.impl.HttpBufferedResponse.getOutputStream() >wraps the wrong writer. >Supplied the patch > > - JS2-9: Caching of portal parameters > > o.a.j.engine.serv

cvs commit: jakarta-jetspeed-2/components/sso/src/test/org/apache/jetspeed/sso TestSSOComponent.java

2005-01-28 Thread rogerrut
l; @@ -60,6 +67,10 @@ InitablePersistenceBrokerDaoSupport implements SSOProvider { private Hashtable mapSite = new Hashtable(); + + private String USER_PATH = "/user/"; +private String GROUP_PATH = "/group/"; + /**