Re: [ANNOUNCE] Release of Commons HttpClient 2.0 Release Candidate 2

2003-10-14 Thread Michael Becke
These are some definite benefits.  I think that Mark's concerns are 
also valid.  The presence of an exe installer might indicate to users 
that HttpClient is an application instead of a library.  If we do 
decide to implement the installer I think we will have to address this 
question in documentation, etc.

Mike

On Tuesday, October 14, 2003, at 02:05 AM, [EMAIL PROTECTED] wrote:

"Wilcox, Mark" <[EMAIL PROTECTED]> wrote on 14/10/2003 03:47:06 PM:

Um -- but Maven and Tomcat are applications, HttpClient is a
library. And given the variety of ways that you can import a library
with Java, I'm not sure exactly what the Win32 would give you over 
unzip
& go.

1) Display and acceptance of license
2) Start/Programs/ Menu option with links to installed docs, samples, 
home
page and bug reporting system etc
3) Easy uninstall for the user.
4) Easier to start with for a novice.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/



-
To unsubscribe, e-mail: 
[EMAIL PROTECTED]
For additional commands, e-mail: 
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [ANNOUNCE] Release of Commons HttpClient 2.0 Release Candidate 2

2003-10-13 Thread dion
"Wilcox, Mark" <[EMAIL PROTECTED]> wrote on 14/10/2003 03:47:06 PM:

> Um -- but Maven and Tomcat are applications, HttpClient is a 
> library. And given the variety of ways that you can import a library
> with Java, I'm not sure exactly what the Win32 would give you over unzip 
& go.

1) Display and acceptance of license
2) Start/Programs/ Menu option with links to installed docs, samples, home 
page and bug reporting system etc
3) Easy uninstall for the user.
4) Easier to start with for a novice.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [ANNOUNCE] Release of Commons HttpClient 2.0 Release Candidate 2

2003-10-13 Thread Wilcox, Mark
Um -- but Maven and Tomcat are applications, HttpClient is a library. And given the 
variety of ways that you can import a library with Java, I'm not sure exactly what the 
Win32 would give you over unzip & go.
 
Mark

-Original Message- 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tue 10/14/2003 1:07 AM 
To: Commons HttpClient Project 
Cc: 
Subject: Re: [ANNOUNCE] Release of Commons HttpClient 2.0 Release Candidate 2



Michael Becke <[EMAIL PROTECTED]> wrote on 14/10/2003 01:50:01 PM:

> Do you think that it would be warranted for HttpClient?  Is this
Why not? It's software installed by a user.

> something that Maven supports, or is there any kind of Apache standard?

maven doesn't support it yet, but we are working on it. There's no Apache
Standard AFAIK, but Tomcat does ship a win32.exe, as does httpd and Maven
:-)

>   I must admit this is not something I have really considered before and

> am a little clueless.

Have a look @ maven's installer if you're on windows.
See http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc1.exe
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





Re: [ANNOUNCE] Release of Commons HttpClient 2.0 Release Candidate 2

2003-10-13 Thread dion
Michael Becke <[EMAIL PROTECTED]> wrote on 14/10/2003 01:50:01 PM:

> Do you think that it would be warranted for HttpClient?  Is this 
Why not? It's software installed by a user.

> something that Maven supports, or is there any kind of Apache standard? 

maven doesn't support it yet, but we are working on it. There's no Apache 
Standard AFAIK, but Tomcat does ship a win32.exe, as does httpd and Maven 
:-)

>   I must admit this is not something I have really considered before and 

> am a little clueless.

Have a look @ maven's installer if you're on windows.
See http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc1.exe
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANNOUNCE] Release of Commons HttpClient 2.0 Release Candidate 2

2003-10-13 Thread Michael Becke
Do you think that it would be warranted for HttpClient?  Is this 
something that Maven supports, or is there any kind of Apache standard? 
 I must admit this is not something I have really considered before and 
am a little clueless.

Mike

On Monday, October 13, 2003, at 10:43 PM, [EMAIL PROTECTED] wrote:

Guys, can I suggest creating a Win32 installer to go along with the
release?
Makes the product look professional to the end user, and can include 
links
to docs, bug reports etc.

Willing to help,
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Michael Becke <[EMAIL PROTECTED]> wrote on 14/10/2003 12:30:44 PM:

The Jakarta Commons HttpClient development team is pleased to announce
the release of HttpClient 2.0 RC2.  This release consists primarily of
bug fixes and will hopefully be the last RC release. Please visit the
HttpClient website  and
download this latest release.
The following changes have been made since Release Candidate 1:

  * 23708 - Added try/catch blocks around calls to 
System.getProperty().

  * 23431 - Added support for disabling transfer-encoding and
content-type headers in
multi-part posts.
  * 23663 - Changed HttpMethodBase to release its HttpConnection when 
a
recoverable
exception occurs.

  * Javadoc enhancements.

  * 23284 - Fixed bug with URI.isIPv4address().

  * 22969 - PostMethod#setParameter fixed to correctly overwrite
existing parameters.
  * 22970 - Fixed bug with PostMethod#removeParameter return value.

  * Improved compliance to RFC 2617

  * 22926 - Added support for digest auth MD5-sess.

  * 22655 - Added support for stale digest nonce values.

  * 22968 - HttpConnection.isResponseAvailable() made a little more
robust, particularly when
used by HeadMethod.
  * 22941 - Switched the order in which socket streams are closed:
output stream closed first,
followed by input stream.
  * Added debugging for connection reclaiming.

  * Removed JCE initialization code specific to the Sun's
implementation.
  * Fixed problem of Basic, Digest & NTLM authentication schemes under
certain circumstances
leaking passwords in clear text to the DEBUG log.
  * Fixed the problem with incorrect selection of the proxy
authentication realm.
  * Changed URI.normalize() to ignore relative path normalization.

Thank you,

Commons HttpClient Development Team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: 
[EMAIL PROTECTED]
For additional commands, e-mail: 
[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [ANNOUNCE] Release of Commons HttpClient 2.0 Release Candidate 2

2003-10-13 Thread dion
Guys, can I suggest creating a Win32 installer to go along with the 
release?

Makes the product look professional to the end user, and can include links 
to docs, bug reports etc.

Willing to help,
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Michael Becke <[EMAIL PROTECTED]> wrote on 14/10/2003 12:30:44 PM:

> The Jakarta Commons HttpClient development team is pleased to announce 
> the release of HttpClient 2.0 RC2.  This release consists primarily of 
> bug fixes and will hopefully be the last RC release. Please visit the 
> HttpClient website  and 
> download this latest release.
> 
> 
> The following changes have been made since Release Candidate 1:
> 
>   * 23708 - Added try/catch blocks around calls to System.getProperty().
> 
>   * 23431 - Added support for disabling transfer-encoding and 
> content-type headers in
> multi-part posts.
> 
>   * 23663 - Changed HttpMethodBase to release its HttpConnection when a 
> recoverable
> exception occurs.
> 
>   * Javadoc enhancements.
> 
>   * 23284 - Fixed bug with URI.isIPv4address().
> 
>   * 22969 - PostMethod#setParameter fixed to correctly overwrite 
> existing parameters.
> 
>   * 22970 - Fixed bug with PostMethod#removeParameter return value.
> 
>   * Improved compliance to RFC 2617
> 
>   * 22926 - Added support for digest auth MD5-sess.
> 
>   * 22655 - Added support for stale digest nonce values.
> 
>   * 22968 - HttpConnection.isResponseAvailable() made a little more 
> robust, particularly when
> used by HeadMethod.
> 
>   * 22941 - Switched the order in which socket streams are closed: 
> output stream closed first,
> followed by input stream.
> 
>   * Added debugging for connection reclaiming.
> 
>   * Removed JCE initialization code specific to the Sun's 
implementation.
> 
>   * Fixed problem of Basic, Digest & NTLM authentication schemes under 
> certain circumstances
> leaking passwords in clear text to the DEBUG log.
> 
>   * Fixed the problem with incorrect selection of the proxy 
> authentication realm.
> 
>   * Changed URI.normalize() to ignore relative path normalization.
> 
> 
> Thank you,
> 
> Commons HttpClient Development Team
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANNOUNCE] Release of Commons HttpClient 2.0 Release Candidate 2

2003-10-13 Thread Michael Becke
The Jakarta Commons HttpClient development team is pleased to announce 
the release of HttpClient 2.0 RC2.  This release consists primarily of 
bug fixes and will hopefully be the last RC release. Please visit the 
HttpClient website  and 
download this latest release.

The following changes have been made since Release Candidate 1:

 * 23708 - Added try/catch blocks around calls to System.getProperty().

 * 23431 - Added support for disabling transfer-encoding and 
content-type headers in
   multi-part posts.

 * 23663 - Changed HttpMethodBase to release its HttpConnection when a 
recoverable
   exception occurs.

 * Javadoc enhancements.

 * 23284 - Fixed bug with URI.isIPv4address().

 * 22969 - PostMethod#setParameter fixed to correctly overwrite 
existing parameters.

 * 22970 - Fixed bug with PostMethod#removeParameter return value.

 * Improved compliance to RFC 2617

 * 22926 - Added support for digest auth MD5-sess.

 * 22655 - Added support for stale digest nonce values.

 * 22968 - HttpConnection.isResponseAvailable() made a little more 
robust, particularly when
   used by HeadMethod.

 * 22941 - Switched the order in which socket streams are closed: 
output stream closed first,
   followed by input stream.

 * Added debugging for connection reclaiming.

 * Removed JCE initialization code specific to the Sun's implementation.

 * Fixed problem of Basic, Digest & NTLM authentication schemes under 
certain circumstances
   leaking passwords in clear text to the DEBUG log.

 * Fixed the problem with incorrect selection of the proxy 
authentication realm.

 * Changed URI.normalize() to ignore relative path normalization.

Thank you,

Commons HttpClient Development Team

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]