Re: SEVERE: Exception initializing page context

2007-11-30 Thread Mark Thomas
nil_yadav wrote: > Hello > > I am using Hyperion 9 Portal run by apache Tomcat which is set up on a unix > machine. > At times during login after authentication we get an error as shown below This is a question for the users list. See http://tomcat.apache.org/lists.html Mark

[PROPOSAL] Revert to commons-pool-1.2

2007-12-01 Thread Mark Thomas
All, The update to commons-pool-1.3 has caused a memory leak[1]. Further, [2] suggests it may cause reload issues in some circumstances. The release note [3] for commons-pool-1.3 does indicate a large number of bugs have been fixed compared to commons-pool-1.2. That said, I do not believe we upgr

Re: [PROPOSAL] Revert to commons-pool-1.2

2007-12-02 Thread Mark Thomas
Peter Rossbach wrote: > +1 > > See you a chance the commons dbcp or pool team fix the bug and we can > use a newer version? Looking at the history of the issue, I am guessing not in the short term. I'll see what I can do to help out (if anything) to speed along a 1.4 release. Mark

Re: Error receiving message body -1 2?

2007-12-03 Thread Mark Thomas
Ducky wrote: > Hello, > > I just noticed those following messages in my apache log files, and > wasn't able to find the cause. Any documentations/insights for those > error messages? You are more likely to get a useful response on the users list. http://tomcat.apache.org/lists.html Mark -

Re: Cactus configuration

2007-12-03 Thread Mark Thomas
Nethra Devegowda -X (ndevegow - WIPRO at Cisco) wrote: > How can we configure cactus with web application? > > Please mail me the file sturctures and the contents in the required > files. And the paths . Please don't hi-jack threads. Also, you are more likely to get a useful response on the users

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

2007-12-04 Thread Mark Thomas
Remy Maucherat wrote: > On Mon, 2007-11-26 at 21:09 +, [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Mon Nov 26 13:09:21 2007 >> New Revision: 598430 >> >> URL: http://svn.apache.org/viewvc?rev=598430&view=rev >> Log: >> More license fixes > >> + >> +* Fix another license issue >> + http

Re: FAQ chucking alternatives

2007-12-05 Thread Mark Thomas
Yoav Shapira wrote: > RewriteEngine On > RewriteRule /faq/(.*) http://wiki.apache.org/tomcat/FAQ/$1 [R=301] +1 I am not 100% the mapping will be this simple. It is is, great. If not, we could either map each page or do: RewriteRule /faq/(.*) http://wiki.apache.org/tomcat/FAQ [R=301] Mark

Re: FAQ Chucking last step

2007-12-07 Thread Mark Thomas
Yoav Shapira wrote: > On Dec 7, 2007 9:36 AM, Tim Funk <[EMAIL PROTECTED]> wrote: >> The last step is to archive or delete the existing faq pages .. >> site/trunk/xdocs-faq >> site/trunk/docs/faq (except for .htaccess) >> >> I'm unsure which svn commands to run >> svn delete >> - or - >> svn move T

Re: svn commit: r603074 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2007-12-11 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > that's a good point, one would expect most names to be pooled when it > comes to implicit class loading, although as you say, not a guarantee. > in findClassInternal, we do synchronized(this), so maybe we should not > need to introduce another locking object, when w

Re: Coyote Connector Issue

2007-12-16 Thread Mark Thomas
This is a question for the users list. http://tomcat.apache.org/lists.html Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: trunk development

2007-12-18 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > 1. annotation dependency injection patch How does this compare to http://issues.apache.org/bugzilla/show_bug.cgi?id=43819 ? > 2. cluster JMX configurations +1 > 3. any NIO improvements that haven't been ported +1 Mark

Re: trunk development

2007-12-18 Thread Mark Thomas
David Jencks wrote: > On Dec 18, 2007, at 1:40 PM, Mark Thomas wrote: >> Filip Hanik - Dev Lists wrote: >>> 1. annotation dependency injection patch >> How does this compare to >> http://issues.apache.org/bugzilla/show_bug.cgi?id=43819 ? > > I don't see a

Re: Tagging TOMCAT_NATIVE_1_1_12

2007-12-20 Thread Mark Thomas
jean-frederic clere wrote: > I'll tag the tcnative to 1.1.12. +1 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[CVE-2007-5342] Apache Tomcat's default security policy is too open

2007-12-23 Thread Mark Thomas
handlers = org.apache.juli.FileHandler org.apache.juli.FileHandler.level = FINE org.apache.juli.FileHandler.directory = ${catalina.base}/logs org.apache.juli.FileHandler.prefix = mylog. Credit: This issue was discovered by Delian Krustev. References: http://tomcat.apache.org/security.html Mark Thomas *** Pat

Re: svn commit: r605000 [1/2] - in /tomcat/trunk/java/org/apache: ./ catalina/core/ catalina/deploy/ catalina/security/ catalina/startup/ catalina/util/ jasper/ jasper/compiler/ jasper/runtime/ jasper

2007-12-27 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: fhanik > Date: Mon Dec 17 12:55:56 2007 > New Revision: 605000 > > URL: http://svn.apache.org/viewvc?rev=605000&view=rev > Log: > port new annotation logic from previous trunk -1. With this patch in place I get a whole bunch of ISEs in the logs when I restart a

Re: svn commit: r605000 [1/2] - in /tomcat/trunk/java/org/apache: ./ catalina/core/ catalina/deploy/ catalina/security/ catalina/startup/ catalina/util/ jasper/ jasper/compiler/ jasper/runtime/ jasper

2007-12-27 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Mark Thomas wrote: >> [EMAIL PROTECTED] wrote: >> >>> Author: fhanik >>> Date: Mon Dec 17 12:55:56 2007 >>> New Revision: 605000 >>> >>> URL: http://svn.apache.org/viewvc?rev=605000&vie

Re: svn commit: r605000 [1/2] - in /tomcat/trunk/java/org/apache: ./ catalina/core/ catalina/deploy/ catalina/security/ catalina/startup/ catalina/util/ jasper/ jasper/compiler/ jasper/runtime/ jasper

2008-01-01 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > ok, this should take care of the problem, sorry for the delay Delay? That was pretty speedy ;) Your change fixes the problem I was seeing. Veto withdrawn. Mark - To unsubscribe, e-mail: [EMAIL

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

2008-01-03 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > + -1: fhanik - lets not do e.printStackTrace, handle the error and log it > correctly, Fair point. I'll fix that. also, have the diff only change lines that are actually changed. makes it easier to review Which lines do you mean? The diff looks normal to me. Mark

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

2008-01-04 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Mark Thomas wrote: >> [EMAIL PROTECTED] wrote: >> >>> + -1: fhanik - lets not do e.printStackTrace, handle the error and >>> log it correctly, >>> >> >> Fair point. I'll fix that. >> >>

Re: new year, new version? 6.0.16

2008-01-04 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > we have a lot of updates added in, I think it may be good to set a date > for our next release and work towards that +1. There are a stack of changes (both committed and proposed) for 5.5.x as well. It would be good to plan a 5.5.x release as well. I'll also do a

Re: svn commit: r469360 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2006-10-31 Thread Mark Thomas
Remy Maucherat wrote: > Maybe it doesn't hurt much, but I'm not that happy about it anyway. Can > I redo it a bit in 6.0 ? Of course. As long as the bug is fixed I have no preference for who actually writes the code ;) If I find time to port the handful of patches I have for TC6 then I'll include

Re: Locale difference with Console and Windows Service

2006-11-03 Thread Mark Thomas
maxt wrote: > Further to the below, the same situation applies to the use of the Robot > class - keystrokes appear correctly when using the Console, but nothing > happens when using the Service. > > Max Both your questions belong on the users list as per http://tomcat.apache.org/lists.html Pleas

Re: svn commit: r471306 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/StandardSession.java webapps/docs/changelog.xml

2006-11-04 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Sat Nov 4 16:33:02 2006 >> New Revision: 471306 > > I think you should use the strict compliance flag, as only 2 people need > activity checking. Good idea. One commit coming up. Mark --

Re: Extracting SSL information from servlet

2006-11-08 Thread Mark Thomas
Andrew Friebel wrote: > I hope I have submitted this question via the correct mechanism. I am afraid not. This is a question for the Tomcat users list since it relates to development of *with* Tomcat. The dev list is for matters relating to the development *of* Tomcat. A small but important diffe

Re: New 6.0.x build

2006-11-08 Thread Mark Thomas
Remy Maucherat wrote: > Filip Hanik - Dev Lists wrote: >> sure, where do you have them, or do you want me to run a build against >> the tag? > > The usual location at www/www.apache.org/dist/tomcat-6/v6.0.1. For the > next build, I'll have a new key, and I'll be using gpg instead. We should not b

Re: svn commit: r471309 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/StandardSession.java webapps/docs/changelog.xml

2006-11-08 Thread Mark Thomas
Sandy McArthur wrote: > Attached is what I think may be an even more improved fix for 37356. > It does away with the accessCount which should make Remy happy. > It should prevent sessions currently in use from expiring which should > make those other 2 people and myself happy. > It doesn't add any

[PROPOSAL] Move all facade classes to a dedicated package

2006-11-14 Thread Mark Thomas
All, The root cause of bug 40770[1] is that the default catalina.policy file does not permit reflection on the Tomcat facade classes which are exposed to applications as HttpServletRequest, HttpSession etc. The necessary permissions to enable reflection can only be granted per package. Granting t

Re: [PROPOSAL] Move all facade classes to a dedicated package

2006-11-15 Thread Mark Thomas
Rainer Jung wrote: > I added a comment concerning a little experiment I did to > > https://issues.apache.org/jira/browse/VELTOOLS-66 > > Regards, > > Rainer Thanks for this. I was planning to do this tonight but you saved me the effort. On this basis, I am going to close the Tomcat bug as inval

StandardManager behaviour when webapp stopped

2006-11-25 Thread Mark Thomas
Bug 40593 [1] has raised the following question: When a web app with valid sessions is stopped and the StandardManager is configured not to serialize the sessions what, if anything, should the container do in this case? As far as I can tell from the spec, the container behaviour in these circumst

Re: StandardManager behaviour when webapp stopped

2006-11-26 Thread Mark Thomas
Remy/Filip, Thanks for your input. I'll update the bug report with a brief summary and come back to this later. Mark Filip Hanik - Dev Lists wrote: > You can still cluster just using AOP without ever involving the manager, > hence such solutions would be affected by this new behavior. > at most,

Re: svn commit: r483329 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2006-12-07 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Wed Dec 6 18:51:40 2006 >> New Revision: 483329 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=483329 >> Log: >> Ensure accept-language header conforms to RFC 2616 and ignore it if it >> doesn't > > I think a "for" l

Re: svn commit: r483329 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/connector/Request.java webapps/docs/changelog.xml

2006-12-07 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> Fair point. I'll apply an updated patch shortly. > > I can do it too if you don't have time (since I'm the one who's > suggesting the change). Since you are offering, I am

Re: Support for JAAS credentials

2006-12-11 Thread Mark Thomas
Shivaraj Tenginakai wrote: > I have an outline implementation, that by extending FormAuthenticator, > allows for (more) complete JAAS support in Tomcat. From what I can tell > using Google, it could be useful for others too. > > I would appreciate, if I can be pointed towards the RFC process, for

Re: svn commit: r486005 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/connector/Request.java catalina/src/share/org/apache/catalina/session/PersistentManagerBase.java webapps

2006-12-13 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Rainer Jung wrote: >> My impression now is, that we should backout the commit and the user >> should instead first try to use the existing Valve as described by Peter. > I agree, > Filip That sounds like the right way forward to me. I'll revert my commit later toda

Re: [VOTE] Release build 6.0.6 as alpha

2006-12-16 Thread Mark Thomas
Remy Maucherat wrote: > Hi, > > The vote is to release Apache Tomcat 6.0.6 as alpha. > The build is located here: http://people.apache.org/~remm/tomcat-6/v6.0.6/ +1 I keep meaning to say great job on the new build. Much faster than 5.5.x Mark ---

Re: [VOTE] Release build 6.0.6 as alpha

2006-12-16 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> Remy Maucherat wrote: >>> Hi, >>> >>> The vote is to release Apache Tomcat 6.0.6 as alpha. >>> The build is located here: >>> http://people.apache.org/~remm/tomcat-6/v6.0.6/ >> >> +1 &

Re: svn commit: r489910 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2006-12-24 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: markt > Date: Sat Dec 23 10:07:34 2006 > New Revision: 489910 > > URL: http://svn.apache.org/viewvc?view=rev&rev=489910 > Log: > Make ApplicationDispatcher thread safe. After a very long thread on the users > list (http://marc.theaimsgroup.com/?t=11655879003

Re: svn commit: r489910 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2006-12-25 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> >> Just a heads up that this commit appears to have broken the admin >> webapp. I am taking a look now... > > Filip fixed the algorithm, at least in 6.0.x. Did you look at his fix ? > > Rémy I saw Filip's

Re: Please review the fix I just committed to Bugzilla 40326

2006-12-25 Thread Mark Thomas
Yoav Shapira wrote: > http://issues.apache.org/bugzilla/show_bug.cgi?id=40326 points out > that DefaultServlet uses File#deleteOnExit which is indeed evil. I > took a look at the code, it seemed like a simple alternative was > available, so I went ahead and made the change. However, I'm not an >

Re: [VOTE] Release build 6.0.7 as alpha

2006-12-25 Thread Mark Thomas
Remy Maucherat wrote: > Hi, > > I've uploaded a new 6.0.7 build at > http://people.apache.org/~remm/tomcat-6/v6.0.7/ which may be released as > alpha. > > Votes ? +1 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: svn commit: r491619 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2007-01-03 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Mon Jan 1 11:31:29 2007 >> New Revision: 491619 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=491619 >> Log: >> Port RD thread safety patch from TC5 > > I don't see any justification for this at the moment. Any furt

Re: svn commit: r496022 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServlet.java

2007-01-14 Thread Mark Thomas
Tim Funk wrote: > Is this screaming XSS attack? > > Since javadocs in getRequestURI() say ... "The web container does not > decode this String" It would be if it wasn't for line 177 of o.a.c.valves.ErrorReportValve which does: String message = RequestUtil.filter(response.getMessage()); Mark --

Re: svn commit: r496022 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServlet.java

2007-01-14 Thread Mark Thomas
Tim Funk wrote: > Sweet - I thought that was the case. [But wanted to make sure.] > > -Tim Better safe than sorry ;) Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem running tomcat with war file, deployed with eclipse and s pring

2007-01-16 Thread Mark Thomas
SOF - Dragone Jose Luis wrote: > Please , I need help ! Please use the users list for questions like this. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Release build 6.0.8 as alpha

2007-01-18 Thread Mark Thomas
Remy Maucherat wrote: > http://people.apache.org/~remm/tomcat-6/v6.0.8/ > > Votes ? +1 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Fix for old SAX issue causing bug 40356

2007-01-20 Thread Mark Thomas
Hi, Can anyone remember anything about the SAX bug referred to in this commit? http://marc.theaimsgroup.com/?l=tomcat-dev&m=105096762802715&w=2 The fix appears to be the cause of http://issues.apache.org/bugzilla/show_bug.cgi?id=40356 I have spent some time searching various archives no no avail

Re: Fix for old SAX issue causing bug 40356

2007-01-21 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> Hi, >> >> Can anyone remember anything about the SAX bug referred to in this >> commit? >> http://marc.theaimsgroup.com/?l=tomcat-dev&m=105096762802715&w=2 > > No, but there's nothing in the spec wh

Re: svn commit: r498053 - in /tomcat/container/tc5.5.x/catalina: build.xml src/share/org/apache/catalina/core/StandardWrapper.java

2007-01-22 Thread Mark Thomas
Tim Funk wrote: > Does this introduces a new dependency on the jsp-api - which could be a > regression for people who embed tomcat without using jsp's. Yes, it does add an additional dependency. I didn't consider the embedded use case. > Also the checking is not that aggressive any more in the ca

Re: Possible javax.servlet.http.HttpServlet bugs, and where to report them?

2007-01-24 Thread Mark Thomas
Jan Luehe wrote: > Hi Mike, > > thanks for your comments, which I have recorded at: > > https://servlet-spec-eg.dev.java.net/issues/show_bug.cgi?id=40 Jan - is it possible to get read access to this? Cheers, Mark - To unsubs

Re: Possible javax.servlet.http.HttpServlet bugs, and where to report them?

2007-01-25 Thread Mark Thomas
Jan Luehe wrote: > please go to https://servlet-spec-eg.dev.java.net/ > and request observer role. I tried by I can't access any of the project. My id is medthomas. Could you forward the request for me? Many thanks, Mark - To

Re: New 6.0.x build

2007-01-26 Thread Mark Thomas
Remy Maucherat wrote: > Hi, > > I think it would be a good idea early next week (possibly late monday) > to do a new build and integrate the client cert fix I did a little bit > earlier. I have seen a possible fix to do for NIO as well (41466). > > Comments ? Sounds good. I have a handful of pat

Re: svn commit: r500716 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardWrapper.java java/org/apache/catalina/valves/ErrorReportValve.java webapps/docs/changelog.xml

2007-01-28 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Sat Jan 27 16:55:24 2007 >> New Revision: 500716 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=500716 >> Log: >> Port fix bug 39088 that prevents infinite loops when an exception is >> thrown the returns itself for ge

Re: svn commit: r500716 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardWrapper.java java/org/apache/catalina/valves/ErrorReportValve.java webapps/docs/changelog.xml

2007-01-28 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> An alternative approach that has since occurred to me is to modify >> JspException in the same way as ServletException so the standard >> exception chaining is always used. This would enable getCause to be >> used in all ca

Re: svn commit: r500716 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardWrapper.java java/org/apache/catalina/valves/ErrorReportValve.java webapps/docs/changelog.xml

2007-01-29 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> Fair enough. My biggest concern was the lack of JspException >> unwrapping. The SQLException support was a nice to have but I'm not >> that bothered about it. > > I never used the SQL exception nesting, so I don

Re: New 6.0.x build

2007-01-30 Thread Mark Thomas
Remy Maucherat wrote: > Remy Maucherat wrote: >> Hi, >> >> I think it would be a good idea early next week (possibly late monday) >> to do a new build and integrate the client cert fix I did a little bit >> earlier. I have seen a possible fix to do for NIO as well (41466). >> >> Comments ? > > Ok,

Bugzilla noise

2007-01-30 Thread Mark Thomas
Sorry for the noise. Some muppet has been randomly editing bugs. I believe I have corrected all their changes. I'll ping infra to let them know in case the damage has been more wide spread. Mark - To unsubscribe, e-mail: [EMAIL P

Re: [OT] Problems with [EMAIL PROTECTED]

2007-01-31 Thread Mark Thomas
Mladen Turk wrote: > Hi, > > Few days ago I changed my email address for Tomcat Users List > with standard unsubscribe/subscribe, and although I can receive > messages, send messages, I cannot see the messages send by me. > (mladen_dot_turk_at_gmail_dot_com) > > It looks others can see the messag

Re: Configuring TOMCAT APACHE 5.5.9 to MULTI APPLICATION

2007-01-31 Thread Mark Thomas
Guershon Marc wrote: > Hello, > > I would like to know what are the changing to do in the configuration > files (and which files are they ?) of the TOMCAT APACHE 5.5.9 to make > it enable to multi-application work, > so more than one application can use the same instance of the APACHE. This is

Re: [VOTE] Release build 6.0.9 as alpha

2007-02-02 Thread Mark Thomas
Remy Maucherat wrote: > Candidate binaries are available here: > http://people.apache.org/~remm/tomcat-6/v6.0.9/ > > Votes ? alpha +1 Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: Let's get 5.5.21 out the door...

2007-02-02 Thread Mark Thomas
Remy Maucherat wrote: > Mladen Turk wrote: >> If you think its a PITA, don't do it. > > Apparently, it has to be done that way. I think it's a PITA because it > does take a lot of time (every vote needs a few days, etc). The bit that has to be done (ie is mandated by Apache rules) is a vote by th

Re: Let's get 5.5.21 out the door...

2007-02-02 Thread Mark Thomas
Yoav Shapira wrote: > Hi, > > On 2/2/07, Mark Thomas <[EMAIL PROTECTED]> wrote: >> Given that a -1 vote is not valid for a release vote, as soon as we > > Umm, why is a -1 not valid for a release? Standard Apache procedure as per http://www.apache.org/f

Re: Let's get 5.5.21 out the door...

2007-02-03 Thread Mark Thomas
Yoav Shapira wrote: > Hi, > > On 2/2/07, Mark Thomas <[EMAIL PROTECTED]> wrote: >> Yoav Shapira wrote: >> > Hi, >> > >> > On 2/2/07, Mark Thomas <[EMAIL PROTECTED]> wrote: >> >> Given that a -1 vote is not valid for a release vote

Re: Let's get 5.5.21 out the door...

2007-02-03 Thread Mark Thomas
Remy Maucherat wrote: > I am ok with changing the release process if something simpler is > possible. I am interested in speeding up the process by cutting back on > the number of votes. > > The process would be: > 1. create tarball and unofficial binaries, put them on > people.apache.org/~remm/to

Re: [VOTE] 6.0.x release process update

2007-02-04 Thread Mark Thomas
Remy Maucherat wrote: > Hi, > > I propose the following release process for Tomcat 6.0.x: > > 1. create tarball and unofficial binaries, put them on > people.apache.org/~remm/tomcat-6 > 2. announce candidate binaries are available for testing > 3. wait 2-3 days for testing > 4. call for alpha/bet

Re: 5.5.21 build failed

2007-02-06 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > oops, wasn't clear enough. > I don't have the bandwidth to track down this issue right now, if > someone wants to go in and fix the build dependencies so that the > AprEndpoint class indeed is in the classpath when the AJP connector gets > compiled Looks like it co

Re: 5.5.21 build failed

2007-02-06 Thread Mark Thomas
Mark Thomas wrote: > Filip Hanik - Dev Lists wrote: >> oops, wasn't clear enough. >> I don't have the bandwidth to track down this issue right now, if >> someone wants to go in and fix the build dependencies so that the >> AprEndpoint class indeed is in the

Proposed new security pages

2007-02-15 Thread Mark Thomas
All, I have started to put together some additional security pages based on httpd. I have only added text for a couple vulnerabilities but the plan is to include all those in the CVE list plus any I can find in the archives. The draft is currently on people.a.o at http://people.apache.org/~markt/

Re: [VOTE] Release build 6.0.10

2007-02-22 Thread Mark Thomas
Remy Maucherat wrote: >> According to the (slightly) updated release process, the 6.0.10 tag is: >> [ ] Broken >> [ ] Alpha >> [ ] Beta >> [X] Stable > > So far, there are 3 binding votes for stable (with one from an inactive > committer), and 1 for beta. While a beta or stable release could legal

Re: [VOTE] Release build 5.5.22

2007-02-22 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Ok folks, for those that want to see the 5.0.22, please provide some > feedback. > Without votes, I can't push out a release. > > Filip > > Filip Hanik - Dev Lists wrote: >> Candidate binaries are available here: >> http://people.apache.org/~fhanik/tomcat/tomcat-5

Re: Proposed new security pages

2007-02-26 Thread Mark Thomas
Ian Darwin wrote: > Good stuff. Minor typo in the 5-x page: > >>If directory listings are enabled, >>a diretcory listing will be shown. Thanks. Fixed. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: [VOTE] New committer: Fabian Carrion

2007-03-01 Thread Mark Thomas
Remy Maucherat wrote: > Hi, > > I'd like to nominate Fabian Carrion as a committer on the Apache Tomcat > project. Fabian contributed many useful patches, including helping add > support for Servlet 2.5 in Apache Tomcat 6.0. > > Votes ? +1 Mark

Spec conflict between ServletResponse.getWriter() and ServletResponse.reset()

2007-03-01 Thread Mark Thomas
Looking into bug 37072 has identified a conflict in the spec. http://issues.apache.org/bugzilla/show_bug.cgi?id=37072 Consider the following sequence of calls: response.setCharacterEncoding("UTF-8"); response.getWriter(); response.reset(); After this the writer encoding and response encoding do

Re: svn commit: r513601 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2007-03-02 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Thu Mar 1 18:38:26 2007 >> New Revision: 513601 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=513601 >> Log: >> Port fix for bug 41739. Servlets with a load-on-startup value of zero >> should be loaded first. > > I

Re: Spec conflict between ServletResponse.getWriter() and ServletResponse.reset()

2007-03-02 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> Looking into bug 37072 has identified a conflict in the spec. >> http://issues.apache.org/bugzilla/show_bug.cgi?id=37072 >> >> Consider the following sequence of calls: >> >> response.setCharacterE

Re: Proposed new security pages

2007-03-02 Thread Mark Thomas
Jean-Frederic wrote: > On Thu, 2007-02-15 at 22:34 -0500, Mark Thomas wrote: >> Any comments before I commit these changes to the live site? > > Add a mod_jk Apache Tomcat JK Done, with information about the recently announc

Re: [VOTE] Release build 5.5.23

2007-03-03 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > [ ] Broken > [ ] Alpha > [ ] Beta > [X] Stable Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Release build 5.5.23 - Take 2

2007-03-05 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Due to a recent screw up, my binaries didn't match the tag in SVN. This > has been corrected. > A new build has been run from the tag, the TCK tests have all been run > and passed. > > Candidate binaries are available here: > http://people.apache.org/~fhanik/tomcat

Re: [VOTE] Release build 5.5.23 - Take 2

2007-03-05 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Mark Thomas wrote: >> Filip Hanik - Dev Lists wrote: >> Tag is stable but the source distro has a few things that it shouldn't >> as reported in http://issues.apache.org/bugzilla/show_bug.cgi?id=41766 >> >> - apache-tomcat-5

Re: Should we release mod_jk 1.2.21.1 or 1.2.22?

2007-03-11 Thread Mark Thomas
Rainer Jung wrote: > [ ] Try to improve the header files for a 1.2.21.1 > [X] Simply release 1.2.22 > [ ] Don't release at all, wait for more fixes or features before releasing. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: svn commit: r519367 - /tomcat/connectors/trunk/jni/

2007-03-17 Thread Mark Thomas
Mladen Turk wrote: > [EMAIL PROTECTED] wrote: >> Modified: >> tomcat/connectors/trunk/jni/ (props changed) >> >> Propchange: tomcat/connectors/trunk/jni/ >> -- >> >> --- svn:ignore (added) >> +++ svn:ignore Sat Mar 17

[VOTE] Release Tomcat 4.1.35

2007-03-18 Thread Mark Thomas
All, Please vote on releasing Apache Tomcat 4.1.35. Download from: http://tomcat.apache.org/dev/dist/tomcat-4.1.35/apache-tomcat-4.1.34-src.tar.gz The standard distributions are also available from the same directory. The vote will run for approximately 72 hours. Tomcat 4.1.35 is: [ ] Stable [

Re: [VOTE] Release Tomcat 4.1.35

2007-03-18 Thread Mark Thomas
Mark Thomas wrote: > Tomcat 4.1.35 is: > [X] Stable > [ ] Beta > [ ] Alpha Here's my vote to kick things off. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Release Tomcat 4.1.35

2007-03-18 Thread Mark Thomas
Yoav Shapira wrote: > Hi, > > On 3/18/07, Mark Thomas <[EMAIL PROTECTED]> wrote: >> Please vote on releasing Apache Tomcat 4.1.35. >> >> Download from: >> http://tomcat.apache.org/dev/dist/tomcat-4.1.35/apache-tomcat-4.1.34-src.tar.gz >> > &g

[VOTE] [CORRECTION] Release Tomcat 4.1.35

2007-03-18 Thread Mark Thomas
*** Please note the corrected file name. *** All, Please vote on releasing Apache Tomcat 4.1.35. Download from: http://tomcat.apache.org/dev/dist/tomcat-4.1.35/apache-tomcat-4.1.35-src.tar.gz The standard distributions are also available from the same directory. The vote will run for approxima

Re: [VOTE] [CORRECTION] Release Tomcat 4.1.35

2007-03-18 Thread Mark Thomas
Mark Thomas wrote: > Tomcat 4.1.35 is: > [X] Stable > [ ] Beta > [ ] Alpha Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] [CORRECTION] Release Tomcat 4.1.35

2007-03-24 Thread Mark Thomas
Mark Thomas wrote: > Mark Thomas wrote: >> Tomcat 4.1.35 is: >> [X] Stable >> [ ] Beta >> [ ] Alpha I am withdrawing my vote for this release and the release candidate as the build appears to be bad (the wrong mx4j.jar is used). I haven't as yet got to the bott

Re: Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread Mark Thomas
Yoav Shapira wrote: > Hi, > The svn:externals hookup for svn.apache.org/repos/asf/tomcat/current > points to the 5.5 branch trunk, as it has been for a while. No it doesn't. /current contains three directories one for each of tc3, tc4, tc5. It is intended to provide a convenient single checkout fo

Re: Make 6.x trunk the "current" svn:externals link?

2007-03-25 Thread Mark Thomas
Yoav Shapira wrote: > On 3/25/07, Mark Thomas <[EMAIL PROTECTED]> wrote: >> Since tc6 is a single component, there is no need to provide such a >> directory. > > I wonder if we should still have current/tc6 for consistency. -0. I can see the benefit of consistenc

Re: Reload web application from web application

2007-03-27 Thread Mark Thomas
olav wrote: > I'm searching for a method to reload my web application from within the web > app. Like a html-button that trigger something that reloads my web app when > the user clicks it. Annyone know a good way to do this? This is a question for the users list. Mark --

Re: TC 6.0.X SVN repo

2007-03-31 Thread Mark Thomas
Mladen Turk wrote: > Hi, > > I have deleted and added as external trunk/native/connector, > because there is no reason to have that duplicated. > Perhaps the similar (via external) can be done for > org/apache/tomcat/jni as well. > > Comments? I like removing the duplication. The problem with do

Re: svn commit: r524667 - /tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_35/servlet2.3-jsp1.2-tc4.x/

2007-04-01 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: markt > Date: Sun Apr 1 13:30:12 2007 > New Revision: 524667 > > URL: http://svn.apache.org/viewvc?view=rev&rev=524667 > Log: > Tagging 4.1.35 > > Added: > > tomcat/servletapi/tags/servlet2.3-jsp1.2-tc4.x/TOMCAT_4_1_35/servlet2.3-jsp1.2-tc4.x/ > - co

[VOTE] Release Tomcat 4.1.36

2007-04-01 Thread Mark Thomas
All, Please vote on releasing Apache Tomcat 4.1.36. Download from: http://tomcat.apache.org/dev/dist/apache-tomcat-4.1.36-src.tar.gz The standard distributions are also available from the same location. The vote will run for approximately 72 hours. Tomcat 4.1.36 is: [ ] Stable [ ] Beta [ ] Alp

Re: [VOTE] Release Tomcat 4.1.36

2007-04-03 Thread Mark Thomas
Mark Thomas wrote: > Tomcat 4.1.36 is: > [X] Stable > [ ] Beta > [ ] Alpha Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[RESULT][VOTE] Release Tomcat 4.1.36

2007-04-07 Thread Mark Thomas
Mark Thomas wrote: > Tomcat 4.1.36 is: > [ ] Stable > [ ] Beta > [ ] Alpha There were 3 votes for stable (Remy, Yoav and me) and no other votes so 4.1.36 is approved for release as stable. I'll start this process now and send out the notice once the mirrors have had a chan

[ANN] Apache Tomcat 4.1.36 stable is released

2007-04-07 Thread Mark Thomas
The Apache Tomcat team is proud to announce the immediate availability of Tomcat 4.1.36 stable. This build contains numerous library updates, a small number of bug fixes and two important security fixes. Apache Tomcat is an implementation of the Java Server Pages 1.2 and Java Servlet 2.3 specifica

Re: Tomcat Configuration.

2007-04-09 Thread Mark Thomas
Abhinay Kartik Reddyreddy wrote: > Hi, > > I am working on web-services(jaxrpc) and trying to set up the tomcat server > so that the server processes only two requests concurrently, the third > request should be dropped if it occurs at the time of processing the first 2 > requests. > how do i con

Re: Tomcat Embedded - Where do I start?

2007-04-16 Thread Mark Thomas
risky57 wrote: > can anyone point me in the right direction? The users list. See http://tomcat.apache.org/lists.html Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Administration

2007-04-17 Thread Mark Thomas
Venkata Naveen wrote: > where to get the tomcat admin package, and how to install that admin into > the tomcat directory. > > please help me friends... Please use the users list http://tomcat.apache.org/lists.html - To unsubscri

Re: svn commit: r529818 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/compiler/Validator.java webapps/docs/changelog.xml

2007-04-17 Thread Mark Thomas
Remy Maucherat wrote: > Remy Maucherat wrote: >> If REQUEST_TIME_VALUE should be set for EL too > > The javadoc for getAttribute in TagData indicates it should be set for > EL too. Yep. I was looking at JSP.13.9.9.3 > I recommend this patch instead for TC 6.0: Thanks. I'll take another look at th

Re: Files at tomcat.apache.org have wrong permission

2007-04-18 Thread Mark Thomas
Mladen Turk wrote: > Hi, > Some files on /x1/www/tomcat.apache.org > have 0644, instead 0664 and are owned by markt. > > Mark can you change those the files to a correct permission? Fixed. Sorry. Mark - To unsubscribe, e-mail:

<    1   2   3   4   5   6   7   8   9   10   >