cvs commit: jakarta-commons-sandbox/modeler/src/test/org/apache/commons/modeler/demo Demo.java

2002-01-18 Thread craigmcc
craigmcc02/01/18 22:23:24 Modified:modeler/src/test/org/apache/commons/modeler/demo Demo.java Log: Remove references to the Trace and HtmlAdaptorServer classes (which are specific to the JMX RI implementation) from the test and demo classes. Revision ChangesPath 1.2

cvs commit: jakarta-commons/latka .cvsignore

2002-01-18 Thread dion
dion02/01/18 20:51:35 Modified:latka.cvsignore Log: ignore local netbeans files Revision ChangesPath 1.2 +1 -0 jakarta-commons/latka/.cvsignore Index: .cvsignore === RCS file: /ho

cvs commit: jakarta-commons/latka build.properties.sample

2002-01-18 Thread dion
dion02/01/18 20:43:41 Modified:latkabuild.properties.sample Log: Added URLs to comments for jar file downloaders Revision ChangesPath 1.17 +13 -1 jakarta-commons/latka/build.properties.sample Index: build.properties.sample

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

2002-01-18 Thread dion
dion02/01/18 20:40:40 Modified:latka/src/java/org/apache/commons/latka/event SuiteEvent.java Log: Added javadocs Revision ChangesPath 1.5 +4 -0 jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteEvent.java Inde

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

2002-01-18 Thread dion
dion02/01/18 20:40:17 Modified:latka/src/java/org/apache/commons/latka/event SuiteCompletedEvent.java Log: Added javadocs Revision ChangesPath 1.5 +9 -2 jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteCompletedEv

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

2002-01-18 Thread dion
dion02/01/18 20:39:50 Modified:latka/src/java/org/apache/commons/latka/event RequestSucceededEvent.java Log: Added javadocs Revision ChangesPath 1.5 +12 -4 jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestSucceed

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

2002-01-18 Thread dion
dion02/01/18 20:39:02 Modified:latka/src/java/org/apache/commons/latka/event RequestSkippedEvent.java Log: Added javadocs Revision ChangesPath 1.5 +15 -4 jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestSkippedEv

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

2002-01-18 Thread dion
dion02/01/18 20:38:24 Modified:latka/src/java/org/apache/commons/latka/event RequestFailedEvent.java Log: Fixed tabs, formatting and javadocs Revision ChangesPath 1.5 +22 -6 jakarta-commons/latka/src/java/org/apache/commons/latka/ev

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

2002-01-18 Thread dion
dion02/01/18 20:37:36 Modified:latka/src/java/org/apache/commons/latka/event RequestEvent.java Log: Added javadocs Revision ChangesPath 1.5 +18 -3 jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestEvent.java

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

2002-01-18 Thread dion
dion02/01/18 20:35:46 Modified:latka/src/java/org/apache/commons/latka/event RequestErrorEvent.java Log: Updated javadocs Revision ChangesPath 1.5 +28 -8 jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestErrorEven

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

2002-01-18 Thread dion
dion02/01/18 20:22:34 Modified:latka/src/java/org/apache/commons/latka/event BaseRequestEvent.java Log: Fixed author tag in class definition Revision ChangesPath 1.6 +2 -2 jakarta-commons/latka/src/java/org/apache/commons/latka/eve

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

2002-01-18 Thread Donnie Hale
A couple of thoughts here. FWIW, I spent 2-1/2 years early in the life of the web writing custom security realms, etc., for use across the web. First, I thought the HTTP spec dictated when and for what criterion to use what has been dubbed the "preemptive strike" behavior. Don't have it handy to

Re: HttpClient: Code for a multipart POST method

2002-01-18 Thread Matthew Albright
Hmmm, my message with the tarball attached didn't seem to go through. Here's a patch instead: diff -crN commons-httpclient/src/java/org/apache/commons/httpclient/methods/MultipartPostMethod.java commons-httpclient-mine/src/java/org/apache/commons/httpclient/methods/MultipartPostMethod.java ***

[DIGESTER] Patch for SetTopRule.java,v 1.10

2002-01-18 Thread Janek Bogucki
Hi, This patch is for SetTopRule.java,v 1.10. It's essentially a clarification to the API documentation although it includes edits on the end() method. The edit on this method is to swap the names of the variables 'parent' and 'child' to match the roles of these variables have. It also correct

Re: HttpClient: Code for a multipart POST method

2002-01-18 Thread Matthew Albright
And, here is the code... (DOH!) matt __ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ MultipartPostMethod.tar.gz Description: MultipartPostMethod.tar.gz -- To unsubscribe, e-mail:

HttpClient: Code for a multipart POST method

2002-01-18 Thread Matthew Albright
I coded this up to satisfy a need I had for an HttpClient that did a form POST with Content-type: multipart/form-data . It works on the one site I needed it to work on, and it fits in the org.apache.commons.httpclient hierarchy, so I thought I'd donate it. Using it is the same as any other Metho

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/xml ParameterHandler.java RequestHandler.java RequestHeaderHandler.java

2002-01-18 Thread morgand
morgand 02/01/18 12:22:45 Modified:latka/src/java/org/apache/commons/latka/http Request.java RequestImpl.java SessionImpl.java latka/src/java/org/apache/commons/latka/xml ParameterHandler.java RequestHandler.java

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

2002-01-18 Thread morgand
morgand 02/01/18 12:20:50 Modified:latka/src/java/org/apache/commons/latka/http ResponseImpl.java Log: getHeader() was returning request headers instead of response headers Revision ChangesPath 1.11 +1 -1 jakarta-commons/latka/src/java/

cvs commit: jakarta-commons/latka/src/java/org/apache/commons/latka/http Credentials.java CredentialsImpl.java Parameters.java ParametersImpl.java RequestHeaders.java RequestHeadersImpl.java

2002-01-18 Thread morgand
morgand 02/01/18 12:20:02 Added: latka/src/java/org/apache/commons/latka/http Credentials.java CredentialsImpl.java Parameters.java ParametersImpl.java RequestHeaders.java RequestHeadersImpl.java Log: addition

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpMethod.java

2002-01-18 Thread morgand
morgand 02/01/18 12:17:41 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethod.java Log: doco clarification - getPath() method returns the ACTUAL path in the event of 301 or 302 redirects Revision ChangesPath 1.11 +11 -5

cvs commit: jakarta-commons/latka/tests/latka-self-test TestLatka.xml

2002-01-18 Thread morgand
morgand 02/01/18 12:13:17 Modified:latka/tests/latka-self-test TestLatka.xml Log: fixed response header test and outdated comments Revision ChangesPath 1.13 +9 -22 jakarta-commons/latka/tests/latka-self-test/TestLatka.xml Index: TestLatka.xml

cvs commit: jakarta-commons-sandbox/altrmi PROPOSAL

2002-01-18 Thread hammant
hammant 02/01/18 12:11:29 Modified:altrmi PROPOSAL Log: new performance figures Revision ChangesPath 1.7 +30 -19jakarta-commons-sandbox/altrmi/PROPOSAL Index: PROPOSAL === RCS file: /hom

[Logging] [PATCH] Corrects 1 URL in build.properties.sample

2002-01-18 Thread Eric Dobbs
correct url for avalon [localhost:projects/jakarta-commons/logging] dobbs% cvs diff -u build.properties.sample Index: build.properties.sample === RCS file: /home/cvs/jakarta-commons/logging/build.properties.sample,v retrieving revis

[Logging] [PATCH] Corrects 2 URLS in STATUS.html

2002-01-18 Thread Eric Dobbs
Correct urls for log4j & avalon [localhost:projects/jakarta-commons/logging] dobbs% cvs diff -u STATUS.html Index: STATUS.html === RCS file: /home/cvs/jakarta-commons/logging/STATUS.html,v retrieving revision 1.3 diff -u -r1.3 STATU

Re: AltRMI - Proposal & request for help

2002-01-18 Thread robert burrell donkin
On Thursday, January 17, 2002, at 06:46 PM, James Strachan wrote: > Hi Paul > > Sorry this mail is really late - I've been offline. I just wanted to day > that AltRMI sounds very interesting, I'm keen to help out - particularly > adding JMS bindings, that sounds right up my street. > > +1 from me

Re: [Vote] Mapper framework in commons

2002-01-18 Thread robert burrell donkin
On Friday, January 18, 2002, at 08:40 AM, Rey Francois wrote: > Agreed, this is getting confusing. Let me reformulate the proposal, > this time for inclusion in the commons directly, and taking feedback > into account. thanks rey. i'm a lot less confused now :) +1 - robert -- To unsubscribe,

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

2002-01-18 Thread Paul C. Bryan
Matthew Albright wrote: > How about a middle ground? I was thinking maybe storing the URL of > the place that required authentication, and then preemptively sending > the authorization for every request that is "underneath" that place > in the hierarchy... In your example of initially authenti

RE: [Vote] Mapper framework in commons

2002-01-18 Thread Scott Sanders
Now that the committer list is out, +1 into commons :) Scott > -Original Message- > From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 18, 2002 1:03 AM > To: Jakarta Commons Developers List > Subject: Re: [Vote] Mapper framework in commons > > > On 1/18/02 3:4

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

2002-01-18 Thread otisg
I was going to suggest taking the path and not only the host:port into consideration. I would send the auth info back only for exact same URLs, not everything below a directory where auth. was required. I believe (not sure) that you could have /secure/dir/index.html and .htaccess in /secure/d

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test SocketClientTest.java SocketServerTest.java

2002-01-18 Thread hammant
hammant 02/01/18 09:33:07 Modified:altrmi altrmi-tests.xml altrmi/src/java/org/apache/commons/altrmi/client/impl/socket SocketObjectStreamHostContext.java SocketObjectStreamInvocationHandler.java altrmi/src/

Re: getMappedProperty in PropertyUtils

2002-01-18 Thread Craig R. McClanahan
On Fri, 18 Jan 2002, Diego Amicabile wrote: > Date: Fri, 18 Jan 2002 13:30:18 +0100 (CET) > From: Diego Amicabile <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: getMappedProperty in PropertyUtils > > Hi people, > > I am using

Re: [Vote] Mapper framework in commons

2002-01-18 Thread Craig R. McClanahan
My +1 must have gotten swallowed by my mailer ... Craig On Fri, 18 Jan 2002, Rey Francois wrote: > Date: Fri, 18 Jan 2002 09:40:19 +0100 > From: Rey Francois <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]> > To: 'Jakarta Commons Developers List' <[EMAIL PROT

Re: [Vote] Mapper framework in commons

2002-01-18 Thread Geir Magnusson Jr.
On 1/18/02 3:40 AM, "Rey Francois" <[EMAIL PROTECTED]> wrote: > Agreed, this is getting confusing. Let me reformulate the proposal, > this time for inclusion in the commons directly, and taking feedback > into account. The following section have been updated and need a new > reading: 1.5, 2, 2.1,

getMappedProperty in PropertyUtils

2002-01-18 Thread Diego Amicabile
Hi people, I am using Mapped Properties from the BeanUtils project in my web application. I have a bean which has both indexed properties and mapped Properties which have the same names, that is these are his public methods signatures : public Object getObject(int index) public Object getOb

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

2002-01-18 Thread Matthew Albright
--- "Paul C. Bryan" <[EMAIL PROTECTED]> wrote: [...] > Storing the URL, as you suggest is overly restrictive, and would > potentially require caching every separate URL that has required > authentication for a particular realm. > > Most browsers appear to send credentials for every subsequent >

RE: [simplestore] enhancements (was: [simplestore] inital check in)

2002-01-18 Thread Juozas Baliuka
> >Hehe, I agree, but it's a beginning and I hope you stay on board. I'll try >to setup some Test classes at the weekend that we can test this stuff. >When you've ideas for testing feel free to communicat them! I will fix the main method in SoftMemoryStore and this inner TestStore class must be

[Vote] Mapper framework in commons

2002-01-18 Thread Rey Francois
Agreed, this is getting confusing. Let me reformulate the proposal, this time for inclusion in the commons directly, and taking feedback into account. The following section have been updated and need a new reading: 1.5, 2, 2.1, and 4. Votes already received for inclusion in commons are: Ted Hus