Re: HttpClient: Basic Authentication & acting more like a browser

2002-01-28 Thread David Bullock
I didn't say there was anything wrong with caching credentials as well. This is indeed useful. But there is still a situation where you have to do two large submits on the first time the credentials are challenged, one of which is wasted. In some situations, this could be unacceptable. If could

Re: HttpClient: Basic Authentication & acting more like a browser

2002-01-28 Thread Ian Kallen <[EMAIL PROTECTED]>
I don't think he was asking about the spec's facilities for request requirement discovery, I think he was suggesting that the httpclient's state mechanism should behave more like a conventional browsers'. There's no reason not to do it; even if you could count on all of your servers to implement

Re: JISP, cache

2002-01-28 Thread Juozas Baliuka
At 01:33 AM 1/29/2002 -0500, you wrote: >What kind of performance are you getting from JISP? > >For JCS I tried using a generic key that would take a serialized object >and compared on the hashcode and the performance is not so great. I ran >jprobe on it and the io is the bottleneck. The hashcod

JISP, cache

2002-01-28 Thread Aaron Smuts
What kind of performance are you getting from JISP? For JCS I tried using a generic key that would take a serialized object and compared on the hashcode and the performance is not so great. I ran jprobe on it and the io is the bottleneck. The hashcode was insignificant. . . . Maybe I'm too ti

Re: cvs commit: jakarta-commons-sandbox/io/src/test/org/apache/commons/io IOTestCase.java

2002-01-28 Thread Martin Cooper
FileUtils seems an odd place to define ONE_KB, ONE_MB and ONE_GB, since they're not specific to file size or disk space. Not sure if there's a better place, though... -- Martin Cooper - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 25, 2002 6

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka AbstractReporter.java

2002-01-28 Thread dion
dion02/01/28 19:38:22 Modified:latka/src/java/org/apache/commons/latka AbstractReporter.java Log: Formatting changes Revision ChangesPath 1.12 +3 -3 jakarta-commons/latka/src/java/org/apache/commons/latka/AbstractReporter.java

Re: HttpClient: Basic Authentication & acting more like a browser

2002-01-28 Thread David Bullock
I was reading in the HTTP 1.1 spec just today, and found that there is a way for the client to see if the server is willing to respond to the HTTP request headers before sending the message body. If the server is, then it gives the response right away. If not, then it asks the client to continue

Re: Requesting site update for Latka

2002-01-28 Thread Geir Magnusson Jr.
On 1/28/02 7:46 PM, "dIon Gillard" <[EMAIL PROTECTED]> wrote: > Hi, > > I've commited some changes to files in jakarta-commons/docs/latka. If > someone with access to jakarta.apache.org would update the site from cvs > at their next convenience, I'd appreciate it. > > Thanks, Done -- Geir Ma

Requesting site update for Latka

2002-01-28 Thread dIon Gillard
Hi, I've commited some changes to files in jakarta-commons/docs/latka. If someone with access to jakarta.apache.org would update the site from cvs at their next convenience, I'd appreciate it. Thanks, -- dIon Gillard, Multitask Consulting http://www.multitask.com.au/developers -- To unsub

cvs commit: jakarta-commons/docs/latka index.html

2002-01-28 Thread dion
dion02/01/28 16:41:46 Modified:docs/latka index.html Log: Added links to reference docs Revision ChangesPath 1.3 +7 -1 jakarta-commons/docs/latka/index.html Index: index.html === RCS

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka AbstractReporter.java

2002-01-28 Thread dion
dion02/01/28 16:38:37 Modified:latka/src/java/org/apache/commons/latka AbstractReporter.java Log: Formatting changes Revision ChangesPath 1.11 +141 -141 jakarta-commons/latka/src/java/org/apache/commons/latka/AbstractReporter.java

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka AbstractReporter.java

2002-01-28 Thread dion
dion02/01/28 16:33:41 Modified:latka/src/java/org/apache/commons/latka AbstractReporter.java Log: Added version Revision ChangesPath 1.10 +1 -0 jakarta-commons/latka/src/java/org/apache/commons/latka/AbstractReporter.java Index

cvs commit: jakarta-commons/latka/doc index.xml

2002-01-28 Thread dion
dion02/01/28 16:32:33 Modified:latka/doc index.xml Log: Added links to XML Ref, User's guide and api docs Revision ChangesPath 1.12 +8 -1 jakarta-commons/latka/doc/index.xml Index: index.xml ===

cvs commit: jakarta-commons/latka/tests/samples TestCommonsWebsite.xml

2002-01-28 Thread dion
dion02/01/28 15:53:41 Modified:latka/tests/samples TestCommonsWebsite.xml Log: Changed public dtd name to include version number in URL Revision ChangesPath 1.8 +1 -1 jakarta-commons/latka/tests/samples/TestCommonsWebsite.xml Index: TestCommonsWebsite

cvs commit: jakarta-commons/docs/latka TestCommonsWebsite.xml

2002-01-28 Thread dion
dion02/01/28 15:52:38 Modified:docs/latka TestCommonsWebsite.xml Log: Fix for 1.0 directories until next rebuild Revision ChangesPath 1.3 +1 -1 jakarta-commons/docs/latka/TestCommonsWebsite.xml Index: TestCommonsWebsite.xml =

cvs commit: jakarta-commons/docs/latka/dtds report.dtd tests.ent suite.dtd suite.ent standardValidations.ent

2002-01-28 Thread dion
dion02/01/28 15:52:05 Removed: docs/latka/dtds report.dtd tests.ent suite.dtd suite.ent standardValidations.ent Log: Moved to 1.0 directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons/docs/latka/dtds/1.0 tests.ent suite.ent suite.dtd standardValidations.ent report.dtd

2002-01-28 Thread dion
dion02/01/28 15:51:39 Added: docs/latka/dtds/1.0 tests.ent suite.ent suite.dtd standardValidations.ent report.dtd Log: Moved to 1.0 directory Revision ChangesPath 1.1 jakarta-commons/docs/latka/dtds/1.0/tests.ent Index:

cvs commit: jakarta-commons/docs/latka/dtds/1.0 - New directory

2002-01-28 Thread dion
dion02/01/28 15:50:43 jakarta-commons/docs/latka/dtds/1.0 - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [Latka] new Website docs and public DTDs

2002-01-28 Thread dIon Gillard
Morgan Delagrange wrote: >I wrote: > >>My hesitation is that, as you know, the Latka DTD is not one big file but >>several entity files wrapped by a small XML doc. If we didn't use separate >> >>directories, we'd have to put version numbers on all of those files. Long >>term, that seems like a

RE: digester data to XML

2002-01-28 Thread Scott Sanders
Check into betwixt in the sandbox. I believe it is designed to do this... Scott > -Original Message- > From: Ian Kallen <[EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 3:53 PM > To: [EMAIL PROTECTED] > Subject: digester data to XML > > > > I played ar

digester data to XML

2002-01-28 Thread Ian Kallen <[EMAIL PROTECTED]>
I played around over the weekend with a digester-driven configuration engine for something I'm working on. One of the features I'll have to support is programmatic updating of the application and saving the updated configuration tree back to XML -- is there any framework for this under developme

Re: ObjectPool - weak reference based impl

2002-01-28 Thread Slawek Zachcial
__ > > Do You Yahoo!? > > Great stuff seeking new owners in Yahoo! Auctions! > > > http://auctions.yahoo.com > > > > -- > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[E

Re: [Latka] new Website docs and public DTDs

2002-01-28 Thread Morgan Delagrange
I wrote: > My hesitation is that, as you know, the Latka DTD is not one big file but > several entity files wrapped by a small XML doc. If we didn't use separate > directories, we'd have to put version numbers on all of those files. Long > term, that seems like a hassle. In any case, any non-b

Re: [Latka] new Website docs and public DTDs

2002-01-28 Thread Morgan Delagrange
- Original Message - From: "dIon Gillard" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 4:33 PM Subject: Re: [Latka] new Website docs and public DTDs > Morgan Delagrange wrote: > > >Hey dIon et al. > > > >The new docs and pu

cvs commit: jakarta-commons/latka build.xml

2002-01-28 Thread dion
dion02/01/28 14:16:30 Modified:latkabuild.xml Log: added dtds to webpages build Revision ChangesPath 1.24 +9 -1 jakarta-commons/latka/build.xml Index: build.xml === RCS file: /home

[PATCH] for list() functionality for AltRMI

2002-01-28 Thread vinaysahil chandran
__ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com cvs -q diff -w (in directory C:\bkup\altrmi\src) ? java/org/apache/commons/altrmi/common/ListReply.java (Attached) ? java/org/apache/commons/altrmi/co

Re: [Latka] new Website docs and public DTDs

2002-01-28 Thread dIon Gillard
Morgan Delagrange wrote: >Hey dIon et al. > >The new docs and public DTDs look great! Just a few comments... > >Public DTDs are a good idea, but we may want to go ahead and account for >revolutions. We can guarantee that Latka 1.0 test suites will work in Latka >1.1 and Latka 1.8.4, but we won'

Re: HttpClient OutOfMemory continued

2002-01-28 Thread Serge Knystautas
Doh, thanks... obviously misread that line. Well, any ideas then why the code is ignoring the content-length and just reads from the stream until the JVM dies? Serge Knystautas Loki Technologies - Unstoppable Websites http://www.lokitech.com/ - Original Message - From: "Andreas Erz" <[EM

Re: HttpClient OutOfMemory continued

2002-01-28 Thread Andreas Erz
Serge Knystautas wrote: SK> HttpMethodBase Line 1055: calls getResponseHeader with "Content-Length"... SK> should be "content-length" since getResponseHeader returns all lower case SK> HttpMethodBase Line 1056: same thing, different header SK> HttpMethodBase Line 454: same thing, different header

HttpClient OutOfMemory continued

2002-01-28 Thread Serge Knystautas
I got another OutOfMemory error, and I think it's because the connection (or the method) is keeping a handle on what data is retrieved, and then it fails while trying to get the content-length to read the headers. Check out these (believed) bugs in the code... HttpMethodBase Line 1055: calls get

[Latka] new Website docs and public DTDs

2002-01-28 Thread Morgan Delagrange
Hey dIon et al. The new docs and public DTDs look great! Just a few comments... Public DTDs are a good idea, but we may want to go ahead and account for revolutions. We can guarantee that Latka 1.0 test suites will work in Latka 1.1 and Latka 1.8.4, but we won't guarantee that they will work f

[PATCH] for BaseModelMBean.java

2002-01-28 Thread Amy Roh
Add getter for BasedModelMBean's managed resource. cvs diff BaseModelMBean.java (in directory C:\jakarta\jakarta-commons-sandbox\modeler\src\java\org\apache\commons\modeler\) Index: BaseModelMBean.java === RCS file: /home/cvs/jakart

Re: [VOTE] new committer Juozas Baliuka

2002-01-28 Thread robert burrell donkin
+1 - robert On Saturday, January 26, 2002, at 04:32 PM, Gerhard Froehlich wrote: > Hi Team, > > I would like to propose Juozas Baliuka ([EMAIL PROTECTED]) as > new committer. > > He has been very very helpful to get the simplestore rolling and > he did at least most of the brainwork. The last d

RE: [VOTE] new committer Juozas Baliuka

2002-01-28 Thread Scott Sanders
+1. Scott > -Original Message- > From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 26, 2002 8:33 AM > To: Jakarta Commons Developers List > Subject: [VOTE] new committer Juozas Baliuka > > > Hi Team, > > I would like to propose Juozas Baliuka ([EMAIL PROT

cvs commit: jakarta-commons/latka/bin latka.sh

2002-01-28 Thread dion
dion02/01/27 16:54:30 Modified:latka/bin latka.sh Log: Changed to pick up all jars in latka/lib, use LATKA_HOME env var if present Revision ChangesPath 1.9 +22 -2 jakarta-commons/latka/bin/latka.sh Index: latka.sh ==

cvs commit: jakarta-commons/docs/latka TestCommonsWebsite.xml

2002-01-28 Thread dion
dion02/01/27 15:10:31 Modified:docs/latka TestCommonsWebsite.xml Log: Making DTDs public Revision ChangesPath 1.2 +3 -1 jakarta-commons/docs/latka/TestCommonsWebsite.xml Index: TestCommonsWebsite.xml =

cvs commit: jakarta-commons/docs/latka/dtds tests.ent suite.ent suite.dtd standardValidations.ent report.dtd

2002-01-28 Thread dion
dion02/01/27 15:09:44 Added: docs/latka/dtds tests.ent suite.ent suite.dtd standardValidations.ent report.dtd Log: Making DTDs public Revision ChangesPath 1.1 jakarta-commons/docs/latka/dtds/tests.ent Index: tests.ent

cvs commit: jakarta-commons/latka/tests/samples TestCommonsWebsite.xml

2002-01-28 Thread dion
dion02/01/27 15:05:34 Modified:latka/tests/samples TestCommonsWebsite.xml Log: Made DTD entries public Revision ChangesPath 1.7 +3 -1 jakarta-commons/latka/tests/samples/TestCommonsWebsite.xml Index: TestCommonsWebsite.xml ==

cvs commit: jakarta-commons/docs/latka/dtds - New directory

2002-01-28 Thread dion
dion02/01/27 15:02:34 jakarta-commons/docs/latka/dtds - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-commons/docs/latka xml-reference.html

2002-01-28 Thread dion
dion02/01/27 13:03:48 Modified:docs/latka xml-reference.html Log: Add user's guide to nav Revision ChangesPath 1.2 +1 -1 jakarta-commons/docs/latka/xml-reference.html Index: xml-reference.html

cvs commit: jakarta-commons/docs/latka proposal.html

2002-01-28 Thread dion
dion02/01/27 13:03:30 Modified:docs/latka proposal.html Log: Added user's guide to nav Revision ChangesPath 1.2 +1 -1 jakarta-commons/docs/latka/proposal.html Index: proposal.html ===

cvs commit: jakarta-commons/docs/latka index.html

2002-01-28 Thread dion
dion02/01/27 13:01:13 Modified:docs/latka index.html Log: Added user's guide to navbar Revision ChangesPath 1.2 +1 -1 jakarta-commons/docs/latka/index.html Index: index.html === RCS f

cvs commit: jakarta-commons/latka build.xml

2002-01-28 Thread dion
dion02/01/27 12:53:07 Modified:latkabuild.xml Log: Fixed typo on sample test Revision ChangesPath 1.23 +2 -2 jakarta-commons/latka/build.xml Index: build.xml === RCS file: /home/cv

cvs commit: jakarta-commons/latka/doc status.xml

2002-01-28 Thread dion
dion02/01/27 12:44:27 Modified:latka/doc status.xml Log: removed doc system todo Revision ChangesPath 1.7 +0 -8 jakarta-commons/latka/doc/status.xml Index: status.xml === RCS file: /h

cvs commit: jakarta-commons/latka/doc users-guide.xml

2002-01-28 Thread dion
dion02/01/27 12:52:08 Modified:latka/doc users-guide.xml Log: more detail Revision ChangesPath 1.3 +14 -10jakarta-commons/latka/doc/users-guide.xml Index: users-guide.xml === RCS file:

cvs commit: jakarta-commons/docs/latka status.html users-guide.html

2002-01-28 Thread dion
dion02/01/27 12:49:38 Modified:docs/latka status.html users-guide.html Log: Changed status info to have me as a committer. More detail for users guide Revision ChangesPath 1.2 +3 -8 jakarta-commons/docs/latka/status.html Index: status.html =

cvs commit: jakarta-commons/latka/doc status.xml

2002-01-28 Thread dion
dion02/01/27 12:42:12 Modified:latka/doc status.xml Log: Fixed release from 1.0 alpha 2 to 1.0 alpha 1 Revision ChangesPath 1.6 +1 -1 jakarta-commons/latka/doc/status.xml Index: status.xml

cvs commit: jakarta-commons/latka/doc status.xml

2002-01-28 Thread dion
dion02/01/27 12:40:01 Modified:latka/doc status.xml Log: Added myself as a committer Revision ChangesPath 1.5 +2 -1 jakarta-commons/latka/doc/status.xml Index: status.xml === RCS file

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/server/impl/adapters InovcationHandlerAdapter.java

2002-01-28 Thread hammant
hammant 02/01/28 06:19:08 Modified:altrmi/src/java/org/apache/commons/altrmi/server/impl AbstractServer.java altrmi/src/java/org/apache/commons/altrmi/server/impl/adapters InovcationHandlerAdapter.java Log: More work on

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/generator/ant AltrmiInterfaceTask.java

2002-01-28 Thread hammant
hammant 02/01/28 06:18:08 Modified:altrmi/src/java/org/apache/commons/altrmi/generator/ant AltrmiInterfaceTask.java Log: patch from Sam to aid gump Revision ChangesPath 1.6 +1 -1 jakarta-commons-sandbox/altrmi/src/java/org/apache/commo

Re: [PATH] Altrmi support for build.sysclasspath

2002-01-28 Thread Paul Hammant
Thanks Sam, Will apply. - Paul >[[ resubmitting with a better subject line ]] > >Patch to allow AltrmiInterfaceTask to support build.sysclasspath (see >http://jakarta.apache.org/ant/manual/sysclasspath.html for details). For >now, I coded the default to be to "ignore" the CLASSPATH environment

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test DirectMarshalledTest.java DirectTest.java

2002-01-28 Thread hammant
hammant 02/01/28 06:04:55 Modified:altrmi/src/java/org/apache/commons/altrmi/server AltrmiServer.java altrmi/src/java/org/apache/commons/altrmi/server/impl AbstractServer.java StreamServerConnection.java altrm

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/server/impl/adapters - New directory

2002-01-28 Thread hammant
hammant 02/01/28 05:26:54 jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/server/impl/adapters - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

[PATH] Altrmi support for build.sysclasspath

2002-01-28 Thread Sam Ruby
[[ resubmitting with a better subject line ]] Patch to allow AltrmiInterfaceTask to support build.sysclasspath (see http://jakarta.apache.org/ant/manual/sysclasspath.html for details). For now, I coded the default to be to "ignore" the CLASSPATH environment variable, but I would encourage you to