cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/impl DebugFeedParserListener.java

2004-04-21 Thread burton
burton 2004/04/20 23:59:52 Modified:feedparser/src/java/org/apache/commons/feedparser RSSFeedParser.java feedparser/src/java/org/apache/commons/feedparser/impl DebugFeedParserListener.java Log: start of performance

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser Main.java

2004-04-21 Thread burton
burton 2004/04/21 00:00:06 Added: feedparser/src/java/org/apache/commons/feedparser Main.java Log: start of performance optimization... console parser Revision ChangesPath 1.1

cvs commit: jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser Main.java

2004-04-21 Thread burton
burton 2004/04/21 00:16:03 Modified:feedparser/src/java/org/apache/commons/feedparser Main.java Log: console parser has error handling and URL support Revision ChangesPath 1.2 +20 -2

DO NOT REPLY [Bug 28476] - [email] HtmlEmail.embed problem

2004-04-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28476. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [CLI] Release plans

2004-04-21 Thread John Keyes
Folks, I can't donate any of my time over the next few weeks due to a family emergency. Hopefully I'll be back in the 3-4 weeks time. -John K Rob Oxspring wrote: I'd like to merge the research branch back to HEAD so that the latest and greatest code is appearing in the nightly builds and so

Re: commons projects and maven

2004-04-21 Thread Steve Cohen
I no longer have the output, but my sense of the matter is the same as Mark's. The 'culprit' is j-coverage. On Tuesday 20 April 2004 11:34 pm, Phil Steitz wrote: Mark R. Diggory wrote: Steve Cohen wrote: I wish I understood what the heck it was doing. It does too much. I notice that it

Re: commons projects and maven

2004-04-21 Thread Jeffrey D. Brekke
I may be wrong, but I suspect that the tests running twice is due to the j-coverage plugin running the tests to generate the coverage report (like clover does) in addition to the test run kicked off by the build element. That's what I always see when I ask for clover reports. It would be

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/iterators EnumerationIterator.java

2004-04-21 Thread scolebourne
scolebourne2004/04/21 13:34:12 Modified:collections/src/java/org/apache/commons/collections MapUtils.java collections/src/java/org/apache/commons/collections/iterators EnumerationIterator.java Log: Change enum to

cvs commit: jakarta-commons/net/src/java/org/apache/commons/net/ftp/parser UnixFTPEntryParser.java RegexFTPFileEntryParserImpl.java

2004-04-21 Thread scohen
scohen 2004/04/21 20:27:19 Modified:net/src/java/org/apache/commons/net/ftp/parser UnixFTPEntryParser.java RegexFTPFileEntryParserImpl.java Log: make checkstyle happy by converting tabs to spaces. Revision ChangesPath 1.16

Re: [collections] Size and scope issues

2004-04-21 Thread paulo gaspar
Stephen Colebourne wrote: ... From: paulo gaspar paulo gaspar IMO, the collections package: 1) should have really commonly used collections that are missing on the java.util package and also some usefull collections building blocks for especial cases; 2) should NOT be a contest to

cvs commit: jakarta-commons/math/xdocs index.xml

2004-04-21 Thread psteitz
psteitz 2004/04/21 21:10:57 Modified:math/xdocs index.xml Log: Removed author tags and emails, fixed link to nightlies. Revision ChangesPath 1.8 +2 -4 jakarta-commons/math/xdocs/index.xml Index: index.xml

Re: [collections] Size and scope issues

2004-04-21 Thread Simon Kitching
On Thu, 2004-04-22 at 08:48, paulo gaspar wrote: Stephen Colebourne wrote: IMO, the collections package: 1) should have really commonly used collections that are missing on the java.util package and also some usefull collections building blocks for especial cases; 2) should NOT be a

[net] commons-net.1.2.0-rc1

2004-04-21 Thread Steve Cohen
okay, I've pushed the site and built the candidate release. I have followed the instructions here: http://jakarta.apache.org/commons/releases/prepare.html about uploading the candidate release: Now tag (for example FOO_1_2_RC1) and build distributions from that tag (as per full release). For

cvs commit: jakarta-commons/digester/src/conf MANIFEST.MF

2004-04-21 Thread skitching
skitching2004/04/21 22:12:20 Modified:digester/src/conf MANIFEST.MF Log: Preparation for 1.6 release. Revision ChangesPath 1.4 +2 -2 jakarta-commons/digester/src/conf/MANIFEST.MF Index: MANIFEST.MF

Re: [net] commons-net.1.2.0-rc1

2004-04-21 Thread Dirk Verbeeck
Ok, I can download your release candidate from http://cvs.apache.org/~scohen/ One remark, the NOTICE.txt is missing from the root directory and also from the META-INF dir in the jar inside the binary distribution. I changed some goals in here to fix that:

Re: Socket redirect

2004-04-21 Thread Ortwin Glück
Thorsten Scherler wrote: I have written a sonar for web services. One part of that application is the httpClient. Thorsten, which version of HttpClient are you using? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Socket redirect

2004-04-21 Thread Thorsten Scherler
Kalnichevski, Oleg wrote: Thorsten, 2004.04.20 18:30:54,378 [http8090-Processor4] WARN org.apache.commons.httpclient.HttpConnection - The host www.andaluciajunta.es:80 (or proxy null:-1) did not accept the connection within timeout of 15000 milliseconds Something tells me that this

[HttpClient][Bugzilla] Migration to the Jakarta subproject level

2004-04-21 Thread Oleg Kalnichevski
Good ${time of the day}, HttpClient has recently been promoted to the Jakarta subproject level. As a first step in the transition process we would like to have a new project created in the Bugzilla database and have Commons HttpClient related entries migrated from Commons project to the new one

Re: Socket redirect

2004-04-21 Thread Thorsten Scherler
Ortwin Glück wrote: Thorsten Scherler wrote: I have written a sonar for web services. One part of that application is the httpClient. Thorsten, which version of HttpClient are you using? 2.0 rc2 ...but like I stated in the last mail it was NOT a problem of the httpClient after all. The

Re: HTTPClient Client Side Certificate use question

2004-04-21 Thread Oleg Kalnichevski
Folks, I just spent over two weeks working extensively with SSL including mutual client/server authentication. As soon as I get a breathing moment I'll try to throw together a sample ClientAuthenticatingSocketFactory and have it added to the contrib package. However, as far as JSSE is concerned,

Re: Socket redirect

2004-04-21 Thread Ortwin Glück
Thorsten Scherler wrote: 2.0 rc2 Please consider updrading to 2.0 final. This should not need any changes in your application. ...but like I stated in the last mail it was NOT a problem of the httpClient after all. The problem was a misconfiguration of our server! ...by the way sorry for

Problems using SSL from inside JBoss (jsse problem?)

2004-04-21 Thread Fredrik Bonde
Hi all, I got a questing regarding using HttpClient from an MDB inside Jboss. Normal http connections work fine, but whenever I try to connect to a host using https I get a SocketException, claiming SSL is not available: 12:13:39,338 INFO [STDOUT] 2004-04-21 12:13:39,322 ERROR

Re: Broken link on website

2004-04-21 Thread Michael Becke
Yes, I merged(manually) in the changes from project.xml and project.properties. I think I was able to get everything building correctly. Please take a look at the site and let me know if I've missed anything. Mike On Apr 21, 2004, at 12:28 AM, Mark R. Diggory wrote: You should probibly

RE: Broken link on website

2004-04-21 Thread Kalnichevski, Oleg
Mike, I am planning to tackle this one in the coming days http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26499 So, I'll be messing around the maven files, but that should not affect the site generation. Just to avoid unnecessary overlap Oleg -Original Message- From: Michael Becke

DO NOT REPLY [Bug 25372] - auto close idle connections

2004-04-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=25372. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: misc related to moving to Jakarta sub-project

2004-04-21 Thread Jandalf
Dan, That does sound like a great idea to me. The facade could remain as Jakarta Commons HttpClient within a commons-httpclient.jar and the functional code as Jakarta HttpClient in a httpclient-jar. commons-httclient.jar would then of course depend on httpclient.jar. There is still quite a

RE: Cookie Visibility Problem from https to http

2004-04-21 Thread Jean, Victor [IT]
Hi Mike, Thanks for your response. I printed out the list of cookies set in HttpState and found that all the cookie's secure flags are set to false. I also tried adding the same cookie name/value/domain/path with the false secure flag without any success. The http call does not seem to see

Re: Cookie Visibility Problem from https to http

2004-04-21 Thread Michael Becke
Hi Victor, That's the only thing that comes to mind immediately. Please post the wire log http://jakarta.apache.org/commons/httpclient/logging.html of both the requests, and we should be able to figure it out. Feel free to obfuscate any sensitive information in the logs. Mike On Apr 21,

DO NOT REPLY [Bug 26499] - Improper EOL for text files on Windows

2004-04-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=26499. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26499] - Improper EOL for text files on Windows

2004-04-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=26499. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25372] - auto close idle connections

2004-04-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=25372. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: misc related to moving to Jakarta sub-project

2004-04-21 Thread Henri Yandell
Why not just release twice? The final Jakarta Commons release of HttpClient would be an exact match for the first release of HttpClient in Jakarta. People would know what they were getting into with some good warnings/documentation. Hen On Wed, 21 Apr 2004, Jandalf wrote: Dan, That does