RE: [PATCH] Catalina CGIServlet broken redirects

2005-10-16 Thread Mark Thomas
Patrick, Thanks for your contribution. However, the mailing list doesn't like attachments. Please can you open a Bugzilla item for this and attach your patch to that? Thanks, Mark _ From: May, Patrick [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 7:55 PM To: 'tomcat-

RE: Sandbox ?

2005-10-19 Thread Mark Thomas
Done. See http://svn.apache.org/repos/asf/tomcat/sandbox/ Mark > -Original Message- > From: Costin Manolache [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 19, 2005 6:33 AM > To: Tomcat Developers List > Subject: Sandbox ? > > Hi, > > Could someone who understand svn make a /sand

RE: [Fwd: Tomcat 3.3 points to the wrong location from the download page]

2005-10-26 Thread Mark Thomas
Fixed. Will be visible on the web site shortly. Mark > -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 26, 2005 7:08 PM > To: Jakarta Project Management Committee List > Subject: [Fwd: Tomcat 3.3 points to the wrong location from > the downl

Re: New Valve Development

2005-11-02 Thread Mark Thomas
Tom E. Cole wrote: I have developed a new Valve (which I call the DBAccessLogValve). It is similar to the AccessLogValve, other than it logs values to a database table rather than writing it to a log file. Many of the configuration options are exactly the same as the standard AccessLogValve, with

Re: tomcat source / eclipse project

2005-11-03 Thread Mark Thomas
I have something like this for TC5 & TC4. I do keep the files up to date because I use them every time I look at Tomcat code. I need to migrate my development areas from the old CVS structure to the SVN set-up. Once I have updated my eclipse files, I'll add them to the repo. Anyone object to

Re: tomcat source / eclipse project

2005-11-04 Thread Mark Thomas
Done. Mark Ian Darwin wrote: Mark Thomas wrote: I have something like this for TC5 & TC4. I do keep the files up to date because I use them every time I look at Tomcat code. I need to migrate my development areas from the old CVS structure to the SVN set-up. Once I have updated my ecl

Re: tomcat source / eclipse project

2005-11-06 Thread Mark Thomas
Peter Rossbach wrote: Hey Mark, I think we must correct the absolut Lib Paths inside all .classpath. Set a Eclipse Variable to the base.path repository and use this jars instead. Didn't know you could do this. I have updated the .classpaths accordingly. I am not sure that all jar versions

Re: svn commit: r331062 - in /tomcat/sandbox/java/org/apache/coyote: ./ adapters/ standalone/

2005-11-06 Thread Mark Thomas
Bill Barker wrote: What I'm looking for is a clear statement from the Tomcat PMC about MPL compatibility. The short answer is we can distribute unmodified MPL licenced binaries with some caveats. See Special Order 6B in this link. http://www.apache.org/foundation/records/minutes/2005/board_mi

Re: svn commit failed

2005-11-07 Thread Mark Thomas
Tim Funk wrote: I was trying to update the faq and on commit I get: svn: Commit failed (details follow): svn: MKACTIVITY of '/repos/asf/!svn/act/cbfb08b7-fd04-0410-812a-daddc51de6cc': 403 Forbidden (http://svn.apache.org) I (think I) have the correct ID and password. Am I missing karma? -Ti

Re: [OTAnn] Feedback

2005-11-07 Thread Mark Thomas
shenanigans wrote: I was interested in getting feedback from current mail group users. We have mirrored your mail list in a new application that provides a more aggregated and safe environment which utilizes the power of broadband. Did you ask anyone at Apache before doing this or did you just

Re: [OTAnn] Feedback

2005-11-07 Thread Mark Thomas
shenanigans wrote: It?s free to join and any feedback would be appreciated. One more thing, all the svn commit messages appear to be missing. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: svn commit: r331870 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/DefaultServlet.java

2005-11-08 Thread Mark Thomas
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: markt Date: Tue Nov 8 11:32:28 2005 New Revision: 331870 URL: http://svn.apache.org/viewcvs?rev=331870&view=rev Log: Simple part of fix for bug 37150 based on profiler output. Doesn't fix the major culprit. Needs more work. This bug r

Re: svn commit: r331870 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/DefaultServlet.java

2005-11-08 Thread Mark Thomas
Remy Maucherat wrote: It's a directory listing, how can this be fast, or even useful besides for casual users ? At the moment, directory listings with large numbers of entries = DOS threat. Whatever we do, this is a valid security issue and we need to deal with it. I think I can optimise th

Re: DO NOT REPLY [Bug 37150] - denial of service on many and long requests on v5.5.x

2005-11-08 Thread Mark Thomas
--- Additional Comments From [EMAIL PROTECTED] 2005-11-08 23:45 --- (In reply to comment #5) The abstraction layer will make directory listings expensive (actually, directory listings in Java are going to be expensive regardless), so I don't see how this can be optimized. Looking at the

[Fwd: Re: svn commit failed]

2005-11-12 Thread Mark Thomas
x27;s the correct settings to connect to SVN from Eclipse to get Tomcat 5, Jasper and JTC (as a commiter of course) ? Regards and thanks for your advices 2005/11/7, Mark Thomas <[EMAIL PROTECTED]>: Tim Funk wrote: I was trying to update the faq and on commit I get: svn: Commit failed (

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread Mark Thomas
The command line build doesn't check out this directory, it checks out the jasper2 directory. That is why the .project & .classpath files were created one level lower down. Are you using the latest build.xml (http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x/resources/build.xml)? Mark [E

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread Mark Thomas
Costin Manolache wrote: I'll fix this, sorry - I think I have made few changes to my properties. What is "svn co .../current" doing - I was using this before realizing that current doesn't work in eclipse, never used resources/build.xml It is using svn:externals to bring the various modules to

Repo clean up

2005-11-12 Thread Mark Thomas
Back we I was doing the SVN migration, a clean-up of our code base was briefly mentioned. At the time, I said I would start a thread to gather candidates for clean-up once the migration was complete. Since the migration is complete, this is the thread. I will post a question to the infra@ list

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-12 Thread Mark Thomas
Costin Manolache wrote: What is "svn co .../current" doing - I was using this before realizing that current doesn't work in eclipse, never used resources/build.xml It is using svn:externals to bring the various modules together under a single directory. See the svn manual for an explanation of

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-13 Thread Mark Thomas
Costin Manolache wrote: I'm confused - build.xml seems to checkout the real dirs, not current - I found no reference to current/ in build.xml I think that makes two of us ;) You are right. We could change build.xml to use current. I'll test this and if it works, make the change. I am going to

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-13 Thread Mark Thomas
Mark Thomas wrote: I had to add https://svn.apache.org/asf/repos/tomcat to my list of Should be https://svn.apache.org/repos/asf/tomcat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: svn commit: r332806 - in /tomcat/jasper/tc5.5.x: .classpath .project

2005-11-13 Thread Mark Thomas
Costin Manolache wrote: How are you making subclipse see the project ? Team->share doesn't do it for me. I had to add https://svn.apache.org/asf/repos/tomcat to my list of repositories in Subclipse SVN repository view. Once I did that, it all just worked. What version are you using ? I have

Missing MD5 and PGP

2005-11-16 Thread Mark Thomas
The signatures for 5.5.12 embedded are missing from the download area. Can whoever released 5.5.12 (Yoav?) create and upload them please? Thanks, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: Labels in SVN ?

2005-11-20 Thread Mark Thomas
Costin Manolache wrote: What I want is to be able to do "cvs diff -r my_label_before_sandbox_copy", so I can see what changed. I want to keep my experiments in the sandbox - instead of a branch. Costin Copies are cheap in SVN, so tags are just copies. And in a similar manner to CVS branches a

Re: SVN oddities with "current" link

2005-11-22 Thread Mark Thomas
Yoav Shapira wrote: Hi, I like checking out the current link ( https://svn.apache.org/repos/asf/tomcat/current/tc5.5.x) which uses svn externals to grab the container, build, connectors, etc. It's nice and convenient. But for committing and updating, it kind of sucks. Doing an "svn commit" or "s

Re: SVN oddities with "current" link

2005-11-22 Thread Mark Thomas
Costin Manolache wrote: Well, can't stop myself: The right solution is to stop playing SVN tricks, and just reorganize the code as a single codebase instead of 4 (or 5). So my question remains: can we _move_ build, connectors, etc as subdirs in a single svn tree, while preserving some file hist

getContext() - spec interpretation

2005-11-24 Thread Mark Thomas
All, I have been looking at bug 13040 and reviewing the current getContext() implementation. I saw Remy's comment from some time ago when fixing some related bugs (http://marc.theaimsgroup.com/?l=tomcat-dev&m=106008981803343&w=2) that this would be better if the spec mandated that the paramet

Re: getContext() - spec interpretation

2005-11-27 Thread Mark Thomas
Bill Barker wrote: I can't really dispute the interpretation of the spec, but the change is likely to break many more webapps then it fixes :(. I thought this too. However, I think we should implement the spec as is. If we start relaxing it here, then where else do we relax it? If other Servl

Re: getContext() - spec interpretation

2005-11-27 Thread Mark Thomas
Mark Thomas wrote: The complications I referred to in the SSI commit are: 1. The definition of uripath says it is a context path which for the root context would be "". In the method description it says uripath must always start with "/". This is not consistent. 2. The d

Re: Repo clean up

2005-11-28 Thread Mark Thomas
Later than I originally intended. Sorry. The candidates for clean up are: connectors/naming connectors/webapp connectors/jk/native2 container/branches/tc4.1.x/jasper/ Clean up == deletion. The nature of svn is such that we can undelete things very easily if any of this turns out to be a big mis

Re: getContext() - spec interpretation

2005-11-29 Thread Mark Thomas
Jan, Jan Luehe wrote: Hi Mark, I agree the current javadocs of ServletContext.getContext() are ambiguous, and I agree we need to present this case to the Servlet EG. Maybe there is a small chance to have this resolved in the Servlet 2.5 timeframe ... I think it would be more useful to have t

Re: getContext() - spec interpretation

2005-11-30 Thread Mark Thomas
Jan, This looks good to me. I have patches ready to go for TC4 and TC5. They are based on the existing code but implement the spirit of Bill's proposed solution and add handling for crossContext. I'll give people a little longer in case they want to add to this discussion and then I'll comm

Re: Slight SVN inconsistency

2005-12-01 Thread Mark Thomas
Yoav Shapira wrote: Hi, While tagging 5.5.13 I noticed a slight inconsistency in our directory structure. It's not a big deal but I wanted to let everyone know, and see if we want to correct it. We use "tc5.5.x" to indicate the 5.5 branch in directory names: that's true everywhere except the to

Re: directory listings

2005-12-01 Thread Mark Thomas
Tim Funk wrote: It looks like this issue only occurs when the XSLT transformation is done on the directory listing. Which is not an out of box configuration so there is no worry for DOS (in case anyone is wondering). Actually, there is an issue here without the XSLT. This is why directory lis

Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

2005-12-01 Thread Mark Thomas
Yoav, Can you check your build please? It appears something isn't quite right with the sample.war you generate. Thanks, Mark [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT

Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

2005-12-02 Thread Mark Thomas
with the default md5 command, the same one that virtually every other Apache project uses to sign its binaries... Yoav On 12/1/05, Mark Thomas <[EMAIL PROTECTED]> wrote: Yoav, Can you check your build please? It appears something isn't quite right with the sample.war you generate. Thanks,

Re: DO NOT REPLY [Bug 36318] - CRC error in compressed sample.war file

2005-12-03 Thread Mark Thomas
Yoav, The one in SVN looks fine. Can you check your local copy as something is messing up the copy on the web on a regular basis? Thanks Mark Mark Thomas wrote: OK. I thought it was generated during the build. I'll just replace the one in SVN as is has got corrupted at some point. Th

Re: svn commit: r351977 - /tomcat/build/tc5.5.x/KEYS

2005-12-03 Thread Mark Thomas
I need to get my key into the web of trust. I am working in London, UK during the week at the moment so if anyone else is around and can spare a little time to meet up and verify my key, let me know. Mark [EMAIL PROTECTED] wrote: > Author: markt > Date: Sat Dec 3 08:21:59 2005 > New Revision: 35

Re: Tomcat session serialisation & work directory

2005-12-07 Thread Mark Thomas
This thread belongs on the users list, not on the dev list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jakarta site leftovers

2005-12-17 Thread Mark Thomas
Ian Darwin wrote: > Henri Yandell wrote: > >> Now that tomcat.apache.org contains a site, anyone mind if I remove >> /www/jakarta.apache.org/tomcat and tomcat-temp? > > I think the old site can be torn down. It's archived someplace (still in > CVS?), if anybody needs it. For the record, it is in

Re: [EMAIL PROTECTED]: Project jakarta-tomcat-4.0 (in module jakarta-tomcat-4.0) failed

2005-12-23 Thread Mark Thomas
Stefan Bodewig wrote: > 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 [EMAIL PROTECTED] > > Project jakarta-tomcat-4.0 has an issue affecting its

Re: about Tomcat Connector

2005-12-27 Thread Mark Thomas
This is a users question not a dev question. Please read http://tomcat.apache.org/lists.html and then repost your message correctly. Mark [EMAIL PROTECTED] pzy peng wrote: > Hello: >I use Tomcat Connector to forward servlet requests from IIs6 to tomcat5, > my config like this: > file

Re: EL and JSP 2.1

2005-12-27 Thread Mark Thomas
Jacob Hookom wrote: > I'd like to get the ball rolling on a branch for JSP 2.1. I also have a > new EL implementation that I would like to roll in as a replacement to > the Commons-EL implementation. There's also the API modifications for > JSP and the EL-API. > > Along the lines of project/fold

Re: EL and JSP 2.1

2005-12-27 Thread Mark Thomas
My own views in line. Mark Mark Thomas wrote: > Jacob Hookom wrote: > >>I'd like to get the ball rolling on a branch for JSP 2.1. > > I can get the SVN stuff set up over the next few days. There has been > some debate about how we arrange things so we need to get agre

Re: directory listings (updated patch)

2006-01-04 Thread Mark Thomas
Patches posted to the dev list tend to get lost if none looks at them straight away. I suggest you create a bugzilla entry and add your patch to that. Mark Rafael H. Schloming wrote: > Is no interest in merging this patch? I'd like to see it accepted, so if > there is anything I can do, please le

Re: Missing tag in SVN

2006-01-05 Thread Mark Thomas
Yoav Shapira wrote: > So I guess I should just do an svn copy of servletapi from 5.5.11 to > 5.5.12 to tag it as such. I don't need to do anything fancier like an > svn:prop edit, right? Correct. A straight svn copy will be fine. Mark ---

Re: Facing problem when 2 simultaneous requests are sent to tomcat.

2006-01-06 Thread Mark Thomas
This belongs on the users list. Please read http://tomcat.apache.org/lists.html Mark [EMAIL PROTECTED] Uttam wrote: > Hi All, > > I am a newbei using the Tomcat server in my application. *Sorry all, I > gave a wrong information*. I am using > > *Apache Tomcat 5.512* server and not 5.0.28. >

Re: tomcat 5.8.0 - weird response on HTTP OPTIONS method

2006-01-07 Thread Mark Thomas
William A. Rowe, Jr. wrote: > Costin Manolache wrote: > >> I'm curious - why would you need the options method ? >> >> Obviously, as you found, tomcat does not support it ( and many other >> servers ), and I never heard of any use of it, even if it is in the >> spec. >> >> Well, in theory servlets

Re: tomcat 5.8.0 - weird response on HTTP OPTIONS method

2006-01-07 Thread Mark Thomas
Mauro Bertapelle wrote: > Costin, > > you've got the point I was trying to make, this has nothing to do with > webdav and the naive > way in which ie implements it, but probably Tomcat should handle > "options" better when > it's acting as a static web server. > > Mauro I have confirmed this beh

Re: tomcat 5.8.0 - weird response on HTTP OPTIONS method

2006-01-07 Thread Mark Thomas
Mark Thomas wrote: > Mauro Bertapelle wrote: >>this has nothing to do with >>webdav and the naive >>way in which ie implements it, but probably Tomcat should handle >>"options" better when >>it's acting as a static web server. >> >>Mauro

Re: svn commit: r367115 - /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/Response.java

2006-01-09 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Fix bug 29214. containsHeader() not working for Content-Length and >> Content-Type > > Rather than adding complexity in code which is critical, I would have > hacked instead the org.apache.catalina.connector.Response.containsHeader > method, whic

Re: Revisiting inclusion of startup scripts in exe distro?

2006-01-10 Thread Mark Thomas
Yoav Shapira wrote: > Hi, > Over the past few months I've gotten a good number of complaints that > the 5.5 exe distro doesn't include the command-line startup scripts. > I know we've discussed this in the past, as I pointed out to users on > http://issues.apache.org/bugzilla/show_bug.cgi?id=33560

Re: Initial EL/JSP 2.1 Contribution

2006-01-10 Thread Mark Thomas
Remy Maucherat wrote: > Jacob Hookom wrote: >> I've been rolling this code base into JSP 2.1 within a local sandbox, >> but I still have questions about the particulars of the overal project >> packaging for Tomcat 6. > > Very good :) > Personally, I still would like to "start slow" and for now cr

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

2006-01-10 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: > >> Author: markt >> Date: Tue Jan 10 15:06:22 2006 >> New Revision: 367826 >> >> URL: http://svn.apache.org/viewcvs?rev=367826&view=rev >> Log: >> Alternative patch for bug 29214 based on Remy's comments > > > I didn't have time to look into it

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

2006-01-10 Thread Mark Thomas
Costin Manolache wrote: > I guess the better solutions are to either deal with this in the > servlet facade ( i.e. the HttpServletResponse impl ) - or to just > remove the cached fields from coyote Response. > > The second is harder - but the right one IMO, it's bad to have methods > in Response t

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

2006-01-11 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> I thought about doing it that way but I wanted to catch the difference >> between Content-Length defaulting to -1 and the page developer >> explicitly setting it to -1. It is an edge case I admit but I don't >> see any

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

2006-01-12 Thread Mark Thomas
Remy Maucherat wrote: > I spent some time eliminating all the warnings that my Eclipse was > reporting sometimes in the past, and saw that isSpace was deprecated. > isWhitespace seemed to be a replacement, but is actually different. HTTP > needs to stay with the non character encoded version. Ie, t

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

2006-01-13 Thread Mark Thomas
Henri Gomez wrote: > What about using JMeter ? I don't need the sophistication for this test and ab looks to have a smaller overhead. > Also your test should be from a different computer, may be with 2/3 > clients computers against one single server. Thanks for the tip. Time to dig out my old la

Re: Error building from source - error validating cert

2006-01-13 Thread Mark Thomas
Gary Blomquist wrote: > Hi, > > I attempted to checkout and build Tomcat based on the online > documentation and received the following error: > > C:\Tools\Tomcat-dev>ant > Buildfile: build.xml > > check.source: > > get.source: > > checkout: > [echo] If the checkout fails, - todo - >

Re: Initial EL/JSP 2.1 Contribution

2006-01-15 Thread Mark Thomas
Mark Thomas wrote: > Based on this, I propose the following changes to svn. > > copy /tomcat/jasper/tc5.5.x/ to /tomcat/jasper/tc6.0.x/ Slight change. I removed the jasper2 directory so /tomcat/jasper/tc5.5.x/ was copied to /tomcat/jasper/tc6.0.x/ > create /tomcat/jasper/tags/t

Re: Newbie quesrion ... how do i attach a file to bugzilla

2006-01-16 Thread Mark Thomas
M A wrote: > Trying to add a file, in order to describe a bug, > > Cheers MA. > 1. View bug. 2. Click the "Create a New Attachment link" Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Initial EL/JSP 2.1 Contribution

2006-01-16 Thread Mark Thomas
Bill Barker wrote: > Shouldn't we also have something under servletapi for the javax.el stuff? I was applying lazy instantiation ;) When someone shouts for it (and assuming they don't just create it themselves) I'll add it. Until then I had assumed we would build with the official jars. Mark ---

Re: Realm.authenticate() doesn't register Principal in Session.. use Authenticator instead?

2006-01-19 Thread Mark Thomas
Please do not cross-post. This belongs on the users list BTW. Mark [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Please give me some responses!!

2006-01-21 Thread Mark Thomas
Jack wrote: > Hi, > > guys, please give me some responses! Intended for the users list but just as applicable here: http://tomcat.apache.org/faq/tomcatuser.html#why - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Fwd: Help :: Running Servlet Prog. in Apache HTTP Server -reg

2006-01-21 Thread Mark Thomas
This question belongs on the users list as per http://tomcat.apache.org/lists.html Mark [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 2 clear reasons

2006-01-22 Thread Mark Thomas
Two clear reasons for what? Mark Jack wrote: > 1. The Users of a web-app might be defined in several places such as > Database, or a file. > > 2. when we are not using ssl, but ask for client certificate. > We have to map certificats to roles. Although most certificates can be > mapped to a gen

Re: Mr. Thomas please check this.

2006-01-22 Thread Mark Thomas
Jack wrote: > When we use client-cert, we might be not using ssl at all since we don't ask > confidential transfer. This is not correct. CLIENT-CERT authentication *requires* ssl. ssl is still ssl even if NULL encryption is used. >>A web application may well have a mixed user community, >>some au

Re: 2 clear reasons

2006-01-22 Thread Mark Thomas
Mark Thomas wrote: > a) You can not use ssl and ask for client certificates. CLIENT-CERT > requires the use of ssl. Sorry typo. This should read "You can't not use ssl and..." Mark - To unsubscribe, e-m

Re: new versions of Tomcat

2006-01-27 Thread Mark Thomas
Lucio Ribeiro wrote: > Hi, I'm new here i'm having problems with new versions of Tomcat. > > I was using tomcat 5.0.27 and i have a web application made in Java. My code > has to get URL using the following code: > > String url = request.getRequestURL().toString(); > > I use Struts and my

Re: Broken Architecture documentation pdf on tomcat.apache.org

2006-01-30 Thread Mark Thomas
Mark Thomas wrote: > Fred K wrote: > >>Hi: >> >>When I look at the Architecture documentation pdf, I see only blank pages in >>the pdf files linked under Tomcat Architecture. >>These pdfs, are broken on tomcat.apache.org and when I build Tomcat >>5.5.12

Re: Broken Architecture documentation pdf on tomcat.apache.org

2006-01-30 Thread Mark Thomas
Yoav Shapira wrote: > Hi, > > >>It looks like the pdf files may be suffering from the same problem as >>the war file was. Can you take a look? I'll sort out the files on the >>server. > > > Actually, I'm leaving for a couple of weeks in Israel and Italy, am > packing in a rush and busy with man

Re: Building Tomcat

2006-01-31 Thread Mark Thomas
Marsh David W Maj AFIT/ENG wrote: > Also the ant build may fail when it gets to jasper because the unzipped > code puts the necessary files in the .../jasper/jasper2 directory. Move > the code up a directory or change the ant script at line 1419 of > ${tomcat.source}/build/build.xml from I have r

Re: Tomcat 5.5.12 CGI leaking file descriptors.

2006-02-01 Thread Mark Thomas
Bruce Keats wrote: > We are running a tomcat server 5.5.12 under Fedora Core 3 with Java > 1.5..0update 5 and we have enabled CGI. We noticed that the number of > file > descriptors over time was increasing to the point where the VM runs out of > file descriptors. We think we have found a file de

Re: Building Tomcat

2006-02-03 Thread Mark Thomas
Bob Herrmann wrote: > > yea, I might be bonkers.Now I can't even seem to get to the cvs > repo. I vaguely recall an effort to get everything on svn... is this a > part of that? > > $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login > Logging in to :pserver:[EMAIL PROTECTED]:2401/home/

Re: mod_jk - Apache flush stream issues

2006-02-03 Thread Mark Thomas
Please do not cross-post. This question belongs on the users list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Building Tomcat

2006-02-03 Thread Mark Thomas
Bob Herrmann wrote: > > Ok, Is 5.0 a valid build target, or is its usage discouraged? > > I was following the build instructions for building tomcat 5.0 > http://tomcat.apache.org/tomcat-5.0-doc/building.html > the build.xml that it provides use CVS tags to extract the 5.0 bits. > > -bob

This commit needs a review (WAS: svn commit: r375077 - in /tomcat/connectors/trunk/jk: native/iis/jk_isapi_plugin.c xdocs/changelog.xml)

2006-02-05 Thread Mark Thomas
My C is very rusty. I *think* this is OK and doesn't do anything dangerous but I would be grateful if someone could review it. Cheers, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: Tomcat server to host socket server as well as webclient.

2006-02-10 Thread Mark Thomas
Prabhu Baskaran wrote: > If u need any clarification please let me know.. But if any one can suggest > ways for me to achieve this i wud appreciate it..Thanks in advance. > Regards You could start by reading http://tomcat.apache.org/lists.html and directing your question to the appropriate list (h

Re: svn commit: r376730 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/CharChunk.java

2006-02-10 Thread Mark Thomas
Bill Barker wrote: >>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >>URL: http://svn.apache.org/viewcvs?rev=376730&view=rev >>Log: >>- Have CharCHunk implement CharSequence, so that a CharChunk >>can be given to a Java 5 regexp matcher >> without having to do a useless toString on it first.

Re: Tomcat errors.

2006-02-13 Thread Mark Thomas
Ángel Prieto wrote: > Hello, I'm having some problems with apache+tomcat with this configuration: > Could anyone tell me something about it? The question belongs on the users list as per http://tomcat.apache.org/lists.html Mark ---

Re: problem building 5.5.15

2006-02-13 Thread Mark Thomas
Eric Lenio wrote: > All - > > Apologies in advance if this should go to tomcat-users but I'm > suspecting a problem with the way the source code is being distributed > so I'm starting here. > > I downloaded the source file for 5.5.15 and built it. After installing > it I ran bin/version.sh which

Re: Request parameters straight after authentication

2006-02-13 Thread Mark Thomas
Kevin McCormack wrote: > Possible Fix? > == > I looked through the Tomcat 5.5.12 source code and ended up in the > org.apache.catalina.authentication.FormAuthenticator class and noticed > that there is no code there to save the request parameters from the > original request into the saved r

Re: problem building 5.5.15

2006-02-13 Thread Mark Thomas
Eric Lenio wrote: > OK thanks for the tip. Is there a document that goes into detail > on this? BUILDING.TXT and http://tomcat.apache.org/tomcat-5.5-doc/building.html are the main documents. Documentation patches are always welcome. Mark -

Re: problem building 5.5.15

2006-02-13 Thread Mark Thomas
Eric Lenio wrote: > Hi Mark, I would be happy to send in patches to the docs on how to build > Tomcat but I still need more info. Let me rephrase my initial question. > > Does there exist a module in the current subversion > repository that has predefined all the properties to > generate a file

Re: restarting tomcat

2006-02-16 Thread Mark Thomas
Jim Manico wrote: > I am using the most recent version of Tomcat. > > *sometimes* when I reload the server during development, it crashes and I > need to do a manager/start?path=/ to restart it. Over time these "manager > restarts" do not seem to free up the memory as it should. So after severa

Re: WIN32 anti-resource-locking support in 5.5.x, would a back port be acceptable ?

2006-02-16 Thread Mark Thomas
Darryl L. Miles wrote: > > What is the chance of getting this feature supported in 5.0.x or 4.x to > help developers using the WIN32 platform under an IDE ? I'm not asking > someone to do it, I can investigate and spend some time on it, but I'd > like to understand the on going maintenance implic

Re: [EMAIL PROTECTED]: Project tomcat-catalina (in module jakarta-tomcat-4.0) failed

2006-02-20 Thread Mark Thomas
Stefan Bodewig wrote: > Project tomcat-catalina has an issue affecting its community integration. > This issue affects 9 projects. > The current state of this project is 'Failed', with reason 'Build Failed'. Should be fixed now. Mark -

Re: never say never...

2006-02-20 Thread Mark Thomas
George Sexton wrote: Whilst I agree with the general thrust of the arguments made so far in this thread I do take serious issue with one of your statements. > Just as a little example, several months ago I submitted a patch. One > committer commented that he would -1 it for the "com.sun" imports.

Re: never say never...

2006-02-20 Thread Mark Thomas
George Sexton wrote: > Don't misunderstand me. I'm certainly not saying a committer shouldn't say > "This is non-compliant and will not be addresed" or "We comply with the > spec, and we will not be expanding the application to meet your specific > need". These are legitimate responses. Agreed. >

Re: Change process (Was: Persistent storage of sessions, why no Principal?)

2006-02-26 Thread Mark Thomas
Roland Turner (Apache) wrote: > Hi all. > > Last week I posted the question below. It appears from the (near) > complete silence that followed that no-one knows. So, my new question is > about tomcat's change process. I've not submitted code to tomcat before, > so don't really where to start. Is s

Re: FW: My Query

2006-02-27 Thread Mark Thomas
This question belongs on the users list, not the dev list. See http://tomcat.apache.org/lists.html for details. Mark [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Tomcat 6 source organisation

2006-02-28 Thread Mark Thomas
Remy Maucherat wrote: > Hi, > > I think it is time to decide how the source repository is going to be > organized, with the questions being: > - how many source folders do we need (Costin wanted one, while others > like Jacob seem to want "modules") ? > - do we continue to use Ant ? > - etc I am

Re: svn commit: r383260 - /tomcat/site/tags/TOMCAT_5_5_16/trunk/

2006-03-05 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: yoavs > Date: Sat Mar 4 17:07:47 2006 > New Revision: 383260 > > URL: http://svn.apache.org/viewcvs?rev=383260&view=rev > Log: > Tagging Tomcat version TOMCAT_5_5_16. > > Added: > tomcat/site/tags/TOMCAT_5_5_16/trunk/ > - copied from r383259, tomcat/s

Re: TCK Use

2006-03-07 Thread Mark Thomas
Jacob Hookom wrote: > I'm wondering about what I'd need to do/contact for using the TCK as a > committer working on JSP 2.1? Any PMC member can request a TCK by sending the request to [EMAIL PROTECTED] Mark - To unsubscribe, e-

Re: svn commit: r383260 - /tomcat/site/tags/TOMCAT_5_5_16/trunk/

2006-03-11 Thread Mark Thomas
Mark Thomas wrote: > What happened with the tags for 5.5.16? > > Taking container as an example we seem to have ended up with the > following for each module: > > /tags > /5_5_16 first copy > /TOMCAT_5_5_16 second copy > /tc5.5.x third copy

Re: PATCH: Out-of-box build apache-tomcat-5.5.1[56]-src fix

2006-03-13 Thread Mark Thomas
Yoav Shapira wrote: > Darryl, > Thanks for reporting this. I saw it > (http://issues.apache.org/bugzilla/show_bug.cgi?id=37819) before the > release but forgot to fix it, so it will go into 5.5.17. Thanks, > > Yoav > > On 3/13/06, Darryl L. Miles <[EMAIL PROTECTED]> wrote: > >>Dear Developers,

Re: Tomcat question

2006-03-28 Thread Mark Thomas
Please move this discussion to the users list where it belongs. Mark [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r393433 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup: Bootstrap.java ClassLoaderFactory.java

2006-04-12 Thread Mark Thomas
Remy Maucherat wrote: > Bill Barker wrote: >> Urm, I think we need svn:eol-style = native in the TC6 repo :). > > +1. It is quite odd that the other repositories don't behave like that. > Sorry, I can't adjust my client side properties (I'm using Tortoise). Yes you can. Steps as follows: - right-

Re: Question: TomCat 3.2

2006-04-18 Thread Mark Thomas
Shaban Ghumri wrote: > Hi, > I would like to know based on your experience with TomCat, if there are > tools that I can use to debug a potential memory leak on servlet running on > TomCat 3.2? > > Thanks in advance! This question belongs on the users list, not the dev list. Please review the

Re: [VOTE] Release build 6.0.13

2007-05-12 Thread Mark Thomas
Remy Maucherat wrote: > According to the release process, the 6.0.13 tag is: > [ ] Broken > [ ] Alpha > [ ] Beta > [X] Stable Just tested the basics. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

  1   2   3   4   5   6   7   8   9   10   >