svn commit: r988402 - /tomcat/native/trunk/native/src/network.c

2010-08-23 Thread mturk
Author: mturk Date: Tue Aug 24 06:36:46 2010 New Revision: 988402 URL: http://svn.apache.org/viewvc?rev=988402&view=rev Log: Step 1 in solving the JVM core on shutdown. Use APR pool pre-cleanup API Modified: tomcat/native/trunk/native/src/network.c Modified: tomcat/native/trunk/native/src/ne

svn commit: r988395 - /tomcat/native/trunk/native/src/jnilib.c

2010-08-23 Thread mturk
Author: mturk Date: Tue Aug 24 06:07:28 2010 New Revision: 988395 URL: http://svn.apache.org/viewvc?rev=988395&view=rev Log: Fix 'dereferencing type-punned pointer will break strict-aliasing rules' warning Modified: tomcat/native/trunk/native/src/jnilib.c Modified: tomcat/native/trunk/native

DO NOT REPLY [Bug 49812] Order of context listeners in web.xml is not preserved

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49812 Vlad Skarzhevskyy changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49812] Order of context listeners in web.xml is not preserved

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49812 --- Comment #3 from Vlad Skarzhevskyy 2010-08-23 20:01:00 EDT --- Two Listener are implementations of javax.servlet.ServletContextListener And I I look at function contextInitialized(); First AppConfiguratorContextListener Second AppStar

DO NOT REPLY [Bug 49812] Order of context listeners in web.xml is not preserved

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49812 --- Comment #2 from Chuck Caldarale 2010-08-23 19:24:06 EDT --- (In reply to comment #1) > Order of firing context listeners is invalid. The last called before first. Which APIs are you testing? For the contextDestroyed() method, the las

DO NOT REPLY [Bug 49812] Order of context listeners in web.xml is not preserved

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49812 Vlad Skarzhevskyy changed: What|Removed |Added OS/Version||All --- Comment #1 from Vlad S

DO NOT REPLY [Bug 49812] New: Order of context listeners in web.xml is not preserved

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49812 Summary: Order of context listeners in web.xml is not preserved Product: Tomcat 6 Version: 6.0.29 Platform: PC Status: NEW Severity: normal Priority: P2 Comp

[g...@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2010-08-23 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

DO NOT REPLY [Bug 49669] Static reference from javax.security.auth.Policy.contextClassLoader prevents an undeployed Web application from being garbage collected

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49669 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r988296 - in /tomcat/trunk: java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java webapps/docs/config/listeners.xml

2010-08-23 Thread markt
Author: markt Date: Mon Aug 23 20:35:03 2010 New Revision: 988296 URL: http://svn.apache.org/viewvc?rev=988296&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49669 Another Java class triggering a memory leak. This time javax.security.auth.Policy Modified: tomcat/trunk/

DO NOT REPLY [Bug 49670] org.apache.catalina.authenticator.SingleSignOn valve does not function

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49670 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r988287 - in /tomcat/trunk: java/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2010-08-23 Thread markt
Author: markt Date: Mon Aug 23 20:15:13 2010 New Revision: 988287 URL: http://svn.apache.org/viewvc?rev=988287&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49670 Fix SSO - broken by Lifecycle refactoring Modified: tomcat/trunk/java/org/apache/catalina/authenticator/Aut

DO NOT REPLY [Bug 49704] Cognos TM1 Contributor - Unable to deploy WAR File

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49704 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r988267 - /tomcat/trunk/webapps/docs/changelog.xml

2010-08-23 Thread markt
Author: markt Date: Mon Aug 23 19:41:06 2010 New Revision: 988267 URL: http://svn.apache.org/viewvc?rev=988267&view=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/we

DO NOT REPLY [Bug 49721] Fail to access the resources such as jsp files from a jar file which is supported by servlet 3.0

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49721 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r988266 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2010-08-23 Thread markt
Author: markt Date: Mon Aug 23 19:37:25 2010 New Revision: 988266 URL: http://svn.apache.org/viewvc?rev=988266&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49721 All JARs can be resource JARs. Although the spec defines no order, use ordered JARs in order then the remaining

DO NOT REPLY [Bug 49726] JSP 2.2 new configuration element under works incorrectly on tomcat trunk

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49726 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r988262 - in /tomcat/trunk: java/org/apache/jasper/compiler/Compiler.java test/org/apache/jasper/compiler/TestCompiler.java test/webapp-3.0/WEB-INF/web.xml test/webapp-3.0/bug49726a.jsp te

2010-08-23 Thread markt
Author: markt Date: Mon Aug 23 19:23:28 2010 New Revision: 988262 URL: http://svn.apache.org/viewvc?rev=988262&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49726 Specifying a default content type via a JSP property group should not prevent a page from setting some other co

DO NOT REPLY [Bug 49811] PATCH Custom attribute to not encode sessions in URL

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49811 --- Comment #1 from Wesley 2010-08-23 14:34:39 EDT --- I don't know what importance to set so I've left at default. I've two simple JSP files to test this if wanted. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi

DO NOT REPLY [Bug 49811] New: PATCH Custom attribute to not encode sessions in URL

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49811 Summary: PATCH Custom attribute to not encode sessions in URL Product: Tomcat 6 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement

svn commit: r988225 - in /tomcat/trunk/java/org/apache/catalina/loader: StandardClassLoaderMBean.java WebappClassLoader.java WebappLoader.java

2010-08-23 Thread markt
Author: markt Date: Mon Aug 23 17:38:41 2010 New Revision: 988225 URL: http://svn.apache.org/viewvc?rev=988225&view=rev Log: Fix the Eclipse warnings in o.a.c.loader Modified: tomcat/trunk/java/org/apache/catalina/loader/StandardClassLoaderMBean.java tomcat/trunk/java/org/apache/catalina/

DO NOT REPLY [Bug 49750] WebappClassLoader.validate(name) does not validate javax.servlet.

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49750 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r988222 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2010-08-23 Thread markt
Author: markt Date: Mon Aug 23 17:32:03 2010 New Revision: 988222 URL: http://svn.apache.org/viewvc?rev=988222&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49750 Align WebappClassLoader.validate() implementation with Javadoc and ensure that javax.servlet.* classes can not

DO NOT REPLY [Bug 49780] Sessions getting mixed up

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49780 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #88 from chamith buddhika 2010-08-23 10:16:02 EDT --- (In reply to comment #86) > I am little bit confused here. MBean registration for the component happens > within init(). But it is called as a part of the start() procedur

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #87 from Mark Thomas 2010-08-23 09:53:20 EDT --- (In reply to comment #86) > I am little bit confused here. MBean registration for the component happens > within init(). But it is called as a part of the start() procedure. It

DO NOT REPLY [Bug 49234] JMX Descriptor Modifications

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49234 --- Comment #86 from chamith buddhika 2010-08-23 09:41:38 EDT --- (In reply to comment #85) > When adding child containers, the children need to be initialized. This will > register them with the MBeanServer so they can be configured bef

DO NOT REPLY [Bug 49806] java.net.ConnectException when attempting to open URL via Java code

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49806 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49806] java.net.ConnectException when attempting to open URL via Java code

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49806 --- Comment #2 from Sebastien PRUNIER 2010-08-23 08:40:34 EDT --- Yes this is the error. The server is started and listens on port 8080. Why does this piece of code works with tomcat 5.5.28 and not with 5.5.30 ? Is there a specific conf

DO NOT REPLY [Bug 49806] java.net.ConnectException when attempting to open URL via Java code

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49806 --- Comment #1 from Wesley 2010-08-23 08:37:12 EDT --- (In reply to comment #0) > The following piece of code generates a "java.net.ConnectException: Connection > refused: connect" error : > > URL url = new URL("http://localhost:8080/mya

DO NOT REPLY [Bug 49806] New: java.net.ConnectException when attempting to open URL via Java code

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49806 Summary: java.net.ConnectException when attempting to open URL via Java code Product: Tomcat 5 Version: 5.5.30 Platform: PC OS/Version: Windows Vista Status:

Re: Standard context add parameter

2010-08-23 Thread Wesley Acheson
On Mon, Aug 23, 2010 at 1:07 PM, Mark Thomas wrote: > I would (and have in the past) just add the attribute to the context. Oh right okay thats much easier then. Is there unit tests that need updating too? Regards, Wesley Acheson ---

DO NOT REPLY [Bug 49804] New: Allow Embedded.redirectStreams value to be configurable via System.property

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49804 Summary: Allow Embedded.redirectStreams value to be configurable via System.property Product: Tomcat 6 Version: 6.0.29 Platform: All OS/Version: All Status: N

svn commit: r988079 - in /tomcat/site/trunk: docs/legal.html xdocs/legal.xml

2010-08-23 Thread funkman
Author: funkman Date: Mon Aug 23 11:35:27 2010 New Revision: 988079 URL: http://svn.apache.org/viewvc?rev=988079&view=rev Log: s/Sun Microsystems, Inc/Oracle Corporation/ Modified: tomcat/site/trunk/docs/legal.html tomcat/site/trunk/xdocs/legal.xml Modified: tomcat/site/trunk/docs/legal

Re: Standard context add parameter

2010-08-23 Thread Mark Thomas
On 23/08/2010 00:03, Wesley Acheson wrote: > Hi, I'm trying to put together a patch as per. > http://marc.info/?l=tomcat-user&m=128249845732568&w=2 > > I've put an optional value in StandardContext that I need to check in > org.apache.catalina.connector.Response however I've left the interface > f

Re: Update of legal.html to say oracle?

2010-08-23 Thread Mark Thomas
On 23/08/2010 11:39, Tim Funk wrote: > Not sure if this belongs on legal mailing list or not ... > > Since Sun is no more and owned by Oracle ... does this page need changed > to say Oracle? I believe so, yes. Mark > http://tomcat.apache.org/legal.html > > -Tim -

Update of legal.html to say oracle?

2010-08-23 Thread Tim Funk
Not sure if this belongs on legal mailing list or not ... Since Sun is no more and owned by Oracle ... does this page need changed to say Oracle? http://tomcat.apache.org/legal.html -Tim - To unsubscribe, e-mail: dev-unsubs

DO NOT REPLY [Bug 49802] New: Shutdown of AJP Connector do not work

2010-08-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49802 Summary: Shutdown of AJP Connector do not work Product: Tomcat 7 Version: 7.0.2 Platform: PC OS/Version: Linux Status: NEW Severity: regression Priority: P2

[g...@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2010-08-23 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test has an issue affecting its community integration. This i

svn commit: r988049 - /tomcat/trunk/build.xml

2010-08-23 Thread markt
Author: markt Date: Mon Aug 23 09:47:42 2010 New Revision: 988049 URL: http://svn.apache.org/viewvc?rev=988049&view=rev Log: Fix Gump build Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=988049&r1=988048&r2=9880

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

2010-08-23 Thread markt
Author: markt Date: Mon Aug 23 09:44:10 2010 New Revision: 988047 URL: http://svn.apache.org/viewvc?rev=988047&view=rev Log: Add pom fix Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=

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

2010-08-23 Thread Mark Thomas
On 23/08/2010 10:40, Rainer Jung wrote: > On 23.08.2010 08:47, ma...@apache.org wrote: >> Author: markt >> Date: Mon Aug 23 06:47:16 2010 >> New Revision: 988003 >> >> URL: http://svn.apache.org/viewvc?rev=988003&view=rev >> Log: >> Proposal >> >> Modified: >> tomcat/tc6.0.x/trunk/STATUS.txt >

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

2010-08-23 Thread Rainer Jung
On 23.08.2010 08:47, ma...@apache.org wrote: Author: markt Date: Mon Aug 23 06:47:16 2010 New Revision: 988003 URL: http://svn.apache.org/viewvc?rev=988003&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.or

[g...@vmgump]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2010-08-23 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-validate has an issue affecting its community integration. Th

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

2010-08-23 Thread markt
Author: markt Date: Mon Aug 23 07:35:13 2010 New Revision: 988012 URL: http://svn.apache.org/viewvc?rev=988012&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=988