Re: [VOTE] Releasing Tomcat Connectors 1.2.23

2007-05-18 Thread Mark Thomas
Rainer Jung wrote: > Apache Tomcat Connectors 1.2.23 is: > [X] Stable - no major issues, no regressions > [ ] Beta - at least one significant issue -- tell us what it is > [ ] Alpha - multiple significant issues -- tell us what they are No testing. I only reviewed the commit messages for 1.2.23 M

[CVE-2007-1355] Tomcat documentation XSS vulnerabilities

2007-05-19 Thread Mark Thomas
/tomcat-docs/appdev/sample/web/hello.jsp?test=alert(document.domain) References: http://tomcat.apache.org/security.html Mark Thomas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGTxLXb7IeiTPGAkMRAhPzAKDxibK3Cn9Dq

Re: [ANN] Apache Tomcat JK 1.2.23 Web Server Connector released

2007-05-19 Thread Mark Thomas
Guenter Knauf wrote: > this makes me ask a couple of questions: Remember we only *have* to make the source available. Anything we do on the binary front is just being helpful and the release manager is unlikely to have access to build binaries for all platforms. > 1) why do some folders list older

Re: [ANN] Apache Tomcat JK 1.2.23 Web Server Connector released

2007-05-20 Thread Mark Thomas
Guenter Knauf wrote: >>> 3) where do the older versions go? >> They are automatically copied to archive.apache.org which is linked >> off the Tomcat homepage. > I found though that the README.html files which are commonly used to provide > further informations about the releases are not copied. Fo

Re: svn commit: r543366 - in /tomcat/connectors/trunk/jk/xdocs: reference/apache.xml webserver_howto/apache.xml

2007-05-31 Thread Mark Thomas
Bill Barker wrote: > <[EMAIL PROTECTED]> wrote in message >> +The Apache httpd DocumentRoot should not overlap with a Tomcat >> Host's >> +appBase or the docBase of any Context. Configuring httpd/Tomcat this way >> is very >> +likely to result in JSP source code disclosure and/or other security

Re: svn commit: r544037 - in /tomcat/connectors/trunk/jk/xdocs: reference/apache.xml webserver_howto/apache.xml

2007-06-03 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: markt > Date: Sun Jun 3 20:22:01 2007 > New Revision: 544037 > > URL: http://svn.apache.org/viewvc?view=rev&rev=544037 > Log: > A better warning for the httpd docs. As per Bill's suggestion, I have improved the warning I added a couple of days ago. The jk guru

Re: svn commit: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-06-05 Thread Mark Thomas
Mladen Turk wrote: > William A. Rowe, Jr. wrote: >> [EMAIL PROTECTED] wrote: >>> Add simple URI normalizer that can deal with things like %252e%252e. >>> This is mostly copy/paste from the IIS module >> >> You have me way confused ;-) >> > > How it works: > Imagine you have two applications on Tom

Re: svn commit: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-06-06 Thread Mark Thomas
Mladen Turk wrote: > Mark Thomas wrote: >>> mod_jk 1.2.23 (with default passing r->unparsed_uri) will return 404 >>> from Tomcat becasue it will pass the original uri, not the one Httpd >>> already unfolded) >> This is correct and provides consistent behavi

Re: svn commit: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-06-06 Thread Mark Thomas
Mladen Turk wrote: > Mark Thomas wrote: >> >>> Did I mention that uri is *not* decoded twice? >> >> You did and I still don't agree. The root cause of CVE-2007-1860 was a >> double decoding. Once in httpd/mod_jk and once in Tomcat. >> > > Wh

Re: svn commit: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-06-08 Thread Mark Thomas
Mladen Turk wrote: > Mark Thomas wrot: >> Test 1: Tomcat only >> http://localhost:8080/jsp-examples/%252e%252e/servlets-examples/index.html >> >> This correctly showed the index.html I created above. > > But this is oxymoron. You wish to serve the content from

Re: svn commit: r546531 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_global.h common/jk_url.c common/jk_url.h common/list.mk.in

2007-06-12 Thread Mark Thomas
Mladen Turk wrote: > Jean-Frederic wrote: Add ForwardURIProxy to the URl handling option. common/jk_url.c is just a porting of the routines from proxy_util.c (Apache httpd). >>> After quite a few discussions, I think this should be the only mode > available for URI handling, as the t

[CVE-2007-2449] Apache Tomcat XSS vulnerabilities in the JSP examples

2007-06-13 Thread Mark Thomas
;alert()test.jsp Credit: These issues were discovered by an unknown security researcher and reported to JPCERT. References: http://tomcat.apache.org/security.html Mark Thomas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http

[CVE-2007-2450]: Apache Tomcat XSS vulnerability in Manager

2007-06-13 Thread Mark Thomas
y Daiki Fukumori, Secure Sky Technology. References: http://tomcat.apache.org/security.html Mark Thomas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGcKdkb7IeiTPGAkMRAt1IAKCR47H3juKSvEdGwymOMCpKZdXi8wCgvrzl aQ

Re: 5.5.24 candidate binaries

2007-06-14 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.24/ > will let these sit to mid next week, and then we can take a vote. > feedback between now and then is welcome at any time. One minor issue, the source zip (and I suspect the tarball) contains a number of

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

2007-06-16 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Sat Jun 16 08:39:21 2007 >> New Revision: 547932 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=547932 >> Log: >> Port fix bug 42643. Prevent creation of duplicate function mapper >> variables. > > What is the actual

Re: client ssl re-negotiation after invalidating session

2007-06-18 Thread Mark Thomas
atul wrote: > Is there a way in tomcat to re-negotiate client certificate after the http > session has been invalidated (it had been successfully authenticated once > before) in the app. i.e. without closing and starting a new client browser. > I tried accessing request attributes javax.servlet.r

[CVE-2007-1358] Apache Tomcat XSS vulnerability in Accept-Language header processing

2007-06-18 Thread Mark Thomas
. Escape values obtained from Accept-Language header before use. Credit: This issue was reported by Masato Anzai and Toshiharu Sugiyama. References: http://tomcat.apache.org/security.html Mark Thomas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla

Re: ClassNotFoundException when deserialized from tomcat web app

2007-06-20 Thread Mark Thomas
jtigre wrote: > > Hi, > Sorry for being little over descriptive here. This is a question for the users list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r550556 - in /tomcat/sandbox/comet/java/org/apache/comet: ./ CometEvent.java CometFilter.java CometFilterChain.java CometProcessor.java CometServlet.java

2007-06-25 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > I would suggest org.apache.tomcat.comet, pretty much standard across ASF > java projects to have org.apache.. > > no reason to create even more divergence in Tomcat, rather start > consolidating it +1 Mark --

Re: Removing the examples (JSP/servlet) in TC Binaries

2007-07-09 Thread Mark Thomas
jean-frederic clere wrote: > Hi, > > The examples (servlet and JSP) have caused a list of security issues. > I think we should remove them from the Tomcat binary packages (6.0 and > 5.x at least). > Any comments? +0. If they are removed I would suggest replacing them with a page that points to t

Re: Tomcat 64 Bit

2007-07-10 Thread Mark Thomas
Ste2kF wrote: > hello > I write in order to ask to you if tomacat is in program the release for > windows 2003 server 64 bit > (sorry for my engliish not OK) > Thanks > Stefano (Italy) Stefano, This is a question for the users list, not the dev list. Mark ---

CVE-2007-3383: XSS in Tomcat send mail example

2007-07-21 Thread Mark Thomas
/sendmail.jsp enter the following text alert('XSS reflected') in the From field and click Send. References: http://tomcat.apache.org/security.html Mark Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: svn commit: r561186 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/servlets/WebdavServlet.java webapps/docs/changelog.xml

2007-07-30 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Mon Jul 30 16:37:47 2007 >> New Revision: 561186 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=561186 >> Log: >> Fix WebDAV for MS clients. >> Fix error message when there is no request content >> Ported from TC5 >> >

Re: [VOTE] Release build 6.0.14

2007-07-31 Thread Mark Thomas
Remy Maucherat wrote: > The candidates binaries are available here: > http://people.apache.org/~remm/tomcat-6/v6.0.14/ > > According to the release process, the 6.0.14 tag is: > [ ] Broken > [ ] Alpha > [ ] Beta > [X] Stable No issues found. Mark

CVE-2007-3384: XSS in Tomcat cookies example

2007-08-01 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVE-2007-3384: XSS in Tomcat cookies example Severity: Low (Cross-site scripting) Vendor: The Apache Software Foundation Versions Affected: 3.3 to 3.3.2 Description: When reporting error messages, Tomcat does not filter user supplied data before di

TC6 source file licensing - last few files

2007-08-04 Thread Mark Thomas
All, Sorry about the deluge of commit mails this evening. The bulk of the TC6 source now passes the checks in the insert_licence.pl script. There are, however, a few remaining files that require further checking. These are ones that are currently dual or non-AL2 licensed. They are: 1. http://svn

Re: svn commit: r562818 - /tomcat/tc6.0.x/trunk/webapps/docs/build.xml

2007-08-05 Thread Mark Thomas
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Sat Aug 4 21:12:49 2007 >> New Revision: 562818 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=562818 >> Log: >> Add license to a file I missed. > > All this "adding license header" in non source resources does not m

CVE-2007-3382: Handling of cookies containing a ' character

2007-08-13 Thread Mark Thomas
3B References: http://tomcat.apache.org/security.html Mark Thomas -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGwSFVb7IeiTPGAkMRAjkwAKDnu+C08WRZazmZfzunFeHcitsvnACg3CtP 6c6FCxbFOcfxhqqayg8kdUI= =MkDj -END

CVE-2007-3385: Handling of \" in cookies

2007-08-13 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVE-2007-3385: Handling of \" in cookies Severity: Low (Session Hi-jacking) Vendor: The Apache Software Foundation Versions Affected: 6.0.0 to 6.0.13 5.5.0 to 5.5.24 5.0.0 to 5.0.30 4.1.0 to 4.1.36 3.3 to 3.3.2 Description: Tomcat incorrectly handl

CVE-2007-3386: XSS in Host Manager

2007-08-13 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVE-2007-3386: XSS in Host Manager Severity: Low (Cross-site scripting) Vendor: The Apache Software Foundation Versions Affected: 6.0.0 to 6.0.13 5.5.0 to 5.5.24 Description: The Host Manager Servlet does not filter user supplied data before displa

Re: [VOTE] Send trunk to the sandbox

2007-08-20 Thread Mark Thomas
Bill Barker wrote: > I'm so tired of this thread, so let's settle it once and for all. I'm > backing Remy's suggestion to send the current trunk to the sandbox: > [X] +1 Let's end the revolution > [ ] +0 What revolution? > [ ] -1 Viva the revolultion This applies to this proposal only. Other cha

Re: [VOTE] Send trunk to the sandbox

2007-08-20 Thread Mark Thomas
jean-frederic clere wrote: > I would also propose that we take an handling of releases similar to httpd. > See http://svn.apache.org/repos/asf/httpd/httpd/ -1 for review-then-commit for all commits. Commit-then-review has worked well for us and I see no reason to move to the additional overhead a

Re: [VOTE] Send trunk to the sandbox

2007-08-21 Thread Mark Thomas
Mark Thomas wrote: > Bill Barker wrote: >> I'm so tired of this thread, so let's settle it once and for all. I'm >> backing Remy's suggestion to send the current trunk to the sandbox: >> [X] +1 Let's end the revolution >> [ ] +0 What revoluti

Re: Tagging 5.5.25

2007-08-27 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Release candidate can be found at > http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.25/ > > I will run the TCK tests on it, and then we can have a vote next week, Looks good so far on some basic tests. Mark ---

Re: Tomcat JDBC realm and columns names

2007-08-29 Thread Mark Thomas
Ing. Diego Trombetta wrote: >> Note: I don't think it's right to write the DB according to what the >> application server imposes! Just use a view. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: svn commit: r571006 - /tomcat/connectors/trunk/ajp/

2007-08-30 Thread Mark Thomas
Mladen Turk wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Wed Aug 29 18:14:11 2007 >> New Revision: 571006 >> >> URL: http://svn.apache.org/viewvc?rev=571006&view=rev >> Log: >> Remove source for mod_proxy_ajp that moved to httpd some time ago. >> > > Why the hell did you do that? B

Re: svn commit: r571006 - /tomcat/connectors/trunk/ajp/

2007-08-30 Thread Mark Thomas
William A. Rowe, Jr. wrote: > Mladen Turk wrote: >> Right. Deleting entire trees from SVN should at least be >> preceded by some note of intention. > > +1. A heads up is always a good idea ;-) Noted. Sorry for the hassle. Will do in future. Mark ---

Re: TC6 source file licensing - last few files

2007-08-30 Thread Mark Thomas
Jeanfrancois Arcand wrote: > Hi Mark, > > sorry for the delay...vacation time :-) No problem. >> 1. >> http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/javax/servlet/package.html >> http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/javax/servlet/http/package.html >> >> Jean-Fran

Re: [VOTE] Release build 5.5.25

2007-09-01 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Candidate binaries are available here: > http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.25/ > > According to the (slightly) updated release process, the 5.5.25 tag is: > [ ] Broken > [ ] Alpha > [ ] Beta > [X] Stable It has been running on our dev environ

Re: [VOTE] Move trunk to sandbox

2007-09-01 Thread Mark Thomas
Remy Maucherat wrote: > > [X] +1 > [ ] 0 > [ ] -1 > Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Connectors cleanup

2007-09-02 Thread Mark Thomas
Hi, Following on from my previous over eager attempt to clean up the duplicate code in connectors I would like to propose the following - remove connectors/trunk/ajp/CHANGES - remove connectors/trunk/ajp/proxy - move connectors/trunk/ajp/ajplib to connectors/trunk/ajplib Thoughts? Mark ---

Re: Connectors cleanup

2007-09-03 Thread Mark Thomas
Mladen Turk wrote: > I propose we create connectors/sanbox and move the > trunk/ajp/* code in there. > ajp/proxy code can be removed of course. Could we just move it to tomcat/sandbox as that already exists? Mark - To unsubscrib

Re: Connectors cleanup

2007-09-03 Thread Mark Thomas
Mladen Turk wrote: > Mark Thomas wrote: >> Mladen Turk wrote: >>> I propose we create connectors/sanbox and move the >>> trunk/ajp/* code in there. >>> ajp/proxy code can be removed of course. >> >> Could we just move it to tomcat/sandbox as that al

Re: [VOTE] Make released versions RTC

2007-09-04 Thread Mark Thomas
jean-frederic clere wrote: > The votes will get in a file named STATUS file and once accepted in a > file named CHANGES. > The proposal of backports/fixes should be a description of the > feature/PR number and a link to a commit (in another branch or sandbox) > or a patch (diff -u) against the bran

Re: What new in Tomcat 6.0 ?

2007-09-05 Thread Mark Thomas
Ashish Jain wrote: > Hi All!! > > I am new to Tomcat. Can someone tell me what is new in Tomcat 6.0 compared > to the last version. This question should be posted to the users list. See http://tomcat.apache.org/lists.html Mark --

Re: Corrupted archive file?

2007-09-09 Thread Mark Thomas
Daniel Schwartz wrote: > > http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.17/bin/apache-tomcat-5.5.17.exe > > appears to be corrupted. Using what criteria? It looks fine to me. It downloads, it runs, it Tomcat starts at the end of the install... > In fact it seems to be about half the si

Re: [VOTE] Make released versions RTC

2007-09-10 Thread Mark Thomas
Jim Jagielski wrote: > How about: > >o CTR on trunk > >o Various release branches are made (ala httpd, apr, etc...). > These include a STATUS file. > >o All code applied to the release branch is under > lazy consensus but *must* be specified in STATUS. > (eg: "I plan o

Re: [VOTE] Make released versions RTC

2007-09-12 Thread Mark Thomas
Jim Jagielski wrote: > > On Sep 10, 2007, at 8:00 PM, Mark Thomas wrote: > >> Jim Jagielski wrote: >>> How about: >>> >>>o CTR on trunk >>> >>>o Various release branches are made (ala httpd, apr, etc...). >>> Thes

Re: [VOTE] Make released versions RTC

2007-09-12 Thread Mark Thomas
Jim Jagielski wrote: > > On Sep 10, 2007, at 4:47 PM, Remy Maucherat wrote: > >> >> The main idea is that since there's only one trunk branch, there >> should be agreement on APIs and important topics to proceed >> > > ++1. So let's start that now. Since there is not agreement on APIs, > how do

Re: [VOTE] Make released versions RTC

2007-09-12 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Mark Thomas wrote: >>> On Sep 10, 2007, at 4:47 PM, Remy Maucherat wrote: >>> >>> >>>> The main idea is that since there's only one trunk branch, there >>>> should be agreement on APIs and important

Re: svn commit: r575332 - in /tomcat/tc6.0.x/trunk: java/org/apache/naming/resources/FileDirContext.java webapps/docs/changelog.xml

2007-09-15 Thread Mark Thomas
Remy Maucherat wrote: > Tim Funk wrote: >> 2) If a deploy tool is used which is doing checks - adding an extra >> check to allow/deny/restrict scope should not be too hard to do. Since >> users can disable symlink checks in the same class (FileDirContext) - >> the same exposure could be had with a

Re: JNDIRealm can not support http digest mode

2007-09-16 Thread Mark Thomas
xiaojing xu wrote: > Although I can change the getPassword function in JNDIRealm, I still > want to know if tomcat can implement JNDIRealm > in http digest mode without change code No. See http://issues.apache.org/bugzilla/show_bug.cgi?id=37984 Mark

Re: JNDIRealm can not support http digest mode

2007-09-17 Thread Mark Thomas
xiaojing xu wrote: >I think this bug is different from my problem.I want to use http digest > mode > (RFC2617 HTTP Authentication: Basic and Digest Access Authentication). > And the bug 37984 just want to resolve password in MD5 digest(may be > not use http digest mode). Sorry - my bad. Too m

Re: [Tomcat 5] Bug 38797

2007-09-20 Thread Mark Thomas
Thomas Colin de Verdière wrote: > Sorry to bother again i'd like to know if someone has been informed that > the bug 38797 has been REOPENED. Every bugzilla update gets e-mailed to this list, so yes we have all been informed. (And i did). I REOPENED the bug 38797 > because i think it is not corr

Test - please ignore

2007-09-21 Thread Mark Thomas
Wiki config test. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Wiki diffs

2007-09-21 Thread Mark Thomas
All, I think the wiki is probably the best place to start drafting a new set of commit guidelines to cover what branches we have (and what state they are in), what is RTC, what is CTR, etc. However, I didn't want to propose we use the wiki whilst we weren't getting wiki diffs on the dev list. I h

Re: [VOTE] Back to ASF Basics (Was: Re: Review model take 2)

2007-09-22 Thread Mark Thomas
Jim Jagielski wrote: >[X] +1. Yes, the above works and addresses my concerns >as well as the problems which started this whole >thing. >[ ] 0. Whatever. >[ ] -1. The above does not work for the following reasons: > With the following caveats: - There is only

Re: Could two tomcat have mutual authentication?

2007-09-23 Thread Mark Thomas
quanxin zhu wrote: > I setup a tomcat server 1 using client authentication, and deployed a > webservice on it. > So, when invoke the webservice, a certification is needed. > In server 2 , I want a servlet to invoke the webservice in server 1. > could server 2 automatically provide its certification

Re: Tomcat 6 and Java 5 syntax

2007-09-24 Thread Mark Thomas
Lucas Galfaso wrote: > Hi, > I am looking at the Tomcat 6 code and checking out the the > possibility of collaborating with the project, and one thing that pops > up is that the entire code base is not using Java 5 syntax. Was this > syntax avoided for a specific reason? The code is based on (ac

Time to organise svn

2007-10-04 Thread Mark Thomas
In light of the recent vote, we need to make some changes to svn. In short we need to add: 6.2.x trunk There are a number of ways we could do this. I suggest: svn cp https://svn.apache.org/repos/asf/tomcat/tc6.0.x https://svn.apache.org/repos/asf/tomcat/tc6.2.x svn cp https://svn.apache.org/repo

Re: Time to organise svn

2007-10-04 Thread Mark Thomas
William A. Rowe, Jr. wrote: > Mark Thomas wrote: >> In light of the recent vote, we need to make some changes to svn. In >> short we need to add: >> 6.2.x > > ? Where is 6.1.0, or in other words, why the skip? The idea was to use even numbers for stable releases, od

Re: Time to organise svn

2007-10-04 Thread Mark Thomas
William A. Rowe, Jr. wrote: > Actually, the way it typically works at httpd-space (which your new > policy is based on) is that you would next create 6.1.0 as a forever > development branch. Committers apply each patch they believe belongs > to the 6.2.0 release, and things are removed and readded

Re: Time to organise svn

2007-10-05 Thread Mark Thomas
Next attempt. Taking account of the comments so far, a slightly modified proposal is below. svn cp https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk https://svn.apache.org/repos/asf/tomcat/trunk svn cp https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_14 https://svn.apache.org/

Re: Time to organise svn

2007-10-05 Thread Mark Thomas
jean-frederic clere wrote: > Remy Maucherat wrote: >> Mark Thomas wrote: >>> Next attempt. >>> >>> Taking account of the comments so far, a slightly modified proposal is >>> below. >>> >>> svn cp https://svn.apache.org/repos/asf/t

Re: Time to organise svn

2007-10-06 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> Next attempt. >> >> Taking account of the comments so far, a slightly modified proposal is >> below. >> >> svn cp https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk >> https://svn.apache.org/repos/asf/tom

Time to organise svn - Take 3

2007-10-06 Thread Mark Thomas
After the latest round of comments, the plan is: Tag 6.0.15 early next week. svn cp https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_15 https://svn.apache.org/repos/asf/tomcat/tc6.1.0/trunk https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_15 https://svn.apache.org/r

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

2007-10-08 Thread Mark Thomas
Peter Rossbach wrote: > OK! > > How we can easier promote and discuss those patches? You are right, an > email threads are not easy to reference at STATUS file. Arrg! > I don't think that the apache developer home folder are the right place > for those patches! It will do for now. Once we have t

[Security] - Important vulnerability disclosed in Apache Tomcat webdav servlet

2007-10-15 Thread Mark Thomas
A vulnerability in the Apache Tomcat webdav servlet was publicly disclosed on full-disclosure yesterday, 14-Oct-2007.[1] The Tomcat security team has evaluated this vulnerability and determined that default installations of Tomcat 6.0.x, 5.5.x and 4.1.x and not affected. In order to be affected s

Re: Mavenization (M10N) of Tomcat Build Process - Should Tomcat Be Migrated to Maven 2?

2007-10-17 Thread Mark Thomas
Paul Shemansky wrote: > Key features that may be useful to us are : > > - The Standard Directory Layout - Specifically, multi-module builds. > This might make managing individual components easier for catalina, > coyote, naming, jsp/servlet api/implementation, connector, etc. "might" isn't a comp

[PROPOSAL] Move Tomcat 5.0.x to the archive

2007-10-18 Thread Mark Thomas
All, I would like to propose that we have reached the time where Tomcat 5.0.x should be archived. What this means in practice is: - Sending an announcement out that no further work, including security patches will be performed on 5.0.x. Current 5.0.x users are encouraged to upgrade to 5.5.x or, i

[Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-20 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please that an additional patch has been developed as a result of further investigation. A vulnerability in the Apache Tomcat webdav servlet was publicly disclosed on full-disclosure on 14-Oct-2007.[1] The Tomcat security team has evaluated this vuln

Re: [Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-21 Thread Mark Thomas
Rémy Maucherat wrote: > Since it's an obvious hacking attempt, I chose to use this method > instead: > documentBuilder.setEntityResolver > (new EntityResolver() { > public InputSource resolveEntity(String publicId, > String systemId) >

Re: [Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-21 Thread Mark Thomas
William L. Thomson Jr. wrote: > I take it down streams should run with the first patches to work around > this vulnerability till next release. I already applied the one liner, > kinda glad I did not apply the other last night ;) Please advise, > thanks. You need a version of the second patch for

Re: What would you like to improve in Tomcat?

2007-10-21 Thread Mark Thomas
Santosh [ಸಂತೋಷ ] wrote: > Hi all, > > How about adding this feature to tomcat. A option in manager/admin to see > the log file output in webpage. It will reduce the time to login into the > system(if TC is installed in remote machine then open the log file and > see. Take a look at lambdaprobe. I

Re: [Fwd: [Security] - **Updated** Important vulnerability disclosed in Apache Tomcat webdav servlet]

2007-10-22 Thread Mark Thomas
William L. Thomson Jr. wrote: > Mostly because > to my understanding one must be authorized in webdav or etc to be able > to exploit the vulnerability. To be clear, authorisation is not required for this vulnerability. Of course, if you open up write access without authorisation then you are taki

[ANN] Apache Tomcat 5.0.x no longer supported

2007-10-22 Thread Mark Thomas
The Apache Tomcat team wishes to announce that Tomcat 5.0.x will no longer be supported. Users are encouraged to upgrade to the latest stable 6.x release or, if that is not practical, the latest stable 5.5.x for continued support. Kind regards, The Apache Tomcat team ---

Re: tcnative-1 and windows vista pro 32 bits

2007-10-25 Thread Mark Thomas
Henri Gomez wrote: > Hi to all, > > I tried to make use of tcnative-1.dll (from > http://tomcat.heanet.ie/native/1.1.10/binaries/win32/) and installed > it under windows directory. > > At runtime, Vista complains about it. How does it complain? Mark ---

Re: Virtual Host with Different IP Address

2007-10-26 Thread Mark Thomas
banderson wrote: > Thank you for your help, I look forward to learning and participating in > these discussions. This is a question for the users list. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

svn commit messages

2007-10-26 Thread Mark Thomas
All, Sorry about the noise. Roll on svn 1.5 when you can do all of this in a single commit. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r589039 - /tomcat/site/tags/TOMCAT_5_0_27/

2007-10-27 Thread Mark Thomas
William A. Rowe, Jr. wrote: > [EMAIL PROTECTED] wrote: >> Author: markt >> Date: Fri Oct 26 19:02:00 2007 >> New Revision: 589039 >> >> URL: http://svn.apache.org/viewvc?rev=589039&view=rev >> Log: >> Move site tag to archive > > Can we please beg that next time you do this atomically? I did spen

Re: Webdav servlet

2007-10-29 Thread Mark Thomas
Kevin Jackson wrote: > Hi, > > I need to extend the webdav servlet so that I can store files outside > of the application context. > > Looking at the source for the servlet I think getRelativePath and > (perhaps normalize) need to be changed. It will be much more invasive than that. The WebDAV s

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

2007-10-31 Thread Mark Thomas
Bill Barker wrote: > <[EMAIL PROTECTED]> wrote in message >> +* Fix BZ 43675 - Possible logging related classloader leak >> + http://people.apache.org/~markt/patches/2007-10-30-Bug43675.patch >> + +1: markt >> + -1: > > I get a 404 on this one :(. Sorry. Fixed now. Mark

Re: Time to organise svn - Take 3

2007-10-31 Thread Mark Thomas
Mark Thomas wrote: > svn cp > https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_15 > https://svn.apache.org/repos/asf/tomcat/tc6.1.0/trunk > > https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_15 > https://svn.apache.org/repos/asf/tomcat/trunk > &

Re: Time to organise svn - Take 3

2007-11-01 Thread Mark Thomas
jean-frederic clere wrote: > Why Friday? Shouldn't we wait until 6.0.15 (or 6.0.15 + n) is voted stable? We can do if that is the preference. My motivation is that I am keen to get back to a CTR codebase asap as I find only having RTC a real pain. Mark --

Re: Time to organise svn - Take 3

2007-11-04 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Mark Thomas wrote: >> jean-frederic clere wrote: >> >>> Why Friday? Shouldn't we wait until 6.0.15 (or 6.0.15 + n) is voted >>> stable? >>> >>s >> We can do if that is the preference. My motivation

Time to organise svn - Take 4

2007-11-04 Thread Mark Thomas
After some more refinements, the plan to get us from where we are (RTC on a stable 6.0.x branch) to where we want to be (6.0.x frozen, RTC on a stable 6.2.x branch, and a CTR dev branch) is: Stage 1 === Create a CTR dev branch now. svn cp https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk h

Re: Time to organise svn - Take 3

2007-11-04 Thread Mark Thomas
William A. Rowe, Jr. wrote: > jean-frederic clere wrote: >> Mark Thomas wrote: >>> Mark Thomas wrote: >>>> svn cp >>>> https://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_15 >>>> https://svn.apache.org/repos/asf/tomcat/tc6.1.0/t

Re: Time to organise svn - Take 4

2007-11-06 Thread Mark Thomas
Rémy Maucherat wrote: > On Sun, 2007-11-04 at 16:10 +0000, Mark Thomas wrote: >> Do the (unless there is a pressing need - eg a major security issue) final >> stable release of 6.0.x. >> Freeze development of the 6.0.x branch. > > -1. Branches should continue to be open

Re: [VOTE] Release build 6.0.15

2007-11-07 Thread Mark Thomas
jean-frederic clere wrote: > Filip Hanik - Dev Lists wrote: >> I'm having problems with the cookie parsing >> > It is seems there are 2 problems... The version (only TCK will complain) Haven't looked at this > and we are re escaping already escaped strings. The spec isn't 100% clear on who is resp

Re: DO NOT REPLY [Bug 43819] - Support latest JSR245 proposal to make EL "self-contained"

2007-11-08 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > I believe (and correct me if I am wrong) that Apache software may > include the binary distribution of CDDL code. Correct. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: [VOTE] Release build 6.0.15

2007-11-08 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Mark Thomas wrote: >> Filip Hanik - Dev Lists wrote: >> >>> Mark Thomas wrote: >>> >>>> jean-frederic clere wrote: >>>> >>>>> and we are re escaping already escaped strings. >

Re: [VOTE] Release build 6.0.15

2007-11-08 Thread Mark Thomas
Filip Hanik - Dev Lists wrote: > Mark Thomas wrote: >> jean-frederic clere wrote: >>> and we are re escaping already escaped strings. >>> >> The spec isn't 100% clear on who is responsible for escaping the >> values if >> required. >> &g

Re: DO NOT REPLY [Bug 43819] - Support latest JSR245 proposal to make EL "self-contained"

2007-11-08 Thread Mark Thomas
Lucas Galfaso wrote: > Is CDDL Apache compatible? Not for java source, no. See http://people.apache.org/~rubys/3party.html We can't use this patch. Mark > > > > On Nov 8, 2007 8:15 PM, <[EMAIL PROTECTED]> wrote: >> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· >> RELATED COMMENTS TH

Re: [VOTE] Release build 6.0.15

2007-11-09 Thread Mark Thomas
Remy Maucherat wrote: > On Mon, 2007-11-05 at 15:17 +0100, Rémy Maucherat wrote: >> The candidates binaries are available here: >> http://people.apache.org/~remm/tomcat-6/v6.0.15/ >> >> According to the release process, the 6.0.15 tag is: >> [X] Broken >> [ ] Alpha >> [ ] Beta >> [ ] Stable > > I

Re: Time to organise svn - Take 4

2007-11-09 Thread Mark Thomas
Mark Thomas wrote: > Rémy Maucherat wrote: >> On Sun, 2007-11-04 at 16:10 +0000, Mark Thomas wrote: >>> Do the (unless there is a pressing need - eg a major security issue) final >>> stable release of 6.0.x. >>> Freeze development of the 6.0.x branch. >>

Re: [VOTE] Release build 6.0.15

2007-11-09 Thread Mark Thomas
Remy Maucherat wrote: > On Fri, 2007-11-09 at 20:16 +0000, Mark Thomas wrote: >> Remy Maucherat wrote: >>> On Mon, 2007-11-05 at 15:17 +0100, Rémy Maucherat wrote: >>>> The candidates binaries are available here: >>>> http://people.apache.org/~remm/to

Re: [VOTE] Release build 6.0.15

2007-11-10 Thread Mark Thomas
Remy Maucherat wrote: > On Fri, 2007-11-09 at 22:23 +0000, Mark Thomas wrote: >>> These sources can be found in the specification documents. >> That doesn't mean we can just copy them. >> >>> Geronimo >>> should also have the same files somewhere. >

[PROPOSAL] Rename all STATUS files to STATUS.txt

2007-11-13 Thread Mark Thomas
All, In an effort to make my life easier (and that of anyone else working on Windows) I'd like to change the STATUS files to STATUS.txt files since this will allow me to use the default text editor for them. At the moment every time I double click on a STATUS file to edit it, I have to select a te

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

2007-11-27 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Author: billbarker > Date: Tue Nov 27 02:54:45 2007 > New Revision: 598587 > > URL: http://svn.apache.org/viewvc?rev=598587&view=rev > Log: > Adding my objection > > Modified: > tomcat/tc6.0.x/trunk/STATUS.txt > > Modified: tomcat/tc6.0.x/trunk/STATUS.txt > URL: >

Skeleton javax.wsdl.* and javax.xml.rpc.*

2007-11-27 Thread Mark Thomas
I recently created some skeleton implementations of the above packages to stop Eclipse complaining all the time about not being able to compile the entire TC6 source tree. Is there any interest in adding them to trunk to join the other skeleton classes in TC6? Mark -

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