Re: [g...@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2010-11-02 Thread Stefan Bodewig
On 2010-11-02, Jeremy Boynes wrote: This started failing with r1029387. If I remove the packagingbundlepackaging from the spec module then the reactor starts resolving it again. Could this be something with the bundle plugin not working with the package goal? I don't think so. It is more

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 Michael Osipov sg...@gmx.net changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #15

DO NOT REPLY [Bug 50197] New: Provide *.sh scripts with jsvc

2010-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50197 Summary: Provide *.sh scripts with jsvc Product: Tomcat 6 Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2

svn commit: r1029996 - /tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

2010-11-02 Thread rjung
Author: rjung Date: Tue Nov 2 10:32:59 2010 New Revision: 1029996 URL: http://svn.apache.org/viewvc?rev=1029996view=rev Log: The jspFile attribute is no longer available in the StandardWrapper as of r1003589. Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

DO NOT REPLY [Bug 50175] Enhance memory leak detection by selectively applying methods,

2010-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175 --- Comment #4 from Leon Rosenberg rosenberg.l...@gmail.com 2010-11-02 06:35:02 EDT --- I think we should generally distinguish the different usage scenarios. For what I know, most people who use tomcat in production environment (in

svn commit: r1029999 - /tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml

2010-11-02 Thread rjung
Author: rjung Date: Tue Nov 2 10:55:05 2010 New Revision: 102 URL: http://svn.apache.org/viewvc?rev=102view=rev Log: Fix MBean description. Modified: tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml Modified:

svn commit: r1030000 - in /tomcat/trunk/java/org/apache/catalina: core/mbeans-descriptors.xml valves/mbeans-descriptors.xml

2010-11-02 Thread rjung
Author: rjung Date: Tue Nov 2 10:57:26 2010 New Revision: 103 URL: http://svn.apache.org/viewvc?rev=103view=rev Log: Fix some MBean descriptors: - asyncSupported needs is=true for Valves - containerName is gone in valves since r940802 - enabled uses get instead of is Modified:

DO NOT REPLY [Bug 50198] New: Fix possible NPE warning and remove one-time init from loop

2010-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50198 Summary: Fix possible NPE warning and remove one-time init from loop Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW

svn commit: r1030014 - in /tomcat/trunk: java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ java/org/apache/jasper/servlet/ java/org/apache/jasper/util/ webapps/docs/

2010-11-02 Thread rjung
Author: rjung Date: Tue Nov 2 12:14:43 2010 New Revision: 1030014 URL: http://svn.apache.org/viewvc?rev=1030014view=rev Log: Add logging and JMX support to JSP unloading. Also need to make getContent() public in FastRemovalDequeue to support logging. Modified:

svn commit: r1030037 - /tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java

2010-11-02 Thread rjung
Author: rjung Date: Tue Nov 2 13:30:52 2010 New Revision: 1030037 URL: http://svn.apache.org/viewvc?rev=1030037view=rev Log: Log the right JSP. Modified: tomcat/trunk/java/org/apache/jasper/compiler/JspRuntimeContext.java Modified:

DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #16 from Mark Thomas ma...@apache.org 2010-11-02 12:12:59 EDT --- (In reply to comment #15) in my opinion all of these additional dependencies are superfluous. I wrote a SpnegoAuthenticator for our webapps in less than 300

DO NOT REPLY [Bug 49099] Using % after context prefix results in 400 but nothing is logged in access log

2010-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49099 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

Re: [g...@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2010-11-02 Thread Jeremy Boynes
The package goal should work as the reactor resolves dependencies using the built artifacts rather than the local repository. It does work with the normal jar packaging and fails with bundle packaging so there is something going on. Using the install goal modifies the local repository and

DO NOT REPLY [Bug 50168] destory method is called twice while the child is destoryed directly

2010-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50168 --- Comment #5 from Tim Funk funk...@apache.org 2010-11-02 15:17:10 EDT --- I don't think the patch works. What I (think I) notice is StandardWrapperValve being destroyed for each servlet in the webapp. By default there is the default

svn commit: r1030188 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/valves/ java/org/apache/coyote

2010-11-02 Thread markt
Author: markt Date: Tue Nov 2 19:26:07 2010 New Revision: 1030188 URL: http://svn.apache.org/viewvc?rev=1030188view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49099 Include requests rejected by CoyoteAdapter in the access log(s) Added:

svn commit: r1030237 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-11-02 Thread kkolinko
Author: kkolinko Date: Tue Nov 2 21:32:38 2010 New Revision: 1030237 URL: http://svn.apache.org/viewvc?rev=1030237view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r1030253 - /tomcat/trunk/java/org/apache/catalina/core/StandardEngine.java

2010-11-02 Thread kkolinko
Author: kkolinko Date: Tue Nov 2 22:04:44 2010 New Revision: 1030253 URL: http://svn.apache.org/viewvc?rev=1030253view=rev Log: Improve handling of nulls in StandardEngine.logAccess() This takes care of the case when findChild(getDefaultHost()) returns null. Modified:

svn commit: r1030264 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-11-02 Thread kkolinko
Author: kkolinko Date: Tue Nov 2 22:21:13 2010 New Revision: 1030264 URL: http://svn.apache.org/viewvc?rev=1030264view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 50201] New: StandardEngine.defaultAccessLog may become stale when ROOT webapp is redeployed

2010-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50201 Summary: StandardEngine.defaultAccessLog may become stale when ROOT webapp is redeployed Product: Tomcat 6 Version: 6.0.29 Platform: PC OS/Version: Windows XP

IIS-Tomcat Integration

2010-11-02 Thread sbpdvlpr
We are trying to integrate IIS and Tomcat. We get the Service temporarily unavailable or Bad Gateway message. isapi_redirect.properties extension_uri=/tomcat/isapi_redirect.dll log_file=C:\apps\Tomcat 6.0\logs\jk_iis.log log_level=trace worker_file=C:\apps\Tomcat 6.0\conf\workers.properties

DO NOT REPLY [Bug 50202] New: web.xml cant load because of listener

2010-11-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50202 Summary: web.xml cant load because of listener Product: Tomcat 5 Version: 5.5.31 Platform: PC OS/Version: Windows XP Status: NEW Severity: blocker Priority: