Re: Releasing mod_jk 1.2.21

2007-02-26 Thread Jim Jagielski


On Feb 23, 2007, at 1:10 PM, Jean-Frederic wrote:

I also  have the pending patch... To prevent typos in the  
properties no

beeing detected what starting httpd.

Should I include it?



Sorry for the delay... unless it's too late, why
the change from HTTP_INTERNAL_SERVER_ERROR to !OK?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Rainer Jung

What is still open:

A Henri's core dumps on iSeries
B The other user with protocol corruption on AIX for worker MPM
C Porting 41439 from IIS to Apache

and maybe

D New design of interaction of mod_jk ForwardDirectories and httpd 
DirectoryIndex (BZ 41430, BZ 36121)

E BZ 41330/40310
F Investigation, if it would be easy to allow Apache to send ErrorPages 
instead of Tomcat (centralized error page management).


I would like to give A-C a chance until end of the week and would then 
inform the list on monday, give a couple of days for reviewing on p.a.o 
and tag around Feb, 28, so that we can have a voted release around the 
first March weekend. Does that sound good?


Regards,

Rainer

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Mladen Turk

Rainer Jung wrote:

What is still open:


I would like to give A-C a chance until end of the week and would then 


This week or a next?
We have a Security issue that requires release ASAP.

Regards,
Mladen.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Jean-Frederic
On Fri, 2007-02-23 at 09:20 +0100, Rainer Jung wrote:
 What is still open:
 
 A Henri's core dumps on iSeries

Wasn't it only a wrong printf?

 B The other user with protocol corruption on AIX for worker MPM

Is there are bugzilla number for this one?

 C Porting 41439 from IIS to Apache

You want to remove sessionid=D5E2FE08F02400159DFD6231
11F98FEE.p-ng-ptom2 from 
/shoppingcc/img/btn_nav_main_login.gif;jsessionid=D5E2FE08F02400159DFD6231
11F98FEE.p-ng-ptom2
do it with mod_rewrite:
RewriteRule ^/(.*).gif;jsessionid=.*$ /$1.gif [PT]

Cheers

Jean-Frederic

 and maybe
 
 D New design of interaction of mod_jk ForwardDirectories and httpd 
 DirectoryIndex (BZ 41430, BZ 36121)
 E BZ 41330/40310
 F Investigation, if it would be easy to allow Apache to send
 ErrorPages 
 instead of Tomcat (centralized error page management).
 
 I would like to give A-C a chance until end of the week and would
 then 
 inform the list on monday, give a couple of days for reviewing on
 p.a.o 
 and tag around Feb, 28, so that we can have a voted release around
 the 
 first March weekend. Does that sound good?
 
 Regards,
 
 Rainer 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Mladen Turk

Jean-Frederic wrote:

C Porting 41439 from IIS to Apache


You want to remove sessionid=D5E2FE08F02400159DFD6231
11F98FEE.p-ng-ptom2 from 
/shoppingcc/img/btn_nav_main_login.gif;jsessionid=D5E2FE08F02400159DFD6231
11F98FEE.p-ng-ptom2
do it with mod_rewrite:
RewriteRule ^/(.*).gif;jsessionid=.*$ /$1.gif [PT]



Right. Since Apache has mod_rewrite, use that instead.
IIS comes with no mod_rewrite surrogate so strip_session
makes sense as a workaround.

Regards,
Mladen.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Mladen Turk

Rainer Jung wrote:


D New design of interaction of mod_jk ForwardDirectories and httpd 
DirectoryIndex (BZ 41430, BZ 36121)


As I said so many times, any attempt to from DirectoryIndex
that will force serving something that is not part of
the Tomcat's welcome file list will be vetoed.

I would support only the complete removal of the
entire stat logic and leave that entirely to Tomcat.
IMO, the entire DirectoryIndex is complete breakage of
the Servlet API, as I said so many times on the so
many BZ reports having the same subject.

Regards,
Mladen.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Rainer Jung

Mladen Turk wrote:

Rainer Jung wrote:

What is still open:


I would like to give A-C a chance until end of the week and would then 


This week or a next?
We have a Security issue that requires release ASAP.


This week.

I would be interested in the Security issue. If appropriate use direct 
communication.




Regards,
Mladen.


Regards,

Rainer

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Rainer Jung

Jean-Frederic wrote:

On Fri, 2007-02-23 at 09:20 +0100, Rainer Jung wrote:

What is still open:

A Henri's core dumps on iSeries


Wasn't it only a wrong printf?


I doubt that very much, at the stack in his core didn't point to these 
statements. I'm still waiting for feedback from Henri.



B The other user with protocol corruption on AIX for worker MPM


Is there are bugzilla number for this one?


No, he participated in the mail thread started by Henri on the iSeries 
core dump.



C Porting 41439 from IIS to Apache


You want to remove sessionid=D5E2FE08F02400159DFD6231
11F98FEE.p-ng-ptom2 from 
/shoppingcc/img/btn_nav_main_login.gif;jsessionid=D5E2FE08F02400159DFD6231
11F98FEE.p-ng-ptom2
do it with mod_rewrite:
RewriteRule ^/(.*).gif;jsessionid=.*$ /$1.gif [PT]


Of course I know, but you need to coordinate with your Jkmounts, so you 
need to duplicate your rules to detect static URLs between mod_jk and 
mod_rewrite. Anyhow the feature is not high on my list and I actually 
dropped it for 1.2.21.


Regards,

Rainer

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Rainer Jung

Mladen Turk wrote:

Rainer Jung wrote:


D New design of interaction of mod_jk ForwardDirectories and httpd 
DirectoryIndex (BZ 41430, BZ 36121)


As I said so many times, any attempt to from DirectoryIndex
that will force serving something that is not part of
the Tomcat's welcome file list will be vetoed.

I would support only the complete removal of the
entire stat logic and leave that entirely to Tomcat.
IMO, the entire DirectoryIndex is complete breakage of
the Servlet API, as I said so many times on the so
many BZ reports having the same subject.

Regards,
Mladen.


Yes, but then you ignore the fact, that we already have such a 
functionality, and that we changed it's behaviour between 1.2.19 and 
1.2.20. So at least we need to decide, if it's behaviour should be


- like 1.2.19
- like 1.2.20
- disabled completely (breaking existing configs for all versions)
- define it newly and then implement what's defined

Regards,

Rainer

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Mladen Turk

Rainer Jung wrote:

Jean-Frederic wrote:

On Fri, 2007-02-23 at 09:20 +0100, Rainer Jung wrote:

What is still open:

A Henri's core dumps on iSeries


Wasn't it only a wrong printf?


I doubt that very much, at the stack in his core didn't point to these 
statements. I'm still waiting for feedback from Henri.



B The other user with protocol corruption on AIX for worker MPM


Is there are bugzilla number for this one?


No, he participated in the mail thread started by Henri on the iSeries 
core dump.



C Porting 41439 from IIS to Apache


You want to remove sessionid=D5E2FE08F02400159DFD6231
11F98FEE.p-ng-ptom2 from 
/shoppingcc/img/btn_nav_main_login.gif;jsessionid=D5E2FE08F02400159DFD6231 


11F98FEE.p-ng-ptom2
do it with mod_rewrite:
RewriteRule ^/(.*).gif;jsessionid=.*$ /$1.gif [PT]


Of course I know, but you need to coordinate with your Jkmounts, so you 
need to duplicate your rules to detect static URLs between mod_jk and 
mod_rewrite. Anyhow the feature is not high on my list and I actually 
dropped it for 1.2.21.


I have the patch for that with new directive
JkStripSession On|Off definable per vhost

Regards,
Mladen.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Mladen Turk

Jean-Frederic wrote:

I also  have the pending patch... To prevent typos in the properties no
beeing detected what starting httpd.

Should I include it?



Looks like a good feature for unexperienced admins :)
+1

Regards,
Mladen.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Releasing mod_jk 1.2.21

2007-02-23 Thread Rainer Jung
I like it too. It was always a weakness, that workers.properties typos
get through unnoticed. It will be interesting to find out that way, how
many users have configs that actually don't work...

I didn't read the patch in detail: will it be compatible with the
existing macro feature

myvar=someValue
worker.something.attribute=$(myvar)

There are zillions of old default config files including the deprecated

ps=/
...

(it's even still in our docs)

and we will get a lot of bug reports, if we break those.
So I think all in all we should only check attributes beginning with
worker..

Regards,

Rainer

Mladen Turk schrieb:
 Jean-Frederic wrote:
 I also  have the pending patch... To prevent typos in the properties no
 beeing detected what starting httpd.

 Should I include it?

 
 Looks like a good feature for unexperienced admins :)
 +1
 
 Regards,
 Mladen.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]