You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by Andy Pruitt <ra...@backstopsolutions.com> on 2003/11/06 18:26:04 UTC

[Patch] [Pluto Core] Is it this easy?

After a processAction() request, in PortletContainerImpl, Pluto core
sends a 302 redirect.  The redirect response is never sent as a secure
URL, regardless of the mode of the first request.  

Just looking at the code, it looks like it could simply check to see if
the current httpRequest is secure, and if so, make the redirect secure.

Line 235 of PortletContainerImpl:
                    if (servletRequest.isSecure())
                    {
                        redirectURL.setSecure(); // TBD
                    }

Is this correct?  There was a similar block of code, commented out with
a TBD, so I'm wondering if someone has previously considedered and
rejected this behavior?

Re: Request for a list of committers

Posted by Martin Cooper <ma...@apache.org>.
On Thu, 6 Nov 2003, Glenn R. Golden wrote:

> I don't think this is on the site yet, but, especially when we start
> voting on things, it would be good to know who is a committer (and thus
> gets a vote).  Nor do I know who the committers are - who does?  I
> suspect there's some way to find out from the cvs setup, but I've never
> gone there before...

As far as I can tell, everyone who is a committer to Jetspeed (1 or 2) is
also a committer to Pluto. The Pluto-only committer list contains only
blumm, sthepper and cziegeler.

--
Martin Cooper


>
> Thanks.
>
> - Glenn
>
>

Re: [Patch] Mavenizing Pluto - Docs w/ Committer List and Enhancements

Posted by di...@multitask.com.au.
"David DeWolf" <da...@daviddewolf.com> wrote on 11/11/2003 02:04:37 PM:

[snip]
> If you would like to see the docs before they are posted (or before you
> spend time committing the patch), I have posted them for review.
> 
> http://www.daviddewolf.com/pluto/index.html
Cool.

> Please note that a couple of the "generic jakarta" urls (specifically 
the
> download links - binindex, srcindex, etc. . .) will not work unless they 
are
> on http://jakarta.apache.org.  This is not a bug in the docs, but rather 
a
> "feature" of maven/xdocs (from what I know).

If you have Maven questions, I'm a committer over there and am very 
interested in maven plugins to build portlet wars etc.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/




[Patch] Mavenizing Pluto - Docs w/ Committer List and Enhancements

Posted by David DeWolf <da...@daviddewolf.com>.
I have submitted to bugzilla a patch which mavenizes our project (apparently
bugzilla isn't sending emails to the dev list).  This will allow us to build
our website and/or documentation from maven - and thus auto-generate docs
such as developer/committer lists and faqs.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24585

This patch includes:

- project.xml (maven project file)
- maven.xml   (maven config file / goal defs)
- project.properties.example (an example properties
  file which goes with project.xml)
- xdocs.jar.gz additions to our xdocs documentation
  (which maven will use to make our updated site.

If you would like to see the docs before they are posted (or before you
spend time committing the patch), I have posted them for review.

http://www.daviddewolf.com/pluto/index.html

Please note that a couple of the "generic jakarta" urls (specifically the
download links - binindex, srcindex, etc. . .) will not work unless they are
on http://jakarta.apache.org.  This is not a bug in the docs, but rather a
"feature" of maven/xdocs (from what I know).

Thanks,

David


> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au]
> Sent: Thursday, November 06, 2003 9:15 PM
> To: pluto-dev@jakarta.apache.org
> Subject: Re: Request for a list of committers
>
>
> ssh cvs.apache.org
> grep pluto /home/cvs/CVSROOT/avail
>
> gives me:
>
> Committers to jetspeed/jetspeed-2 and pluto:
>
> avail|jon,sgala,taylor,raphael,prickett,brekke,ingo,shesmer,paulsp
> ,nacho,akempf,
> kimptoc,jvanzyl,ggolden,morciuch,weaver,jford,aurelien,rubys|jakar
> ta-jetspeed,ja
> karta-jetspeed-2,jakarta-pluto
>
> Committers to just pluto:
>
> avail|blumm,sthepper,cziegeler|jakarta-pluto
>
>
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc
>
>
> "Glenn R. Golden" <gg...@umich.edu> wrote on 07/11/2003 06:56:41 AM:
>
> > I don't think this is on the site yet, but, especially when we start
> > voting on things, it would be good to know who is a committer (and thus
> > gets a vote).  Nor do I know who the committers are - who does?  I
> > suspect there's some way to find out from the cvs setup, but I've never
> > gone there before...
> >
> > Thanks.
> >
> > - Glenn
> >
>
>



Re: Request for a list of committers

Posted by di...@multitask.com.au.
ssh cvs.apache.org
grep pluto /home/cvs/CVSROOT/avail

gives me:

Committers to jetspeed/jetspeed-2 and pluto:

avail|jon,sgala,taylor,raphael,prickett,brekke,ingo,shesmer,paulsp,nacho,akempf,
kimptoc,jvanzyl,ggolden,morciuch,weaver,jford,aurelien,rubys|jakarta-jetspeed,ja
karta-jetspeed-2,jakarta-pluto

Committers to just pluto:

avail|blumm,sthepper,cziegeler|jakarta-pluto


--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc


"Glenn R. Golden" <gg...@umich.edu> wrote on 07/11/2003 06:56:41 AM:

> I don't think this is on the site yet, but, especially when we start 
> voting on things, it would be good to know who is a committer (and thus 
> gets a vote).  Nor do I know who the committers are - who does?  I 
> suspect there's some way to find out from the cvs setup, but I've never 
> gone there before...
> 
> Thanks.
> 
> - Glenn
> 


Request for a list of committers

Posted by "Glenn R. Golden" <gg...@umich.edu>.
I don't think this is on the site yet, but, especially when we start 
voting on things, it would be good to know who is a committer (and thus 
gets a vote).  Nor do I know who the committers are - who does?  I 
suspect there's some way to find out from the cvs setup, but I've never 
gone there before...

Thanks.

- Glenn