Re: [VOTE] Tomcat 4.0.2 b2 release

2002-01-18 Thread Bip Thelin
On Wed, 16 Jan 2002, Remy Maucherat wrote: [...] ballot [ ] +1 Make the release [X] +0 Good idea, but I can't help [ ] -0 Bad idea [ ] -1 No, because: /ballot -bip -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: DO NOT REPLY [Bug 4361] - SsiServlet potentially leaks files

2001-10-25 Thread Bip Thelin
-Original Message- From: Paul Speed [mailto:[EMAIL PROTECTED]] Actually, while I'm on that subject, the diffs are extensive since I've pretty much touched every SSI related file in a very significant way... in addition to removing a few of them. What is the preferred way to

RE: DO NOT REPLY [Bug 4361] - SsiServlet potentially leaks files

2001-10-25 Thread Bip Thelin
and I could try and integrate the changes before I take off. Bip Thelin

RE: DO NOT REPLY [Bug 4361] - SsiServlet potentially leaks files

2001-10-24 Thread Bip Thelin
-Original Message- From: Paul Speed [mailto:[EMAIL PROTECTED]] [...] Actually, includes should share the environment of the parent... in fact, if they set server variables the parent will see them. Ok, that might be true(just looked at Apache's behavior and they seem to do just

RE: DO NOT REPLY [Bug 4361] - SsiServlet potentially leaks files

2001-10-23 Thread Bip Thelin
it may take me a few days. It will include the set command though since that's what I'm going to use to test it. :) Patches and additions are gladly appreciated. Bip Thelin

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/ssi SsiMediator.java

2001-10-22 Thread Bip Thelin
-Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Could you also commit these fixes to the 4.0 branch if you can ? done, I have a bunch of enhancements on my table that I'm gonna take care of as soon as possible, I'm in the process if relocating back to sweden so I

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/conf web.xml

2001-10-19 Thread Bip Thelin
Oups, seems my XML editor reformatted/reindented everything if anyone experiences problem or disslike it feel free to change it or let me know and I can roll back and reapply my changes. Bip

RE: DO NOT REPLY [Bug 4259] New: - SSI prosessing loses content-type information

2001-10-18 Thread Bip Thelin
OS/Version: Linux Status: NEW Severity: Critical Priority: Other Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This should be fixed in the coming nightly build, 20011019 Bip Thelin

RE: [VOTE] New Committer

2001-10-18 Thread Bip Thelin
-Original Message- From: Christopher Cain [mailto:[EMAIL PROTECTED]] I would like to nominate Patrick Luby [EMAIL PROTECTED] for committer status. His recent contributions include several security-manager-related patches and documentation help, and appears keen to tackle

RE: [VOTE] Release Plan for Apache Tomcat 4.0 (final release)

2001-09-05 Thread Bip Thelin
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Please review this proposal, and the associated Bugzilla bug reports, and cast your vote: -- Release Plan for Apache Tomcat 4.0 (final release) -- [X] +1I am in favor of this plan, and will

RE: bugs to fix for tc4.0 final

2001-09-05 Thread Bip Thelin
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] I have reopened the bug, as jsp pages are not compiled under windows 2000 using jdk 1.4b2 and tc 4.0b7. Under jdk 1.3.1, everything works well. i suspect this is due to a change in the error

RE: Addition of 'dirty' field to Session interface

2001-08-24 Thread Bip Thelin
checking the footprints against the real objects and determine if they changed or not and based on that replicate of whatever we want to do. Similar to how PersistentManager check sessions to determine if they should be swapped to disk or backed up. Or is this just plain dumb? -bip thelin

RE: [VOTE] New Tomcat Committer

2001-08-24 Thread Bip Thelin
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] As Jon informally did last week or so, I'd like to formally propose Christopher Cain [EMAIL PROTECTED] as a committer on Tomcat. He's contributed lots of useful discussion, patches, and documentation

RE: [PATCH] TC4 shell Scripts

2001-08-20 Thread Bip Thelin
-Original Message- From: Stephane Bailliez [mailto:[EMAIL PROTECTED]] Fixed some bugs that prevented its use under cygwin. Can someone with cygwin try out the catalina.sh diff, I commited the digest.sh diff. Thanks, Bip Thelin

RE: [VOTE] Sources in Binary Distributions

2001-08-02 Thread Bip Thelin
-Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] [...] [X] - +1 Remove the sources [I will help in the process, meaning do the job] [ ] - +0 Remove the sources [I can't help, won't help] [ ] - -0 Leave the sources [But since I don't volunteer this is not

RE: [DOC] Resend of ROOT/index.html

2001-07-27 Thread Bip Thelin
like giving the default apps a more appealing look that goes well with what you just submitted I don't think anyone would disagree with updating them. Bip Thelin

RE: Sources in Binary Distributions

2001-07-27 Thread Bip Thelin
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] [...] For Tomcat 4, what do folks think of omitting the sources from the binary distribution? This would knock the size of the binary distributions down by around 2 megabytes (which I'm sure people would also

RE: Sources in Binary Distributions

2001-07-27 Thread Bip Thelin
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] [...] Well, ant dist ***is*** how binary distributions (for both the nightly builds and releases) are created, so this should not be too much of a surprise :-). Oups, ignore my last post. ..bip

Re: JDBC session store, release date projections, etc

2001-05-24 Thread Bip Thelin
Dunlop, Aaron wrote: [...] First: We will need to cluster application servers in front of a central database. We want the ability to add and remove servers from that farm in real-time, without disturbing ongoing sessions. That either means storing sessions remotely in the central DB, or

Re: the ssi mediator

2001-05-22 Thread Bip Thelin
Martin van den Bemt wrote: Hi, I've been browsing through the util package (catalaina/src/share/org/apache/catalina/util/* ) for my preperation of writing tests. I came acros the SsiMediator. All the ssi commands created there override SsiMediator and SsiMediator adds all the commands to

Re: public static String Digest() in JDBCRealm

2001-05-18 Thread Bip Thelin
Craig R. McClanahan wrote: It went away by accident during my refactoring. It'll get put back in (by me) sometime, unless someone wants to beat me to it (hint, hint :-). I put the static method back in along with the main() method. I'd actually prefer to see a little stand-alone tool for

public static String Digest() in JDBCRealm

2001-05-15 Thread Bip Thelin
Have the public static Digest method in JDBCRealm gone away? I couldn't find it when browsing through RealmBase/JDBCRealm. ..bip

Re: public static String Digest() in JDBCRealm

2001-05-15 Thread Bip Thelin
Ignacio J. Ortega wrote: It 's on RealmBase at least on my CVS working copy.. Sorry, forgot to specify the version, do you have a public Digest method that is static for Tomcat 4 in RealmBase? ..bip

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/coreLocalStrings.propertiesStandardContextMapper.java

2001-05-11 Thread Bip Thelin
[EMAIL PROTECTED] wrote: craigmcc01/05/11 16:20:12 Modified:catalina/src/share/org/apache/catalina/core LocalStrings.properties StandardContextMapper.java Log: Return error 400 if the user uses invalid characters (including %00 and %7f) in a URI.

Re: [PROPOSAL/VOTE] Tomcat 4.0 Beta 4 Release

2001-05-08 Thread Bip Thelin
Craig R. McClanahan wrote: Now that the Proposed Final Draft 2 versions of the Servlet 2.3 and JSP 1.2 specs have been published (with Tomcat 4.0 updated to support the latest changes), and a ton of bug fixes have been made, I would like to propose that we create a Tomcat 4.0 Beta 4 release

Re: Class Loader Problem?

2001-05-08 Thread Bip Thelin
Wildeboer, Tonnis wrote: [...] I have gone so far as completely removing VCALookup.class from my classes directory and I still get the same Exception. I also tried instantiating the class from a different file (first line of my doGet()) and still get the same Exception. I copied a known

Re: [PROPOSAL Tomcat 4.x] Cluster

2001-05-07 Thread Bip Thelin
Kief Morris wrote: [...] My point is that the Manager/Cluster needs to know when the session is in use by another instance of Catalina. A locking mechanism must be implemented by the Cluster (or whatever) to prevent a session from being used by multiple instances at once. This mechanism

Re: [VOTE] New Committer: Kevin Seguin

2001-05-03 Thread Bip Thelin
GOMEZ Henri wrote: I would like to propose Kevin Seguin as a new committer. He make a great job in developping the ajp13 protocol for Tomcat 4.0 and this code will be a great help for sites wanting to upgrade from 3.2.x to 4.0 while still using mod_jk +1 Welcome! ..bip

Re: JDBCStore package for Tomcat 4.x

2001-04-16 Thread Bip Thelin
Kief Morris wrote: [...] I think this is a good way to go about it: it looks like the table name can be configured in the server.xml file. Probably the column names should also maintained as JDBCStore properties for configurability. Yes, that's why I wrote the last email to get some

Re: JDBCStore package for Tomcat 4.x

2001-04-16 Thread Bip Thelin
"Craig R. McClanahan" wrote: [...] One of my original thoughts was along this line ... a Store should be responsible for expiring its own swapped-out sessions. In practice, you would have a background thread inside JDBCStore doing this for you. The Store would also double check the

Re: JDBCStore package for Tomcat 4.x

2001-04-13 Thread Bip Thelin
codeStore/code interface that stores * serialized session objects in a database. Sessions that are * saved are still subject to being expired based on inactivity. * * @author Bip Thelin * @version $Revision$, $Date$ */ public class JDBCStore implements Lifecycle, Runnable, Store {

Re: JDBCStore package for Tomcat 4.x

2001-04-10 Thread Bip Thelin
"Craig R. McClanahan" wrote: [...] A couple of quick notes: - Would it be possible to flesh out the rest of the JavaDoc comments? I would like us to maintain the high quality level of JavaDocs that Tomcat 4 is known for :-) Flesh out? As in enhance the comments? Yes that's

[PATCH StandardSession] patch and additions to the Storeimplementations.

2001-04-07 Thread Bip Thelin
m the * class loader for this web application. This allows classes defined only * with the web application to be found correctly. * * @author Craig R. McClanahan * @author Bip Thelin * @version $Revision$, $Date$ */ public final class CustomObjectInputStream extends ObjectInputStrea

JDBCStore package for Tomcat 4.x

2001-04-07 Thread Bip Thelin
mObjectInputStream; import org.apache.catalina.util.LifecycleSupport; import org.apache.catalina.util.StringManager; /** * Concrete implementation of the codeStore/code interface that stores * serialized session objects in a database. Sessions that are * saved are sti

[PATCH] patch to make PersistentManager work with different Storeimplementations.

2001-04-06 Thread Bip Thelin
This is a minor change so you can specify the store to use within server.xml. Here's how you can change the Store use from server.xml: Manager className="org.apache.catalina.session.PersistentManager" debug="0" saveOnRestart="true" maxActiveSessions="1"

[PATCH] patch to make PersistentManager work with different Storeimplementations.

2001-04-06 Thread Bip Thelin
If you get this email twice please ignore. Our emailserver experienced problems yesterday so I never think my email was delivered. ..bip - This is a minor change so you can specify the store to use within server.xml. Here's how you can change the Store use from server.xml:

Re: ? on SSI virtual file

2001-04-03 Thread Bip Thelin
Amy Roh wrote: (1) According to NCSA "virtual gives a virtual path to a document on the server." So no matter which context you're in, !--#include virtual="/test.txt" -- should try to access "test.txt" on your server's root, right? Does virtual have to start with "/" always? I would

Re: Behavior of new Server Side Include Functionality

2001-04-02 Thread Bip Thelin
"Craig R. McClanahan" wrote: We can provide this option since this kind of makes sense in a web-app environment. However, I think the default way should be relative to the server's root following NCSA. What do you think? +1 on defaulting to NCSA rules, but I'd really like to see a

Re: CGI support servlet (TC 4) -- feedback wanted

2001-04-02 Thread Bip Thelin
"Craig R. McClanahan" wrote: 2) Addition to default context Would this CGI servlet be added to the default context similar to SsiInvokerServlet? Yes. I would suggest that we do this, but leave it commented out. The reason is that the potential for mischief is *much*

Re: JDBC-Session store

2001-03-28 Thread Bip Thelin
Kief Morris wrote: Excellent! Let us know if you need any help. I will, BTW how is the work on distributed sessions coming along? Is it possible to distribute sessions over x number of machines and that if one goes down you could go to the other and happily continue your session?

Re: JDBC-Session store

2001-03-28 Thread Bip Thelin
"Craig R. McClanahan" wrote: [...] Kief, a while back (when the work on PersistentManager was going on), the need for a little refactoring work on Manager vs. StandardManager would be useful. Have you thought any more about what we should do here? I couldn't find anything about how to add

Re: JDBC-Session store

2001-03-28 Thread Bip Thelin
Grr, seems my message got stuck somewhere so I'll resend it. "Craig R. McClanahan" wrote: [...] Kief, a while back (when the work on PersistentManager was going on), the need for a little refactoring work on Manager vs. StandardManager would be useful. Have you thought any more about what

JDBC-Session store

2001-03-26 Thread Bip Thelin
According to the STATUS.html(which doesn't seem to be up to date) no one seems to have volunteered for the JDBC-Session store. If that is truly the case I would like to volunteer for that part. Thanks, Bip

SSI Update

2001-03-23 Thread Bip Thelin
Here's the latest version of the SSI package which now *fully* implements: Echo Config errmsg sizefmt timefmt Fsize flastmod include exec is the only command from the NCSA SSI standard that is not supported. Enjoy, Bip tomcat-4.x.SSI.zip

Re: TOMCAT 4.x SSI Status

2001-03-21 Thread Bip Thelin
Attached is the latest SSI package, it's not heavily tested. It supports expiration on the SSI page and buffering. Check below how to use it also ook below on what's implemented and what's not. Amy, check the files and mail me and we can decide how to work on the package towards a "stable"

[Fwd: Re: TOMCAT 4.x SSI Status]

2001-03-21 Thread Bip Thelin
And here's the file I proMISSED. ..bip Original Message Subject: Re: TOMCAT 4.x SSI Status Date: Tue, 20 Mar 2001 17:20:30 -0800 From: Bip Thelin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Organization: Razorfish To: [EMAIL PROTECTED] References: [EMAIL PROTECTED

Re: TOMCAT 4.x SSI Status

2001-03-20 Thread Bip Thelin
Amy Roh wrote: Bip, What's the status on the SSI feature that you were working on. I would like to help you finish all the features and commit the code if you'd like. Status? Hi, I'll mail the latest source later on today(Pacific time). I've had my ass full of good 'ol work-work lately.

Re: [TOMCAT 4.x SSI] Update

2001-03-06 Thread Bip Thelin
Hans Bergsten wrote: JSSI supports most of the NCSA SSI commands as well as the servlet tag for invoking servlets. In addition, it implements a number of configurable settings, such as expiration time, buffering, (and server-side caching, I believe) etc. When I started writing the

[TOMCAT 4.x SSI] Update

2001-03-05 Thread Bip Thelin
Here's an update of the SSI package I submitted a week ago. The "only" SSI command that has been added is 'echo', example. !--# echo var="SERVER_NAME"--. The main part of the update is a major rewrite of code/[structure|pattern]. Please let me know if you find bugs/flaws. I appologize for the

[Tomcat 4.x] SSI package

2001-02-28 Thread Bip Thelin
Attatched is a _very_ early release of the SSI package. It's just the initial framework and one working SSI command 'fsize' which returns a file's size. Looks like this: '!--#fsize virtual="/tomcat.gif"--' I appologize for the path in the Zipfile, for some reason Winzip screwed up my path. Anyway

[TOMCAT 4.x] SSI - Servlet Provided Functionality

2001-02-26 Thread Bip Thelin
I've started working on the SSI implementation for Tomcat 4.x. I don't know if anyone else is working on that since I didn't see anyone volunteered. However I've come a bit on the way and should have a beta due next week. Let you know further when I have code to present. Regards, Bip /*