You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Thorsten Scherler <th...@juntadeandalucia.es> on 2007/05/23 13:56:40 UTC

[testing] bug 42050 patches needs tester

Hi all

if you have a some spare time please help testing the patch from
http://issues.apache.org/bugzilla/attachment.cgi?id=20246&action=view

This is an all-in-one patch that you can apply. 
The only thing that you then have to add to your publication.xml is:
 <proxies ssl="false" root="https://www.host.com/ssl/">
    <proxy area="live" ssl="true" url="https://www.host.com/ssl/default"/>
    <proxy area="live" ssl="false" url="http://www.host.com/default"/>
    <proxy area="authoring" ssl="true" url="https://www.host.com/lenya/default/authoring"/>
    <proxy area="authoring" ssl="false" url="http://www.host.com/lenya/default/authoring"/>
  </proxies>

TIA

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [testing] bug 42050 patches needs tester

Posted by Richard Frovarp <Ri...@sendit.nodak.edu>.
Thorsten Scherler wrote:
> Hi all
>
> if you have a some spare time please help testing the patch from
> http://issues.apache.org/bugzilla/attachment.cgi?id=20246&action=view
>
> This is an all-in-one patch that you can apply. 
> The only thing that you then have to add to your publication.xml is:
>  <proxies ssl="false" root="https://www.host.com/ssl/">
>     <proxy area="live" ssl="true" url="https://www.host.com/ssl/default"/>
>     <proxy area="live" ssl="false" url="http://www.host.com/default"/>
>     <proxy area="authoring" ssl="true" url="https://www.host.com/lenya/default/authoring"/>
>     <proxy area="authoring" ssl="false" url="http://www.host.com/lenya/default/authoring"/>
>   </proxies>
>
> TIA
>
> salu2
>   

I've only been able to do minimal testing on the live side. There is the 
problem of URLs in the CSS that has already been mentioned. Also, 
modules is still based at the root. However, I'm guessing this change is 
waiting on a decision as to where to stick the modules.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [testing] bug 42050 patches needs tester

Posted by Thorsten Scherler <th...@apache.org>.
On Wed, 2007-05-23 at 13:56 +0200, Thorsten Scherler wrote:
> Hi all
> 
> if you have a some spare time please help testing the patch from
> http://issues.apache.org/bugzilla/attachment.cgi?id=20246&action=view

Please use instead:
http://issues.apache.org/bugzilla/attachment.cgi?id=20268&action=view

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [testing] bug 42050 patches needs tester

Posted by Thorsten Scherler <th...@juntadeandalucia.es>.
On Mon, 2007-05-28 at 16:10 +0200, Joern Nettingsmeier wrote:
> Thorsten Scherler wrote:
> > On Sun, 2007-05-27 at 03:35 +0200, Joern Nettingsmeier wrote:
> >> Thorsten Scherler wrote:
> >>> Hi all
> >>>
> >>> if you have a some spare time please help testing the patch from
> >>> http://issues.apache.org/bugzilla/attachment.cgi?id=20246&action=view
> >>>
> >>> This is an all-in-one patch that you can apply. 
> >>> The only thing that you then have to add to your publication.xml is:
> >>>  <proxies ssl="false" root="https://www.host.com/ssl/">
> >>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >>
> >> sorry i'm not quite on top of things - can you briefly explain what 
> >> these new attributes do?
> >>
> > 
> > Will enhance the comment in the default pub and bugzilla. 
> > 
> > Will as well update
> > http://lenya.apache.org/docs/1_4/reference/publication/configuration.html. BTW I will link as well to http://lenya.apache.org/docs/1_2_x/tutorial/mod_proxy_and_lenya.html which is quite nice.
> 
> i guess the new attributes are for the proxy urls outside the 
> publication namespace... but i quite don't understand why you are 
> putting this into the wrapper element. this means i can't have both an 
> ssl and a non-ssl url. is there a particular reason for this?

Yes, all urls outside of areas are not ssl protected by default (at
least that is my understanding). Actually one can even get rid of the
@ssl. The ssl checkbox in the ac is the one that determines whether a
url is ssl protected or not but you cannot have ac for the global stuff
ATM and AFAIR.

> 
> otherwise i'd like to suggest
> <proxy area="global" ssl="" url=""/>

I thought that before but imaging somebody has actually added a area
global. I am not sure myself, but if we want area global then we need
some tweaks for the publication.rng since we use the validArea
(something similar).

> 
> but since my time is precious at the moment, my talk is cheap :)
> i.e. i won't be able to contribute anything for another week :(

Do not worry, your comments and testing are very appreciated. We need to
close this bug soon since the patches are growing to the extreme and it
is hard keeping track.

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [testing] bug 42050 patches needs tester

Posted by Joern Nettingsmeier <ne...@folkwang-hochschule.de>.
Thorsten Scherler wrote:
> On Sun, 2007-05-27 at 03:35 +0200, Joern Nettingsmeier wrote:
>> Thorsten Scherler wrote:
>>> Hi all
>>>
>>> if you have a some spare time please help testing the patch from
>>> http://issues.apache.org/bugzilla/attachment.cgi?id=20246&action=view
>>>
>>> This is an all-in-one patch that you can apply. 
>>> The only thing that you then have to add to your publication.xml is:
>>>  <proxies ssl="false" root="https://www.host.com/ssl/">
>>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> sorry i'm not quite on top of things - can you briefly explain what 
>> these new attributes do?
>>
> 
> Will enhance the comment in the default pub and bugzilla. 
> 
> Will as well update
> http://lenya.apache.org/docs/1_4/reference/publication/configuration.html. BTW I will link as well to http://lenya.apache.org/docs/1_2_x/tutorial/mod_proxy_and_lenya.html which is quite nice.

i guess the new attributes are for the proxy urls outside the 
publication namespace... but i quite don't understand why you are 
putting this into the wrapper element. this means i can't have both an 
ssl and a non-ssl url. is there a particular reason for this?

otherwise i'd like to suggest
<proxy area="global" ssl="" url=""/>

but since my time is precious at the moment, my talk is cheap :)
i.e. i won't be able to contribute anything for another week :(

-- 
jörn nettingsmeier

home://germany/45128 essen/lortzingstr. 11/
http://spunk.dnsalias.org
phone://+49/201/491621

Kurt is up in Heaven now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [testing] bug 42050 patches needs tester

Posted by Thorsten Scherler <th...@juntadeandalucia.es>.
On Sun, 2007-05-27 at 03:35 +0200, Joern Nettingsmeier wrote:
> Thorsten Scherler wrote:
> > Hi all
> > 
> > if you have a some spare time please help testing the patch from
> > http://issues.apache.org/bugzilla/attachment.cgi?id=20246&action=view
> > 
> > This is an all-in-one patch that you can apply. 
> > The only thing that you then have to add to your publication.xml is:
> >  <proxies ssl="false" root="https://www.host.com/ssl/">
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> sorry i'm not quite on top of things - can you briefly explain what 
> these new attributes do?
> 

Will enhance the comment in the default pub and bugzilla. 

Will as well update
http://lenya.apache.org/docs/1_4/reference/publication/configuration.html. BTW I will link as well to http://lenya.apache.org/docs/1_2_x/tutorial/mod_proxy_and_lenya.html which is quite nice.

Just found it again, we need to review 1.2 docu for 1.4, some of this
docs should be linked from 1.4 or moved to 1.4.

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [testing] bug 42050 patches needs tester

Posted by Joern Nettingsmeier <ne...@folkwang-hochschule.de>.
Thorsten Scherler wrote:
> Hi all
> 
> if you have a some spare time please help testing the patch from
> http://issues.apache.org/bugzilla/attachment.cgi?id=20246&action=view
> 
> This is an all-in-one patch that you can apply. 
> The only thing that you then have to add to your publication.xml is:
>  <proxies ssl="false" root="https://www.host.com/ssl/">
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

sorry i'm not quite on top of things - can you briefly explain what 
these new attributes do?


-- 
jörn nettingsmeier

home://germany/45128 essen/lortzingstr. 11/
http://spunk.dnsalias.org
phone://+49/201/491621

Kurt is up in Heaven now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [testing] bug 42050 patches needs tester

Posted by Thorsten Scherler <th...@apache.org>.
On Wed, 2007-05-23 at 13:21 -0500, Richard Frovarp wrote:
> Thorsten Scherler wrote:
> > Hi all
> >
> > if you have a some spare time please help testing the patch from
> > http://issues.apache.org/bugzilla/attachment.cgi?id=20246&action=view
> >
> > This is an all-in-one patch that you can apply. 
> > The only thing that you then have to add to your publication.xml is:
> >  <proxies ssl="false" root="https://www.host.com/ssl/">
> >     <proxy area="live" ssl="true" url="https://www.host.com/ssl/default"/>
> >     <proxy area="live" ssl="false" url="http://www.host.com/default"/>
> >     <proxy area="authoring" ssl="true" url="https://www.host.com/lenya/default/authoring"/>
> >     <proxy area="authoring" ssl="false" url="http://www.host.com/lenya/default/authoring"/>
> >   </proxies>
> >
> > TIA
> >
> > salu2
> >   
> 
> I should be able to do testing tomorrow, so long as I don't get page 
> during the middle of the night again.

Nice! Thanks and I hope that you have a quite night.

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: [testing] bug 42050 patches needs tester

Posted by Richard Frovarp <Ri...@sendit.nodak.edu>.
Thorsten Scherler wrote:
> Hi all
>
> if you have a some spare time please help testing the patch from
> http://issues.apache.org/bugzilla/attachment.cgi?id=20246&action=view
>
> This is an all-in-one patch that you can apply. 
> The only thing that you then have to add to your publication.xml is:
>  <proxies ssl="false" root="https://www.host.com/ssl/">
>     <proxy area="live" ssl="true" url="https://www.host.com/ssl/default"/>
>     <proxy area="live" ssl="false" url="http://www.host.com/default"/>
>     <proxy area="authoring" ssl="true" url="https://www.host.com/lenya/default/authoring"/>
>     <proxy area="authoring" ssl="false" url="http://www.host.com/lenya/default/authoring"/>
>   </proxies>
>
> TIA
>
> salu2
>   

I should be able to do testing tomorrow, so long as I don't get page 
during the middle of the night again.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org