Re: tomcat source / eclipse project

2005-11-03 Thread Ian Darwin
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 eclipse files, I'll add them to the

Re: Sloppy, Lazy Tomcat Developers (Was: Persistent xmlValidation Problem)

2005-11-04 Thread Ian Darwin
If you don't feel special enough, I can do it in two seconds and can get you a cool membership to the dev-deny list :) Maybe we could just filter out yahoo, hotmail and the other free fake web domains so that people who want to post abusive comments and use really original insults that we've

Re: jakarta site leftovers

2005-12-17 Thread Ian Darwin
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. Ian

Re: EL and JSP 2.1

2006-01-05 Thread Ian Darwin
- do we maintain servletapi for 6.0? No for the api stuff proper. We don't host it, can't change it and our own implementation would be more trouble than it is worth. Maybe for the examples. It is useful to be able to fix problems with them. The examples could always be merged in with the

Re: Tomcat 6 source organisation

2006-02-28 Thread Ian Darwin
Costin Manolache wrote: Re. source folders versus modules - we can have both of them, it's not exclusive. Single source tree makes it easy to navigate, more IDE-friendly, etc. The build file can compile as many modules as needed - either by compiling a subset of the tree, or by compiling the

Re: Tomcat 6 source organisation part 2

2006-03-01 Thread Ian Darwin
So let's make it: - tc6.0.x/trunk: - src: all the relevant sources go there - webapps: all our current webapps, including the examples webapps - resources: misc resources, such as configuration files (server.xml), readmes, etc +1

Re: ParserController.java

2006-03-16 Thread Ian Darwin
One of the patches I need to get TC working with JSP in EBCDIC is the following: Any comments? Yes. Fix your clock. You live in the future :) What!? EBCDIC makes a comeback in the future? :-) Quick, let me phone my stock broker...

Re: svn commit: r389421 - in /tomcat/tc6.0.x/trunk: .classpath .project

2006-03-28 Thread Ian Darwin
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: Author: costin Date: Mon Mar 27 22:45:43 2006 New Revision: 389421 URL: http://svn.apache.org/viewcvs?rev=389421view=rev Log: Add eclipse files This sort of thing is an unwanted convenience (for example, it trashes my own files, and I would

TC6 documentation

2006-04-04 Thread Ian Darwin
The current doc scheme of writing in abstract XML and converting to HTML was fine for its day. But now that all modern browsers can render XHTML directly, could we do the TC6 docs directly in XHTML? It would certainly simplify building. We could use jsp:include to include common elements :-)

Re: TC6 documentation

2006-04-04 Thread Ian Darwin
Yoav Shapira wrote: There were other reasons for using XML, like the ability for Jakarta to have some common elements that would get automagically resolved into the bug tracking URLs, etc. For example, when I edit the changelog it's great to just put in bugn/bug and have it be resolved to the

Re: [VOTE] Tomcat 6 release plan

2006-10-18 Thread Ian Darwin
Remy Maucherat wrote: Hi, The release plan is located here: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/RELEASE-PLAN-6.0.txt ballot [X] +1 [ ] +0 [ ] -1 /ballot - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Eclipse WTP and Tomcat 6.0.x ?

2006-11-14 Thread Ian Darwin
Yoav Shapira wrote: Hi, Larry, thanks for these efforts. I've been wondering for a while who was maintaining this support, and never got around to checking. It's much appreciated, at least by me, but I'm sure by many others as well +1 here too!

Re: Proposed new security pages

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

Re: [VOTE] New committer: Fabian Carrion

2007-03-01 Thread Ian Darwin
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. +1 - To

Re: How to develop filter for tomcat ?

2007-03-12 Thread Ian Darwin
Questions about Servlet filters belong on the Tomcat user's list. This list is for people developing Tomcat itself, not people developing Servlets and related web application components. - To unsubscribe, e-mail: [EMAIL

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

2007-03-25 Thread Ian Darwin
+1 Ian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mktemp didn't exist on i5

2007-03-29 Thread Ian Darwin
Henri Gomez wrote: While rebuild trunk from mod_jk I got an error on iSeries about missing mktemp in iSeries. if (!jk_shmem.lockname) { if (shm_lock_reopen) { int i; jk_shmem.fd_lock = -1; mode_t mask = umask(0); for (i = 0; i 8; i++) {

Re: mktemp didn't exist on i5

2007-03-29 Thread Ian Darwin
Henri Gomez wrote: Well I5, also known as iSeries or AS/400, run on i5/OS which is not Unix but IBM proprietary (called OS/400 previously) Oh well, it's been broken longer :-) I stand by my suggestion on how to fix it. Ian

Re: Feedback on my project proposal

2009-04-01 Thread Ian Darwin
Rahul Saxena wrote: If we derive several servlets form a generic servlet and then if we specify a filter for that generic servlet, will that filter work for all derived servlets or not??? Indeed. It should make no difference how the servlets are derived; what matters is the filter-mapping

Re: svn commit: r763298 - in /tomcat/trunk/java/org/apache/catalina: core/StandardContext.java core/StandardHost.java tribes/membership/Membership.java util/InstanceSupport.java util/LifecycleSupport.

2009-04-09 Thread Ian Darwin
Filip Hanik - Dev Lists wrote: I'm generally against this find bugs 'may be bugs' issues. is there an actual bug here? It's generally making the code better. What do you object to about it? - To unsubscribe, e-mail:

o.a.c.ha.session.BackupManager question

2009-04-12 Thread Ian Darwin
While running an automated code testing tool of my own design I found that a few of the accessors on this class are incorrect, or at least, setter silently ignored, getter returns hard-coded value. Can anybody please tell me if this was intentional, or just something that's not used anyway?

Re: DO NOT REPLY [Bug 47049] New: TOMCAT MANAGER appears in Spanish, tildes/accents are not resolved.

2009-04-18 Thread Ian Darwin
Is there a policy on how we store localized files? The file java/org/apache/catalina/manager/LocalStrings_es.properties appears mostly to be ASCII characters but it has a few 16-bit unicode chars stuck in it, which then get interpreted as 2 8-bit chars because there is no Unicode mark at the

Re: Tomcat 6 and Apache 2.2 - installed, running but not displaying right

2009-04-27 Thread Ian Darwin
cavillac wrote: Installed them and both processes are running. mod_jk2 is in place and got copied to conf/auto so everything seems to be working. However, when I go to http://localhost:8080 I get this http://www.nabble.com/file/p23258316/apache.png One thing possibly worthy of

Re: Testing new website sync process

2009-09-03 Thread Ian Darwin
I'd like to volunteer the Tomcat website. Any objections? I'm happy to take on fixing any teething problems. ... My own view is that a staging site isn't necessary. Our site is simple. We can test locally before committing and with commits affecting the live site within a few seconds,

Re: Time for 6.0.33?

2011-07-01 Thread Ian Darwin
On 7/1/2011 4:32 AM, Mark Thomas wrote: On 14/06/2011 14:09, Mark Thomas wrote: The changelog is getting quite long for 6.0.x. Is it time for another release? Jean-Frederic - are you able to RM this or do we need to find a volunteer for this one? No replies to this. Is this because

Re: PROPOSAL: Update Tomcat 7 tests to JUnit 4

2011-07-22 Thread Ian Darwin
Are there any objections or comments? Go for it! JUnit 4.x has been out and stable for like a hundred years now :-). - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Tomcat Logo

2006-05-09 Thread Ian Darwin
Remy Maucherat wrote: Mladen Turk wrote: It would be nice to have colored .eps. My Photoshop does not support .svg :) Bleh. I would recommend using Gimp (and svg) instead, and I think it's a great contribution from Javier. +1 :-)

Re: SQL Realm for tomcat

2006-07-16 Thread Ian Darwin
Neelesh wrote: Hello all! Joined the group today. The reason I joined the group is to understand more about the excellent container and contribute, if possible. As a starter I've implemented a very simple and basic SQLRealm, to execute arbitrary SQL queries against a database to retrieve

Re: svn lock: /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Error.java

2006-07-21 Thread Ian Darwin
Wade Chandler wrote: Yes this sucks. We can't even easily filter the mails out on our ends because of the way they are sent. We could look for svn, but what if a message is really related to svn. This is unlikely to happen again but, of course, if it does you can just (as I imagine most ppl

Re: custom HttpSession server.xml

2006-08-12 Thread Ian Darwin
I'm interested in customize the default HttpSession, but I don't know how can I custom it? I should like when form my servlet I execute req.getSession(), it returns me my customized HttpSession: HttpSession session = req.getSession(true);

Re: [DRAFT] Board Report for September 2006

2006-09-01 Thread Ian Darwin
Releases: - mod_jk 1.2.17 and 1.2.18 were released. 1.2.18 is currently the stable release (it was put out on July 20th). mod_jk 1.2.19 is in the works, expected to release in September. - Tomcat 4.1.34 is being voted on right now, with expected final release next week. This is a bug fix,

Re: [Tomcat Wiki] Update of TomcatTrackNA10_PMC_Sessions by markt

2010-03-19 Thread Ian Darwin
BTW, I saw you have Becoming a Tomcat 7 super user. Perhaps Introducing Tomcat 7 would be a logical forerunner to this talk ? Filip, Tim, Yoav. Anyone of you guys interesed ? I was thinking about that last night, but I have to check my schedule and funding. There could be two sessions in

Re: Tomcat 7 windows installer image

2010-03-26 Thread Ian Darwin
I was told this will look better as a welcome installer image :) WDYT? +1 Ian - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: svn commit: r950983 - /tomcat/trunk/conf/server.xml

2010-06-03 Thread Ian Darwin
On Thu, Jun 03, 2010 at 03:50:06PM +0200, Rainer Jung wrote: !-- Access log processes all example. Documentation at: /docs/config/valve.html -- -!-- Valve className=org.apache.catalina.valves.AccessLogValve directory=logs

Re: DO NOT REPLY [Bug 48827] Error validating empty tag that contains jsp:attribute in JSP documents in XML syntax

2010-07-09 Thread Ian Darwin
One more regression due to bug47977 fix: If the empty tag contains a comment, Tomcat barks that tag .. must be empty but is not. I have never heard a cat bark. Not even a Tomcat. - To unsubscribe, e-mail:

Re: [PROPOSAL] Change the name of the default host in server.xml

2010-07-15 Thread Ian Darwin
On Thu, Jul 15, 2010 at 01:51:04PM +0100, Mark Thomas wrote: I'm teaching a Tomcat course today and tomorrow and one of the students raised the question why is the default host called localhost? The implied relationship to 127.0.0.1 was causing confusion. That got me thinking: I am about

Re: [Tomcat6] Eclipse warnings

2009-12-16 Thread Ian Darwin
On Thu, Dec 17, 2009 at 03:23:14AM +0300, Konstantin Kolinko wrote: I think that adding @Override or generics to the existing API is, at least formally, an API change, and thus TC 7 is the right place to fix it. @Override is just a compile time annotation to check the override status, so I'm

Re: Tomcat encryption algorithms in binary

2010-01-20 Thread Ian Darwin
On Wed, Jan 20, 2010 at 07:31:47PM +0100, Shan, Justine wrote: Hi, As far as I know, the only encryption implemented by Tomcat itself is SSL. But I need to know what exactly algorithms have been implemented and distributed with the binary from Apache Tomcat 5.X and 6. Sorry, but your vague

Re: DO NOT REPLY [Bug 22405] warn if not deploy with umask 0077 or if deployed as root and provide tutorial URL Secure deployment

2011-01-19 Thread Ian Darwin
On 01/19/11 13:47, Mark Thomas wrote: On 19/01/2011 18:45, bugzi...@apache.org wrote: https://issues.apache.org/bugzilla/show_bug.cgi?id=22405 --- Comment #5 from Mark Thomas ma...@apache.org 2011-01-19 13:45:40 EST --- Created an attachment (id=26519) --

Re: JNDI, resource and LDAP Trouble

2011-04-27 Thread Ian Darwin
If you are going to answer questions that are asked in the wrong list, rather than waiting until they are re-posted on the users list, please do so privately, or on the user list. Answering them on the wrong list leads to search engines finding the answer in the wrong list's archive and this leads

Re: [ANN] CI for Tomcat 6 and 7 docs now available

2010-09-17 Thread Ian Darwin
Dumb question: what is a CI build? Continuous Integration. See http://www.martinfowler.com/articles/continuousIntegration.html - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: svn commit: r1001216 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

2010-09-26 Thread Ian Darwin
On Sun, Sep 26, 2010 at 10:00:29PM +1300, Tim Whittington wrote: Bah. Trying to convince Eclipse not to use tabs is proving tricky - will be more vigilent.. Then, once you get it right, document it! I think most settings like that can be done at a project level or globally; if project level

Re: Atomicity violation in setAttribute

2010-09-26 Thread Ian Darwin
In this case, both threads will continue running the function with ?replaced? bit turned on and the oldValue of both thread will point to the same location. This means that the value of the first thread that did the put operation will not be treated as a value that was replaced. Could you

Re: Is it possible to handle exception on ant build?

2010-10-28 Thread Ian Darwin
I am new to this forum. Please move redirect me to ant users forum with this thread. It is not a forum. It is a mailing list. More precisely, the real version of this list is a mailing list. It is copied to several forum sites, which google leads people to instead of the list archives,

Re: Invitation to become a Tomcat committer

2010-11-24 Thread Ian Darwin
No. It all worked. The only issue is that the commit e-mail that ws sent to the dev list is lost. It is possible to re-create it but I don't think it is worth it. If others disagree, I'll dig through the infra docs and remind myself how to do that. I see no need for you to spend time digging

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

2007-07-09 Thread Ian Darwin
It's nice if *someone* provides good reference examples; consider the mess in PHP development-by-example that's left the web in a half-usable state. Good reference examples? Do you want to encourage people to code getRequestDispatcher.forward() by hand? Or do you want them using one of the

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

2007-07-09 Thread Ian Darwin
William L. Thomson Jr. wrote: Just FYI, on Gentoo we do not install or provide the examples by default. One must set the examples USE flag for examples to be installed. Because of such they were kinda moot issues for the recent security issues for us on Gentoo. Same thing on OpenBSD; there's a

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

2007-07-09 Thread Ian Darwin
Leech, Jonathan wrote: My 2 cents: - Don't install the examples by default. - Implement them in straight .jsp / servlets etc w/o using frameworks. - Encourage each framework to implement the same examples using their framework. Fair enough. How about installing by default a very simple