Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Mark Thomas
Costin Manolache wrote: Aren't we in 'comit then review' mode for the trunk ? Yes. My understanding was that RTC is in effect for the stable releases, but not the trunk, and if there is no controversy ( and so far I think the only major issues was 'don't touch file structure or break ant' ) -

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Mark Thomas
Costin Manolache wrote: Sorry, I haven't been paying attention to all the rule changes - if someone could post the short version, I'm quite interested - I plan to re-start contributing few things and it would be good to know the process. trunk is CTR - normal veto rules apply all release branch

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Mark Thomas
any Manolache wrote: BTW - can someone remove [EMAIL PROTECTED] from tomcat-dev ? being done now. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Costin Manolache
BTW - can someone remove [EMAIL PROTECTED] from tomcat-dev ? It's quite annoying, after each mail I get an auto-reply from them... I don't think I have karma to do it. Costin On Wed, Apr 30, 2008 at 6:06 PM, Costin Manolache <[EMAIL PROTECTED]> wrote: > On Wed, Apr 30, 2008 at 5:32 PM, Filip

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Costin Manolache
On Wed, Apr 30, 2008 at 5:32 PM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > Costin Manolache wrote: > > > Aren't we in 'comit then review' mode for the trunk ? > > > > My understanding was that RTC is in effect for the stable releases, but > > not > > the trunk, > > and if there is no co

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Filip Hanik - Dev Lists
Costin Manolache wrote: Aren't we in 'comit then review' mode for the trunk ? My understanding was that RTC is in effect for the stable releases, but not the trunk, and if there is no controversy ( and so far I think the only major issues was 'don't touch file structure or break ant' ) - he can

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Costin Manolache
Aren't we in 'comit then review' mode for the trunk ? My understanding was that RTC is in effect for the stable releases, but not the trunk, and if there is no controversy ( and so far I think the only major issues was 'don't touch file structure or break ant' ) - he can just submit. Sorry, I ha

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Filip Hanik - Dev Lists
Costin Manolache wrote: On Wed, Apr 30, 2008 at 11:31 AM, Filip Hanik - Dev Lists < [EMAIL PROTECTED]> wrote: Costin Manolache wrote: We already have eclipse files checked in AFAIK - that counts as the second build system. We used to have makefiles too, also in parallel with ant (in

DO NOT REPLY [Bug 43147] Tomcat source does not compile with javac 1.6. 0_01

2008-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43147 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 43327] Socket bind fails on tomcat startup when using apr

2008-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43327 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: Osgifing Tomcat

2008-04-30 Thread David Jencks
On Apr 30, 2008, at 10:28 AM, Costin Manolache wrote: On Wed, Apr 30, 2008 at 1:00 AM, Peter Kriens <[EMAIL PROTECTED]> wrote: Regarding HttpService - I don't think it's a good idea for tomcat. One of the major problems with OSGI ( and we need to make sure we don't fall in this trap ) is t

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Costin Manolache
On Wed, Apr 30, 2008 at 11:31 AM, Filip Hanik - Dev Lists < [EMAIL PROTECTED]> wrote: > Costin Manolache wrote: > > > We already have eclipse files checked in AFAIK - that counts as the > > second > > build system. > > We used to have makefiles too, also in parallel with ant (in 3.0 > > times). >

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Filip Hanik - Dev Lists
Costin Manolache wrote: We already have eclipse files checked in AFAIK - that counts as the second build system. We used to have makefiles too, also in parallel with ant (in 3.0 times). The goal IMO is that people who like to type mvn can do it - without any guarantee that the result will be id

Re: Osgifing Tomcat

2008-04-30 Thread Costin Manolache
On Wed, Apr 30, 2008 at 1:00 AM, Peter Kriens <[EMAIL PROTECTED]> wrote: > Regarding HttpService - I don't think it's a good idea for tomcat. > > One of the major problems with OSGI ( and we need to make sure we don't > > fall > > in this trap ) is the re-invention of common APIs - logging, servle

DO NOT REPLY [Bug 43153] Socket.optGet(socket, Socket.APR_SO_SNDBUF) throws org.apache.tomcat.jni.Error

2008-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43153 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Costin Manolache
We already have eclipse files checked in AFAIK - that counts as the second build system. We used to have makefiles too, also in parallel with ant (in 3.0 times). The goal IMO is that people who like to type mvn can do it - without any guarantee that the result will be identical with the official

Re: Assuring Security by testing

2008-04-30 Thread Jim Manico
Mark, I agree with all of your comments 100%. If you really wanted to conduct an in-depth security analysis, the best bet is to hire a dedicated application security company to conduct a targeted code review. Most automated application security tools are crap. But for the sake of academic r

Re: Assuring Security by testing

2008-04-30 Thread Mark Thomas
Jim Manico wrote: The Fortify Opensource project automatically scans the Tomcat codebase on a regular basis. This probably only gives you 10% security coverage at best, but it's a free report form a $50k tool. http://opensource.fortifysoftware.com A great example of why I have don't have m

Re: Assuring Security by testing

2008-04-30 Thread Jim Manico
The Fortify Opensource project automatically scans the Tomcat codebase on a regular basis. This probably only gives you 10% security coverage at best, but it's a free report form a $50k tool. http://opensource.fortifysoftware.com Hi devs, I've been investigating Apache Tomcat within my Bach

Re: Assuring Security by testing

2008-04-30 Thread Mark Thomas
Michael Osipov wrote: Mark Thomas wrote: We do occasionally receive reports to the security team that provide outputs from various security testing tools. In short, the output is nearly always complete garbage. For example, on one occasion a handful of XSS issues were reported all of which wer

Re: Osgifing Tomcat

2008-04-30 Thread Niall Pemberton
On Tue, Apr 22, 2008 at 11:45 AM, Henri Gomez <[EMAIL PROTECTED]> wrote: > Hi to all, > > Did there is plans, ideas or interest around about OSGI-fing Tomcat ? Quotes from http://www.infoq.com/news/2008/04/springsource-app-platform "...the SpringSource Application Platform, an application server

Re: Assuring Security by testing

2008-04-30 Thread Michael Osipov
Mark Thomas wrote: Michael Osipov wrote: Security advisories are taken up by a security team [3]. Does this team or any other group/person take any measures to assure security with testing tools, with a special test plan or functional requirements? Hello Mark, I did not expect such a quick an

Re: Assuring Security by testing

2008-04-30 Thread Mark Thomas
Michael Osipov wrote: Security advisories are taken up by a security team [3]. Does this team or any other group/person take any measures to assure security with testing tools, with a special test plan or functional requirements? We do occasionally receive reports to the security team that prov

Assuring Security by testing

2008-04-30 Thread Michael Osipov
Hi devs, I've been investigating Apache Tomcat within my Bachelor's thesis "Application of security test tools in open source" at the Free University of Berlin (FU Berlin) [1]. Basically, I am looking for security measures which have been taken to prevent security leaks/vulnerabilities especially

DO NOT REPLY [Bug 44908] LoggerConfigurationException Caused by session-timeout Setting in web.xml

2008-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44908 --- Comment #1 from Edwin Lee <[EMAIL PROTECTED]> 2008-04-30 03:02:22 PST --- Created an attachment (id=21885) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21885) WAR file to replicate issue. -- Configure bugmail: https

DO NOT REPLY [Bug 44908] New: LoggerConfigurationException Caused by session-timeout Setting in web.xml

2008-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44908 Summary: LoggerConfigurationException Caused by session-timeout Setting in web.xml Product: Tomcat 4 Version: 4.1.37 Platform: PC OS/Version: Windows XP Statu

Re: Mavenizing Tomcat : Was: Osgifing Tomcat

2008-04-30 Thread Remy Maucherat
On Tue, 2008-04-29 at 22:28 -0400, Yoav Shapira wrote: > On Tue, Apr 29, 2008 at 10:09 PM, Remy Maucherat <[EMAIL PROTECTED]> wrote: > > The current build scripts are fully tested and work well. Adding > > additional methods of building or replacing these scripts altogether > > would only provid

Re: Osgifing Tomcat

2008-04-30 Thread Peter Kriens
Regarding HttpService - I don't think it's a good idea for tomcat. One of the major problems with OSGI ( and we need to make sure we don't fall in this trap ) is the re-invention of common APIs - logging, servlet interfaces, etc. As a bit of background. The logging and Http Service API are fro

[Tomcat Wiki] Trivial Update of "SSLWithFORMFallback" by JamesGoodger

2008-04-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by JamesGoodger: http://wiki.apache.org/tomcat/SSLWithFORMFallback --

DO NOT REPLY [Bug 43174] EOFException was thrown repeatedly from StandardManager

2008-04-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43174 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED