From nobody@FreeBSD.org  Fri Jun 11 17:33:26 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2363016A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Jun 2004 17:33:26 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB8A43D2D
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Jun 2004 17:33:26 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i5BHWeZK090005
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Jun 2004 17:32:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i5BHWeih090004;
	Fri, 11 Jun 2004 17:32:40 GMT
	(envelope-from nobody)
Message-Id: <200406111732.i5BHWeih090004@www.freebsd.org>
Date: Fri, 11 Jun 2004 17:32:40 GMT
From: Chris <dont@like.spam>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [mod_jk2-apache2-2.0.2] uri /*.jsp matches all subdirs
X-Send-Pr-Version: www-2.3

>Number:         67839
>Category:       ports
>Synopsis:       www/mod_jk2-apache2 2.0.2: uri /*.jsp matches all subdirs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    girgen
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 11 17:40:25 GMT 2004
>Closed-Date:    Wed Jul 27 02:00:36 GMT 2005
>Last-Modified:  Wed Jul 27 02:00:36 GMT 2005
>Originator:     Chris
>Release:        5.2.1
>Organization:
>Environment:
FreeBSD ams2.realx.nl 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #1: Sat Mar 13 21:52:01 CET 2004     root@ams1.realx.nl:/usr/obj/usr/src/sys/MYKERNEL  i386
>Description:
The following lines in /usr/local/etc/apache2/workers2.properties cause
all requests to subdirectories to be forwarded to Tomcat. But it only has
to forward al requests for .jsp files to be forwarden.

[uri:/*.jsp]
group=ajp13:localhost:8009
>How-To-Repeat:
Use the mentioned lines above in your /usr/local/etc/apache2/workers2.properties
file and request some subdirectories.
>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-www->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Wed Jun 30 05:09:54 GMT 2004 
Responsible-Changed-Why:  
This is a ports PR.  www is reserved for PRs about the FreeBSD web 
pages themselves. 

Also, please remember to Cc: the maintainer of ports PRs when you 
use send-pr.  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67839 
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Sat Jul 3 13:45:02 GMT 2004 
State-Changed-Why:  
To the maintainer: can you confirm this problem? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67839 

From: "Volker Stolz" <vs@freebsd.org>
To: freebsd-gnats-submit@freebsd.org, girgen@pingpong.net
Cc:  
Subject: Re: ports/67839: www/mod_jk2-apache2 2.0.2: uri /*.jsp matches all subdirs
Date: Fri, 23 Jul 2004 15:51:43 +0200

 Can you please provide a patch or what the entry should look like?
 
 Note to the maintainer:
 The do-install-target of www/mod_jk2 looks fishy to me: Shouldn't this  
 also be executed when installing the package?
 
 Volker

From: Palle Girgensohn <girgen@pingpong.net>
To: Volker Stolz <vs@freebsd.org>, freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/67839: www/mod_jk2-apache2 2.0.2: uri /*.jsp matches all
 subdirs
Date: Sat, 24 Jul 2004 02:08:00 +0200

 --On fredag, juli 23, 2004 15.51.43 +0200 Volker Stolz <vs@freebsd.org> 
 wrote:
 
 > Can you please provide a patch or what the entry should look like?
 >
 > Note to the maintainer:
 > The do-install-target of www/mod_jk2 looks fishy to me: Shouldn't this
 > also be executed when installing the package?
 
 Well, yeah, but I think it is done. See the @exec tag...?
 
 $ cat pkg-plist
 libexec/apache%%APACHE2%%/mod_jk2.so
 @exec %D/sbin/apxs -e -A -n jk2 %f
 @unexec %D/sbin/apxs -e -A -n jk2 %f
 
 
 

From: Palle Girgensohn <girgen@pingpong.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/67839: www/mod_jk2-apache2 2.0.2: uri /*.jsp matches all
 subdirs
Date: Sat, 24 Jul 2004 03:03:17 +0200

 Hi.
 
 I doubt that the originator will read this, due to the mail address 
 specified, but anyway, this is probably not FreeBSD specific, and anyway, I 
 would not recommend using the workers2.properties file to set this kind of 
 things. Instead, use apache's config stuff. See 
 <http://jakarta.apache.org/tomcat/connectors-doc/jk2/jk2/configweb.html#Native%20server%20configuration>
 
 Regards,
 Palle
 
Responsible-Changed-From-To: freebsd-ports-bugs->girgen 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Dec 7 09:10:41 GMT 2004 
Responsible-Changed-Why:  
Maintainer is now committer, so it's his problem now :-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67839 
State-Changed-From-To: feedback->closed 
State-Changed-By: girgen 
State-Changed-When: Wed Jul 27 02:00:03 GMT 2005 
State-Changed-Why:  
Updated to 2.0.4. Problems went away. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67839 
>Unformatted:
