svn commit: r354829 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/util/IdleConnectionTimeoutThread.java

2005-12-07 Thread olegk
Author: olegk Date: Wed Dec 7 11:05:13 2005 New Revision: 354829 URL: http://svn.apache.org/viewcvs?rev=354829view=rev Log: Changelog: * Made all methods synchronized * shutdown() will immediately unblock the thread if it is blocked waiting Contributed by Michael Becke Modified: jakarta

svn commit: r354155 - in /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient: ./ auth/ methods/multipart/ params/ util/

2005-12-05 Thread olegk
Author: olegk Date: Mon Dec 5 12:18:10 2005 New Revision: 354155 URL: http://svn.apache.org/viewcvs?rev=354155view=rev Log: PR #37616 (Findbugs reports and fixes) Fixes for problems discovered by running findbugs 0.94.rc1 on HttpClient 3.0rc4 Submitted by Sebb sebb at apache.org Reviewed

svn commit: r345737 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/util/ test/org/apache/commons/httpclient/ test/org/apache/commons/httpclient/cookie/

2005-11-20 Thread olegk
Author: olegk Date: Sun Nov 20 04:30:47 2005 New Revision: 345737 URL: http://svn.apache.org/viewcvs?rev=345737view=rev Log: PR #37526 (warn on invalid set-cookie header) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glück and Michael Becke Modified: jakarta/commons/proper/httpclient

svn commit: r345738 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-11-20 Thread olegk
Author: olegk Date: Sun Nov 20 04:47:42 2005 New Revision: 345738 URL: http://svn.apache.org/viewcvs?rev=345738view=rev Log: PR #37526 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r345322 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodBase.java

2005-11-17 Thread olegk
Author: olegk Date: Thu Nov 17 12:20:08 2005 New Revision: 345322 URL: http://svn.apache.org/viewcvs?rev=345322view=rev Log: Fixed misspelled method name Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodBase.java Modified: jakarta/commons

svn commit: r332125 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/methods/multipart/ test/org/apache/commons/httpclient/

2005-11-09 Thread olegk
Author: olegk Date: Wed Nov 9 11:41:40 2005 New Revision: 332125 URL: http://svn.apache.org/viewcvs?rev=332125view=rev Log: PR #37256 (MultipartEntity incorrectly computes unknown length) Contributed by Loïc Péron loic.peron at bigfoot.com Reviewed by Michael Becke, Oleg Kalnichevski, Ortwin

svn commit: r332126 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-11-09 Thread olegk
Author: olegk Date: Wed Nov 9 11:43:12 2005 New Revision: 332126 URL: http://svn.apache.org/viewcvs?rev=332126view=rev Log: PR #37256 (Patch contributed by Loïc Péron) Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk

svn commit: r331601 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/HttpMethodDirector.java test/org/apache/commons/httpclient/TestProxy.java

2005-11-07 Thread olegk
Author: olegk Date: Mon Nov 7 13:32:36 2005 New Revision: 331601 URL: http://svn.apache.org/viewcvs?rev=331601view=rev Log: PR #37345 (ProxyCredentials disclosed to remote host) Contributed by Oleg Kalnichevski Reviewed by Michael Becke Modified: jakarta/commons/proper/httpclient/trunk

svn commit: r331603 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/methods/multipart/Part.java

2005-11-07 Thread olegk
Author: olegk Date: Mon Nov 7 13:42:22 2005 New Revision: 331603 URL: http://svn.apache.org/viewcvs?rev=331603view=rev Log: PR #37256 (MultipartEntity incorrectly computes unknown length) Contributed by Oleg Kalnichevski Reviewed by Michael Becke Modified: jakarta/commons/proper

svn commit: r331609 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-11-07 Thread olegk
Author: olegk Date: Mon Nov 7 14:00:34 2005 New Revision: 331609 URL: http://svn.apache.org/viewcvs?rev=331609view=rev Log: PR #37256 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r331132 - /jakarta/commons/proper/httpclient/trunk/project.xml

2005-11-06 Thread olegk
Author: olegk Date: Sun Nov 6 10:39:40 2005 New Revision: 331132 URL: http://svn.apache.org/viewcvs?rev=331132view=rev Log: Added Samit Jain jain.samit at gmail.com to the list of the project contributors Modified: jakarta/commons/proper/httpclient/trunk/project.xml Modified: jakarta

svn commit: r329914 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/SimpleHttpConnectionManager.java

2005-10-31 Thread olegk
Author: olegk Date: Mon Oct 31 13:24:47 2005 New Revision: 329914 URL: http://svn.apache.org/viewcvs?rev=329914view=rev Log: PR #37274 (SimpleHttpConnectionManager is used incorrectly by tutorial code) Contributed by Oleg Kalnichevski Modified: jakarta/commons/proper/httpclient/trunk/src

svn commit: r329918 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodDirector.java

2005-10-31 Thread olegk
Author: olegk Date: Mon Oct 31 13:32:40 2005 New Revision: 329918 URL: http://svn.apache.org/viewcvs?rev=329918view=rev Log: PR #37197 (Preemptive auth flags disregarded during ssl tunnel creation) Contributed by wynand wolman at gmail.com Reviewed by Oleg Kalnichevski Modified: jakarta

svn commit: r329920 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-10-31 Thread olegk
Author: olegk Date: Mon Oct 31 13:36:44 2005 New Revision: 329920 URL: http://svn.apache.org/viewcvs?rev=329920view=rev Log: PR #37197 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r327789 - /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/cookie/TestCookieNetscapeDraft.java

2005-10-23 Thread olegk
Author: olegk Date: Sun Oct 23 06:17:00 2005 New Revision: 327789 URL: http://svn.apache.org/viewcvs?rev=327789view=rev Log: Additional test coverage for the bug report #37204 Modified: jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/cookie

svn commit: r327791 - in /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/methods/multipart: MultipartRequestEntity.java Part.java

2005-10-23 Thread olegk
Author: olegk Date: Sun Oct 23 06:27:39 2005 New Revision: 327791 URL: http://svn.apache.org/viewcvs?rev=327791view=rev Log: PR #37089 (need members of MultipartRequestEntity to be protected instead of private to make it extendable for multipart/related) Contributed by Guillaume Cottenceau

svn commit: r327792 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpConnection.java

2005-10-23 Thread olegk
Author: olegk Date: Sun Oct 23 06:34:28 2005 New Revision: 327792 URL: http://svn.apache.org/viewcvs?rev=327792view=rev Log: Removed unused import Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpConnection.java Modified: jakarta/commons/proper

svn commit: r326707 - in /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient: NTCredentials.java UsernamePasswordCredentials.java

2005-10-19 Thread olegk
Author: olegk Date: Wed Oct 19 13:51:46 2005 New Revision: 326707 URL: http://svn.apache.org/viewcvs?rev=326707view=rev Log: PR #37154 (UsernamePasswordCredentials.equals(null) throws NPE) Contributed by Oleg Kalnichevski Reviewed by Michael Becke Modified: jakarta/commons/proper

svn commit: r326708 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-10-19 Thread olegk
Author: olegk Date: Wed Oct 19 13:53:13 2005 New Revision: 326708 URL: http://svn.apache.org/viewcvs?rev=326708view=rev Log: PR #37154 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r326188 - in /jakarta/commons/proper/httpclient/trunk: ./ src/java/org/apache/commons/httpclient/HttpConnection.java

2005-10-18 Thread olegk
Author: olegk Date: Tue Oct 18 11:11:20 2005 New Revision: 326188 URL: http://svn.apache.org/viewcvs?rev=326188view=rev Log: PR #37129 (User-defined ProtocolSocketFactory for secure connection through proxy) Changelog: * HttpConnection changed to use a protocol socket factory registered

svn commit: r326189 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-10-18 Thread olegk
Author: olegk Date: Tue Oct 18 11:16:41 2005 New Revision: 326189 URL: http://svn.apache.org/viewcvs?rev=326189view=rev Log: PR #37129 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r326193 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java

2005-10-18 Thread olegk
Author: olegk Date: Tue Oct 18 11:21:20 2005 New Revision: 326193 URL: http://svn.apache.org/viewcvs?rev=326193view=rev Log: PR #37133 (Preemptive Authorization parameter initialization incorrect, causes preemptive auth not to work) Contributed by Brian Moran bmoran at centeris.com Reviewed

svn commit: r312494 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/MultiThreadedHttpConnectionManager.java test/org/apache/commons/httpclient/TestHttpConnectionM

2005-10-09 Thread olegk
Author: olegk Date: Sun Oct 9 12:53:32 2005 New Revision: 312494 URL: http://svn.apache.org/viewcvs?rev=312494view=rev Log: PR #36882 (max connections per host setting does not work) Contributed by Oleg Kalnichevski Reviewed by Michael Becke Modified: jakarta/commons/proper/httpclient

svn commit: r312495 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-10-09 Thread olegk
Author: olegk Date: Sun Oct 9 12:58:53 2005 New Revision: 312495 URL: http://svn.apache.org/viewcvs?rev=312495view=rev Log: PR #36882 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r291689 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpConnection.java

2005-09-26 Thread olegk
Author: olegk Date: Mon Sep 26 10:44:45 2005 New Revision: 291689 URL: http://svn.apache.org/viewcvs?rev=291689view=rev Log: PR #36791 (HttpConnection isOpen flag concurrency problem) Contributed by Jean-Marie White jmwhite5 at yahoo.com Reviewed by Oleg Kalnichevski Michael Becke Modified

svn commit: r291692 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-09-26 Thread olegk
Author: olegk Date: Mon Sep 26 10:46:45 2005 New Revision: 291692 URL: http://svn.apache.org/viewcvs?rev=291692view=rev Log: PR #36791 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r291693 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-09-26 Thread olegk
Author: olegk Date: Mon Sep 26 10:47:26 2005 New Revision: 291693 URL: http://svn.apache.org/viewcvs?rev=291693view=rev Log: Typo Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r291181 - in /jakarta/commons/proper/httpclient/trunk: src/java/org/apache/commons/httpclient/ src/java/org/apache/commons/httpclient/auth/ src/java/org/apache/commons/httpclient/util/ xdo

2005-09-23 Thread olegk
Author: olegk Date: Fri Sep 23 11:13:25 2005 New Revision: 291181 URL: http://svn.apache.org/viewcvs?rev=291181view=rev Log: Various, mostly minor, documentation changes suggested by the users or required as a result of user feedback Modified: jakarta/commons/proper/httpclient/trunk/src

svn commit: r290764 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java

2005-09-21 Thread olegk
Author: olegk Date: Wed Sep 21 11:04:22 2005 New Revision: 290764 URL: http://svn.apache.org/viewcvs?rev=290764view=rev Log: Javadoc fix Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java Modified: jakarta/commons/proper

svn commit: r290260 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/ java/org/apache/commons/httpclient/auth/ test/org/apache/commons/httpclient/auth/

2005-09-19 Thread olegk
Author: olegk Date: Mon Sep 19 13:37:48 2005 New Revision: 290260 URL: http://svn.apache.org/viewcvs?rev=290260view=rev Log: PR #36339 (Request is retried if preemptive authentication fails) Contributed by Oleg Kalnichevski Reviewed by Michael Becke Modified: jakarta/commons/proper

svn commit: r290263 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-09-19 Thread olegk
Author: olegk Date: Mon Sep 19 13:40:38 2005 New Revision: 290263 URL: http://svn.apache.org/viewcvs?rev=290263view=rev Log: PR #36339 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r280621 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/DefaultHttpMethodRetryHandler.java

2005-09-13 Thread olegk
Author: olegk Date: Tue Sep 13 11:41:21 2005 New Revision: 280621 URL: http://svn.apache.org/viewcvs?rev=280621view=rev Log: PR #36595 (DefaultHttpMethodRetryHandler does not check whether the failed method has been aborted) Contributed by Oleg Kalnichevski Reviewed by Michael Becke and Ortwin

svn commit: r280622 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-09-13 Thread olegk
Author: olegk Date: Tue Sep 13 11:43:23 2005 New Revision: 280622 URL: http://svn.apache.org/viewcvs?rev=280622view=rev Log: PR #36595 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r280648 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/HttpMethodBase.java test/org/apache/commons/httpclient/TestConnectionPersistence.java

2005-09-13 Thread olegk
Author: olegk Date: Tue Sep 13 13:34:16 2005 New Revision: 280648 URL: http://svn.apache.org/viewcvs?rev=280648view=rev Log: PR #36369 (Can not set the Proxy-connection header) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glück Modified: jakarta/commons/proper/httpclient/trunk/src

svn commit: r280651 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-09-13 Thread olegk
Author: olegk Date: Tue Sep 13 13:42:38 2005 New Revision: 280651 URL: http://svn.apache.org/viewcvs?rev=280651view=rev Log: PR #36369 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r280413 - in /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org/apache/commons/httpclient/cookie: CookieAttributeHandler.java CookieSource.java RFC2965Spec.java

2005-09-12 Thread olegk
Author: olegk Date: Mon Sep 12 13:37:16 2005 New Revision: 280413 URL: http://svn.apache.org/viewcvs?rev=280413view=rev Log: CookieAttributeHandler interface modified to enable polymorphic invocation of various cookie attribute handles when validating and matching cookies. /Contributed by Oleg

svn commit: r265532 - /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/test/org/apache/commons/httpclient/cookie/TestCookieRFC2965Spec.java

2005-08-31 Thread olegk
Author: olegk Date: Wed Aug 31 10:07:35 2005 New Revision: 265532 URL: http://svn.apache.org/viewcvs?rev=265532view=rev Log: A small bug fix (Arrays.toString not supported in Java 1.2.2) by Samit Jain Modified: jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/test/org/apache

svn commit: r265534 - in /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org/apache/commons/httpclient: HttpMethodBase.java cookie/CookiePolicy.java cookie/CookieVersionSupport.ja

2005-08-31 Thread olegk
Author: olegk Date: Wed Aug 31 10:11:00 2005 New Revision: 265534 URL: http://svn.apache.org/viewcvs?rev=265534view=rev Log: Cookie version support as defined in RFC2965 Added: jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org/apache/commons/httpclient/cookie

svn commit: r264149 [1/3] - in /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src: java/org/apache/commons/httpclient/ java/org/apache/commons/httpclient/cookie/ test/org/apache/commons/h

2005-08-29 Thread olegk
Author: olegk Date: Mon Aug 29 07:28:21 2005 New Revision: 264149 URL: http://svn.apache.org/viewcvs?rev=264149view=rev Log: Corrective patch by Samit Jain based on the initial feedback from other contributors Added: jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org

svn commit: r264149 [3/3] - in /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src: java/org/apache/commons/httpclient/ java/org/apache/commons/httpclient/cookie/ test/org/apache/commons/h

2005-08-29 Thread olegk
Modified: jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/test/org/apache/commons/httpclient/cookie/TestCookieRFC2965Spec.java URL:

svn commit: r240398 - /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/

2005-08-27 Thread olegk
Author: olegk Date: Sat Aug 27 02:32:57 2005 New Revision: 240398 URL: http://svn.apache.org/viewcvs?rev=240398view=rev Log: Created a new branch off the trunk to contain the RFC2965 cookie spec implementation. To be merged back to the trunk at some point past 3.0 final Added: jakarta

svn commit: r240442 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/util/ test/org/apache/commons/httpclient/ test/org/apache/commons/httpclient/cookie/

2005-08-27 Thread olegk
Author: olegk Date: Sat Aug 27 11:07:59 2005 New Revision: 240442 URL: http://svn.apache.org/viewcvs?rev=240442view=rev Log: PR #36140 (ParameterParser parse method for authentication headers does not appear to deal with empty value strings) ParameterParser changed to correctly differentiate

svn commit: r240443 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-08-27 Thread olegk
Author: olegk Date: Sat Aug 27 11:10:45 2005 New Revision: 240443 URL: http://svn.apache.org/viewcvs?rev=240443view=rev Log: PR #36140 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r230876 - in /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient: HttpConnection.java HttpMethodBase.java

2005-08-08 Thread olegk
Author: olegk Date: Mon Aug 8 13:29:32 2005 New Revision: 230876 URL: http://svn.apache.org/viewcvs?rev=230876view=rev Log: PR #35944 (Connection is not released back to the pool if a runtime exception is thrown in HttpMethod#releaseConnection method) Contributed by Oleg Kalnichevski Reviewed

svn commit: r230878 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-08-08 Thread olegk
Author: olegk Date: Mon Aug 8 13:32:49 2005 New Revision: 230878 URL: http://svn.apache.org/viewcvs?rev=230878view=rev Log: PR #35944 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r230882 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/HttpMethodBase.java test/org/apache/commons/httpclient/TestResponseHeaders.java

2005-08-08 Thread olegk
Author: olegk Date: Mon Aug 8 13:40:11 2005 New Revision: 230882 URL: http://svn.apache.org/viewcvs?rev=230882view=rev Log: PR #35085 (An HTTP 204 NO CONTENT response results in dropped connection) Contributed by Ian Bray Ian.Bray at logicacmg.com Reviewed by Oleg Kalnichevski Michael Becke

svn commit: r230886 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-08-08 Thread olegk
Author: olegk Date: Mon Aug 8 13:43:16 2005 New Revision: 230886 URL: http://svn.apache.org/viewcvs?rev=230886view=rev Log: PR #35085 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r224449 - /jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/Jakarta Commons HttpClient HEAD/

2005-07-23 Thread olegk
Author: olegk Date: Sat Jul 23 02:55:04 2005 New Revision: 224449 URL: http://svn.apache.org/viewcvs?rev=224449view=rev Log: Initial import. Added: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/Jakarta Commons HttpClient HEAD

svn commit: r224450 - /jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/Jakarta Commons HttpClient HEAD/

2005-07-23 Thread olegk
Author: olegk Date: Sat Jul 23 03:02:08 2005 New Revision: 224450 URL: http://svn.apache.org/viewcvs?rev=224450view=rev Log: My bad Removed: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/Jakarta Commons HttpClient HEAD

svn commit: r224451 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/params/ java/org/apache/commons/httpclient/util/ test/org/apache/commons/httpclient/ test/org/apache/commons/httpclient/server/

2005-07-23 Thread olegk
Author: olegk Date: Sat Jul 23 03:23:59 2005 New Revision: 224451 URL: http://svn.apache.org/viewcvs?rev=224451view=rev Log: Removed unused instance and static variables Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HostParams.java

svn commit: r224452 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/HttpMethodRetryHandler.java java/org/apache/commons/httpclient/methods/InputStreamRequestEntity.java test/org/apache/commons/httpclient/TestURI.java

2005-07-23 Thread olegk
Author: olegk Date: Sat Jul 23 03:33:39 2005 New Revision: 224452 URL: http://svn.apache.org/viewcvs?rev=224452view=rev Log: Removed references to deprecated methods from Javadocs Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient

svn commit: r224453 - /jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/proxy/PluginProxyTestApplet.java

2005-07-23 Thread olegk
Author: olegk Date: Sat Jul 23 03:36:30 2005 New Revision: 224453 URL: http://svn.apache.org/viewcvs?rev=224453view=rev Log: #getProxyPort and #getProxyHost methods made public Modified: jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/proxy

svn commit: r220179 - in /jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH: release_notes.txt src/java/org/apache/commons/httpclient/HttpMethodBase.java

2005-07-21 Thread olegk
Author: olegk Date: Thu Jul 21 13:24:06 2005 New Revision: 220179 URL: http://svn.apache.org/viewcvs?rev=220179view=rev Log: PR #32333 (Connection not closed after Connection: close request) Back-ported from HttpClient 3.0 by Eric Johnson Modified: jakarta/commons/proper/httpclient

svn commit: r219775 - in /jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/proxy: ./ PluginProxyTest.html PluginProxyTestApplet.java PluginProxyUtil.java ProxyDetectionException.java

2005-07-19 Thread olegk
Author: olegk Date: Tue Jul 19 14:11:09 2005 New Revision: 219775 URL: http://svn.apache.org/viewcvs?rev=219775view=rev Log: A utility class that gives applets the ability to detect proxy host settings. This was adapted from a post from Chris Forster on 20030227 to a Sun Java forum here: http

svn commit: r219776 - in /jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/proxy: PluginProxyTestApplet.java PluginProxyUtil.java ProxyDetectionException.java

2005-07-19 Thread olegk
Author: olegk Date: Tue Jul 19 14:16:56 2005 New Revision: 219776 URL: http://svn.apache.org/viewcvs?rev=219776view=rev Log: Added scary disclaimer Modified: jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/proxy/PluginProxyTestApplet.java

svn commit: r201849 - in /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient: TestEntityEnclosingMethod.java TestWebapp.java TestWebappParameters.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 06:26:59 2005 New Revision: 201849 URL: http://svn.apache.org/viewcvs?rev=201849view=rev Log: Remaining TestWebApp based test cases ported to the SimpleHttpServer based test framework Modified: jakarta/commons/proper/httpclient/trunk/src/test/org/apache

svn commit: r201851 - in /jakarta/commons/proper/httpclient/trunk/src/test: ADDING_TESTS.txt org/apache/commons/httpclient/TestWebapp.java org/apache/commons/httpclient/TestWebappBase.java org/apache/commons/httpclient/TestWebappMethods.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 06:37:05 2005 New Revision: 201851 URL: http://svn.apache.org/viewcvs?rev=201851view=rev Log: Remaining TestWebApp based test cases ported to the SimpleHttpServer based test framework Removed: jakarta/commons/proper/httpclient/trunk/src/test/ADDING_TESTS.txt

svn commit: r201850 - in /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient: TestLocalHost.java TestNoHost.java TestQueryParameters.java TestWebappParameters.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 06:36:10 2005 New Revision: 201850 URL: http://svn.apache.org/viewcvs?rev=201850view=rev Log: Remaining TestWebApp based test cases ported to the SimpleHttpServer based test framework Added: jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons

svn commit: r201852 - /jakarta/commons/proper/httpclient/trunk/src/test-webapp/

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 06:39:43 2005 New Revision: 201852 URL: http://svn.apache.org/viewcvs?rev=201852view=rev Log: Deprecated TestWebApp servlets deleted Removed: jakarta/commons/proper/httpclient/trunk/src/test-webapp

svn commit: r201857 - in /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient: TestAll.java TestAllLocal.java TestGetMethodLocal.java TestHttpConnection.java TestLocalHost.java TestMethodsLocalHost.java TestTraceMethodLocal.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 07:45:58 2005 New Revision: 201857 URL: http://svn.apache.org/viewcvs?rev=201857view=rev Log: Removed test cases that test functionality of the local web server rather that of HttpClient Removed: jakarta/commons/proper/httpclient/trunk/src/test/org/apache

svn commit: r201858 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 07:47:00 2005 New Revision: 201858 URL: http://svn.apache.org/viewcvs?rev=201858view=rev Log: Unused import Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java Modified: jakarta/commons/proper

svn commit: r201860 - in /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient: TestAll.java TestAllExternal.java TestAllLocal.java TestExternalHost.java TestMethodsExternalHost.java

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 07:51:55 2005 New Revision: 201860 URL: http://svn.apache.org/viewcvs?rev=201860view=rev Log: Removed test cases that test functionality of external sites rather that of HttpClient Removed: jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons

svn commit: r201862 - in /jakarta/commons/proper/httpclient/trunk: ./ src/test/org/apache/commons/httpclient/

2005-06-26 Thread olegk
Author: olegk Date: Sun Jun 26 08:03:07 2005 New Revision: 201862 URL: http://svn.apache.org/viewcvs?rev=201862view=rev Log: TestNoHost deprecated and is no longer to be used Modified: jakarta/commons/proper/httpclient/trunk/build.xml jakarta/commons/proper/httpclient/trunk/project.xml

svn commit: r192979 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/NTCredentials.java java/org/apache/commons/httpclient/UsernamePasswordCredentials.java test/org/apache/commons/httpclient/TestCredentials.java

2005-06-22 Thread olegk
Author: olegk Date: Wed Jun 22 12:38:51 2005 New Revision: 192979 URL: http://svn.apache.org/viewcvs?rev=192979view=rev Log: PR #35365 (No equals operation for Credentials implementations) Contributed by Eric Johnson eric at tibco.com Reviewed by Oleg Kalnichevski Michael Becke Modified

svn commit: r192983 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-06-22 Thread olegk
Author: olegk Date: Wed Jun 22 12:41:46 2005 New Revision: 192983 URL: http://svn.apache.org/viewcvs?rev=192983view=rev Log: PR #35365 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r192985 - /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/TestWebappHeaders.java

2005-06-22 Thread olegk
Author: olegk Date: Wed Jun 22 12:46:46 2005 New Revision: 192985 URL: http://svn.apache.org/viewcvs?rev=192985view=rev Log: Ported to the SimpleHttpServer based testing framework Modified: jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/TestWebappHeaders.java

svn commit: r192986 - in /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient: TestHeaderOps.java TestNoHost.java TestWebapp.java TestWebappHeaders.java

2005-06-22 Thread olegk
Author: olegk Date: Wed Jun 22 12:51:04 2005 New Revision: 192986 URL: http://svn.apache.org/viewcvs?rev=192986view=rev Log: Ported to the SimpleHttpServer based testing framework Added: jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/TestHeaderOps.java

svn commit: r190785 - in /jakarta/commons/proper/httpclient/trunk/xdocs: authentication.xml sslguide.xml troubleshooting.xml

2005-06-15 Thread olegk
Author: olegk Date: Wed Jun 15 11:02:44 2005 New Revision: 190785 URL: http://svn.apache.org/viewcvs?rev=190785view=rev Log: PR #34909 (Document the problem with MS impl of digest authentication with older JREs and stale connection check) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glck

svn commit: r190637 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpConnection.java

2005-06-14 Thread olegk
Author: olegk Date: Tue Jun 14 11:43:13 2005 New Revision: 190637 URL: http://svn.apache.org/viewcvs?rev=190637view=rev Log: PR #35322 (Stale connection check does not work with IBM JSSE/JRE) Contributed by Oleg Kalnichevski Reviewed by Michael Becke Modified: jakarta/commons/proper

svn commit: r190640 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-06-14 Thread olegk
Author: olegk Date: Tue Jun 14 11:47:11 2005 New Revision: 190640 URL: http://svn.apache.org/viewcvs?rev=190640view=rev Log: PR #35322 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r190480 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/util/DateUtil.java

2005-06-13 Thread olegk
Author: olegk Date: Mon Jun 13 11:45:24 2005 New Revision: 190480 URL: http://svn.apache.org/viewcvs?rev=190480view=rev Log: PR #35328 (DateUtil#formatDate uses default locale instead of US) Contributed by Yannick yannick at meudal.net Reviewed by Oleg Kalnichevski Ortwin Glck Modified

svn commit: r190485 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/cookie/CookieSpecBase.java test/org/apache/commons/httpclient/cookie/TestCookieCompatibilitySpec.java

2005-06-13 Thread olegk
Author: olegk Date: Mon Jun 13 12:04:56 2005 New Revision: 190485 URL: http://svn.apache.org/viewcvs?rev=190485view=rev Log: PR #35225 (CookieSpecBase.domainMatch() leaks cookies to 3rd party domains) Fixed a major problem with the browser compatibility policy leaking cookies to 3rd party

svn commit: r190492 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-06-13 Thread olegk
Author: olegk Date: Mon Jun 13 12:12:25 2005 New Revision: 190492 URL: http://svn.apache.org/viewcvs?rev=190492view=rev Log: PR #35225, #35328 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r188828 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/auth/DigestScheme.java

2005-06-07 Thread olegk
Author: olegk Date: Tue Jun 7 10:35:20 2005 New Revision: 188828 URL: http://svn.apache.org/viewcvs?rev=188828view=rev Log: PR #34960 (Windows specific implementation of the Digest auth scheme) Changed to take into account charset attribute when available (Known to be used by Microsoft

svn commit: r188829 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-06-07 Thread olegk
Author: olegk Date: Tue Jun 7 10:38:12 2005 New Revision: 188829 URL: http://svn.apache.org/viewcvs?rev=188829view=rev Log: PR #34960 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r179411 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/HttpParser.java test/org/apache/commons/httpclient/TestHttpParser.java

2005-06-01 Thread olegk
Author: olegk Date: Wed Jun 1 13:04:58 2005 New Revision: 179411 URL: http://svn.apache.org/viewcvs?rev=179411view=rev Log: PR #35050 (ProtocolException thrown on slightly broken headers) Contributed by Oleg Kalnichevski Reviewed by Michael Becke Modified: jakarta/commons/proper

svn commit: r179433 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HostConfiguration.java

2005-06-01 Thread olegk
Author: olegk Date: Wed Jun 1 15:16:28 2005 New Revision: 179433 URL: http://svn.apache.org/viewcvs?rev=179433view=rev Log: Code cleanup in #hashCode and #equals methods Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HostConfiguration.java

svn commit: r178662 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/auth/ java/org/apache/commons/httpclient/cookie/ java/org/apache/commons/httpclient/util/ test/org/apache/commons/httpclient/

2005-05-26 Thread olegk
Author: olegk Date: Thu May 26 11:21:14 2005 New Revision: 178662 URL: http://svn.apache.org/viewcvs?rev=178662view=rev Log: PR #34961 (HttpClient does not correctly handle escaped characters in HTTP header elements) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glck Added: jakarta

svn commit: r178663 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-05-26 Thread olegk
Author: olegk Date: Thu May 26 11:30:31 2005 New Revision: 178663 URL: http://svn.apache.org/viewcvs?rev=178663view=rev Log: PR #34961 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r178664 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-05-26 Thread olegk
Author: olegk Date: Thu May 26 11:31:15 2005 New Revision: 178664 URL: http://svn.apache.org/viewcvs?rev=178664view=rev Log: Fixed a typo Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r169849 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/ test/org/apache/commons/httpclient/ test/org/apache/commons/httpclient/server/

2005-05-12 Thread olegk
Author: olegk Date: Thu May 12 10:05:07 2005 New Revision: 169849 URL: http://svn.apache.org/viewcvs?rev=169849view=rev Log: PR #34780 (HttpClient should always override the host of HostConfiguration if an absolute request URI is given) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glck

svn commit: r169851 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-05-12 Thread olegk
Author: olegk Date: Thu May 12 10:06:35 2005 New Revision: 169851 URL: http://svn.apache.org/viewcvs?rev=169851view=rev Log: PR #34780 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r169676 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/HttpMethodDirector.java test/org/apache/commons/httpclient/TestProxy.java

2005-05-11 Thread olegk
Author: olegk Date: Wed May 11 12:13:29 2005 New Revision: 169676 URL: http://svn.apache.org/viewcvs?rev=169676view=rev Log: PR #34740 (Connection with the proxy is not reopened if an proxy auth failure occurs while SSL tunnel is being established) PR #34799 (Httpclient fails to set up tunnel

svn commit: r169678 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-05-11 Thread olegk
Author: olegk Date: Wed May 11 12:16:29 2005 New Revision: 169678 URL: http://svn.apache.org/viewcvs?rev=169678view=rev Log: PR #34740 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r168150 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/HttpMethodBase.java

2005-05-04 Thread olegk
Author: olegk Date: Wed May 4 10:31:44 2005 New Revision: 168150 URL: http://svn.apache.org/viewcvs?rev=168150view=rev Log: PR #34721 (Virtual host setting does not apply when parsing and matching cookies) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glck Modified: jakarta/commons

svn commit: r168151 - /jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/src/java/org/apache/commons/httpclient/HttpMethodBase.java

2005-05-04 Thread olegk
Author: olegk Date: Wed May 4 10:32:10 2005 New Revision: 168151 URL: http://svn.apache.org/viewcvs?rev=168151view=rev Log: PR #34721 (Virtual host setting does not apply when parsing and matching cookies) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glck Modified: jakarta/commons

svn commit: r168153 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-05-04 Thread olegk
Author: olegk Date: Wed May 4 10:35:06 2005 New Revision: 168153 URL: http://svn.apache.org/viewcvs?rev=168153view=rev Log: PR #34721 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r168154 - /jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/release_notes.txt

2005-05-04 Thread olegk
Author: olegk Date: Wed May 4 10:35:27 2005 New Revision: 168154 URL: http://svn.apache.org/viewcvs?rev=168154view=rev Log: PR #34721 Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/release_notes.txt Modified: jakarta/commons/proper/httpclient/branches

svn commit: r165669 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/util/DateUtil.java

2005-05-02 Thread olegk
Author: olegk Date: Mon May 2 12:50:15 2005 New Revision: 165669 URL: http://svn.apache.org/viewcvs?rev=165669view=rev Log: PR #34583 (DateUtil.formatDate() uses default timezone instead of GMT) Contributed by Fred Bierhaus fred.bierhaus at vodafone.com Reviewed by Michael Becke, Ortwin Glck

svn commit: r165670 - /jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-05-02 Thread olegk
Author: olegk Date: Mon May 2 12:52:34 2005 New Revision: 165670 URL: http://svn.apache.org/viewcvs?rev=165670view=rev Log: PR #34583 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r164397 - /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/TestExceptions.java

2005-04-23 Thread olegk
Author: olegk Date: Sat Apr 23 08:44:39 2005 New Revision: 164397 URL: http://svn.apache.org/viewcvs?rev=164397view=rev Log: Fixed broken suite() method Modified: jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/TestExceptions.java Modified: jakarta/commons

svn commit: r164398 - /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/TestExceptions.java

2005-04-23 Thread olegk
Author: olegk Date: Sat Apr 23 08:45:07 2005 New Revision: 164398 URL: http://svn.apache.org/viewcvs?rev=164398view=rev Log: Removed unused import Modified: jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/TestExceptions.java Modified: jakarta/commons/proper

svn commit: r162028 - /jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/TestProxyWithRedirect.java

2005-04-20 Thread olegk
Author: olegk Date: Wed Apr 20 10:37:36 2005 New Revision: 162028 URL: http://svn.apache.org/viewcvs?rev=162028view=rev Log: PR #34427 (IllegalStateException: Authentication state already initialized) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glck Michael Becke Added: jakarta

svn commit: r161944 - in jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/auth/AuthState.java test/org/apache/commons/httpclient/TestNoHost.java test/org/apache/commons/httpclient/TestProxy.java

2005-04-19 Thread olegk
Author: olegk Date: Tue Apr 19 11:33:02 2005 New Revision: 161944 URL: http://svn.apache.org/viewcvs?view=revrev=161944 Log: PR #34427 (IllegalStateException: Authentication state already initialized) Contributed by Oleg Kalnichevski Reviewed by Ortwin Glck Michael Becke Modified

svn commit: r161947 - jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-04-19 Thread olegk
Author: olegk Date: Tue Apr 19 11:40:47 2005 New Revision: 161947 URL: http://svn.apache.org/viewcvs?view=revrev=161947 Log: PR #34427 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r161963 - in jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/methods/EntityEnclosingMethod.java java/org/apache/commons/httpclient/methods/RequestEntity.java test/org/apache/commons/httpclient/TestEntityEnclosingMethod.java

2005-04-19 Thread olegk
Author: olegk Date: Tue Apr 19 13:25:06 2005 New Revision: 161963 URL: http://svn.apache.org/viewcvs?view=revrev=161963 Log: PR #34459 (RequestEntity, EntityEnclosingMethod have inconsistent Javadocs, use deprecated variables) Contributed by Oleg Kalnichevski Reviewed by Michael Becke

svn commit: r161964 - jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-04-19 Thread olegk
Author: olegk Date: Tue Apr 19 13:30:13 2005 New Revision: 161964 URL: http://svn.apache.org/viewcvs?view=revrev=161964 Log: PR #34459 Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http

svn commit: r161330 - jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/TestEntityEnclosingMethod.java

2005-04-14 Thread olegk
Author: olegk Date: Thu Apr 14 11:03:51 2005 New Revision: 161330 URL: http://svn.apache.org/viewcvs?view=revrev=161330 Log: Test coverage for EntityEnclosingMethod Contributed by Oleg Kalnichevski Added: jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient

svn commit: r161333 - jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient

2005-04-14 Thread olegk
Author: olegk Date: Thu Apr 14 11:21:03 2005 New Revision: 161333 URL: http://svn.apache.org/viewcvs?view=revrev=161333 Log: HTTP POST test cases ported to the SimpleHTTPServer based testing tramework Contributed by Oleg Kalnichevski Added: jakarta/commons/proper/httpclient/trunk/src/test

svn commit: r161334 - jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient

2005-04-14 Thread olegk
Author: olegk Date: Thu Apr 14 11:23:30 2005 New Revision: 161334 URL: http://svn.apache.org/viewcvs?view=revrev=161334 Log: HTTP POST test cases ported to the SimpleHTTPServer based testing tramework Contributed by Oleg Kalnichevski Added: jakarta/commons/proper/httpclient/trunk/src/test

<    1   2   3   4   5   6   >