Re: TLS for FTP

2006-10-04 Thread Susanne Lefvert
Thanks! On Oct 4, 2006, at 4:50 PM, Rory Winston wrote: Hi Susanne TLS support is in the works, but has not made it into an official release yet. If you are using JDK 5.0, you can try out a snapshot of the new release here: http://people.apache.org/~rwinston/commons-net-2.0/ An example

[jira] Commented: (VALIDATOR-202) URL Validator isValid method fails with java.lang.ArrayIndexOutOfBoundsException at org.apache.commons.validator.UrlValidator.isValidAuthority(UrlValidator.java:367)

2006-10-04 Thread Ben (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-202?page=comments#action_12439981 ] Ben commented on VALIDATOR-202: --- Please ignore the previous comment as to where I can get the fix. I did not see the attached patch file. > URL Validator isVal

[jira] Commented: (VALIDATOR-202) URL Validator isValid method fails with java.lang.ArrayIndexOutOfBoundsException at org.apache.commons.validator.UrlValidator.isValidAuthority(UrlValidator.java:367)

2006-10-04 Thread Ben (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-202?page=comments#action_12439979 ] Ben commented on VALIDATOR-202: --- How can I get your fix? Also you can always use an ArrayList instead of fixed size array so it wont seem so hacky. > URL Va

Re: TLS for FTP

2006-10-04 Thread Rory Winston
Hi Susanne TLS support is in the works, but has not made it into an official release yet. If you are using JDK 5.0, you can try out a snapshot of the new release here: http://people.apache.org/~rwinston/commons-net-2.0/ An example of usage is here: http://svn.apache.org/viewvc/jakarta/commo

[jira] Updated: (VALIDATOR-202) URL Validator isValid method fails with java.lang.ArrayIndexOutOfBoundsException at org.apache.commons.validator.UrlValidator.isValidAuthority(UrlValidator.java:367)

2006-10-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-202?page=all ] Henri Yandell updated VALIDATOR-202: Attachment: 202-fix.patch Problem is that in that method an array of fixed size 10 is created. The patch resolves this by making the size of the arr

[jira] Updated: (VALIDATOR-202) URL Validator isValid method fails with java.lang.ArrayIndexOutOfBoundsException at org.apache.commons.validator.UrlValidator.isValidAuthority(UrlValidator.java:367)

2006-10-04 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/VALIDATOR-202?page=all ] Henri Yandell updated VALIDATOR-202: Attachment: 202-test.patch Unit test. > URL Validator isValid method fails with > java.lang.ArrayIndexOutOfBoundsException at > org.apache.commons

svn commit: r452972 - /jakarta/commons/proper/lang/trunk/doap_lang.rdf

2006-10-04 Thread bayard
Author: bayard Date: Wed Oct 4 11:51:33 2006 New Revision: 452972 URL: http://svn.apache.org/viewvc?view=rev&rev=452972 Log: Adding details of 2.2 release Modified: jakarta/commons/proper/lang/trunk/doap_lang.rdf Modified: jakarta/commons/proper/lang/trunk/doap_lang.rdf URL: http://svn.apa

[ANNOUNCEMENT] Commons Lang 2.2 released

2006-10-04 Thread Henri Yandell
Commons Lang 2.2 is now available. It contains an equal number of bugfixes and new features - most notably a new text package. There are no new deprecations, and there should be no binary incompatibilites with the previous 2.1 version. A full list of changes since the previous release can be found

TLS for FTP

2006-10-04 Thread Susanne Lefvert
Hi there, Do you know if there are any examples out there where the commons ftp client has been extended to support TLS. I need to connect to an ftp server that requires SSL and I'm looking for a ftp client library that I can use in my application. The apache commons ftp client looks rea

[jira] Updated: (SCXML-30) Better handling of parent/child relationsships

2006-10-04 Thread Rahul Akolkar (JIRA)
[ http://issues.apache.org/jira/browse/SCXML-30?page=all ] Rahul Akolkar updated SCXML-30: --- Fix Version/s: 1.0 Makes good sense to do this. One can think of two "views" of state machines from a Commons SCXML perspective: (a) A document-centric view: This

svn commit: r452939 - /jakarta/commons/proper/lang/branches/LANG_2_2_X/project.xml

2006-10-04 Thread bayard
Author: bayard Date: Wed Oct 4 10:05:45 2006 New Revision: 452939 URL: http://svn.apache.org/viewvc?view=rev&rev=452939 Log: Fixing dumb vim error Modified: jakarta/commons/proper/lang/branches/LANG_2_2_X/project.xml Modified: jakarta/commons/proper/lang/branches/LANG_2_2_X/project.xml URL:

svn commit: r452938 - /jakarta/commons/proper/lang/tags/LANG_2_2/project.xml

2006-10-04 Thread bayard
Author: bayard Date: Wed Oct 4 10:05:35 2006 New Revision: 452938 URL: http://svn.apache.org/viewvc?view=rev&rev=452938 Log: Fixing dumb vim error Modified: jakarta/commons/proper/lang/tags/LANG_2_2/project.xml Modified: jakarta/commons/proper/lang/tags/LANG_2_2/project.xml URL: http://svn

svn commit: r452931 - /jakarta/commons/proper/lang/tags/LANG_2_2/

2006-10-04 Thread bayard
Author: bayard Date: Wed Oct 4 09:52:56 2006 New Revision: 452931 URL: http://svn.apache.org/viewvc?view=rev&rev=452931 Log: Tagging 2.2 for a release Added: jakarta/commons/proper/lang/tags/LANG_2_2/ - copied from r452930, jakarta/commons/proper/lang/branches/LANG_2_2_X/ ---

svn commit: r452929 - in /jakarta/commons/proper/lang/branches/LANG_2_2_X: default.properties project.xml

2006-10-04 Thread bayard
Author: bayard Date: Wed Oct 4 09:50:58 2006 New Revision: 452929 URL: http://svn.apache.org/viewvc?view=rev&rev=452929 Log: Preparing for a 2.2 release by setting the 2.2 version number Modified: jakarta/commons/proper/lang/branches/LANG_2_2_X/default.properties jakarta/commons/proper/l

[RESULT][lang] Commons Lang 2.2-rc3

2006-10-04 Thread Henri Yandell
5 +1s for a Lang 2.2 release: Gary Gregory Niall Pemberton Stephen Colebourne Rahul Alkokar Henri Yandell - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE][lang] Commons Lang 2.2-rc3

2006-10-04 Thread Henri Yandell
Thanks Lukas; I'll skip it then and just do the release. Hen On 10/4/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: The maven-dist-plugin-1.7 allows to configure the line endings [1], however, it requires Maven 1.1. -Lukas [1] http://maven.apache.org/maven-1.x/plugins/dist/properties.html Henr

[jira] Created: (SCXML-30) Better handling of parent/child relationsships

2006-10-04 Thread JIRA
Better handling of parent/child relationsships -- Key: SCXML-30 URL: http://issues.apache.org/jira/browse/SCXML-30 Project: Commons SCXML Issue Type: Improvement Affects Versions: 0.5

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-10-04 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-10-04 Thread commons-jelly-tags-jsl development
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project commons-jelly-tags-jsl-test has an issue affecting its community integration. Th

Re: [VOTE][lang] Commons Lang 2.2-rc3

2006-10-04 Thread Lukas Theussl
The maven-dist-plugin-1.7 allows to configure the line endings [1], however, it requires Maven 1.1. -Lukas [1] http://maven.apache.org/maven-1.x/plugins/dist/properties.html Henri Yandell wrote: bin zip comes from Ant, src zip from Maven. The usual story :) I'll take a peek tomorrow morning

Re: [VOTE][lang] Commons Lang 2.2-rc3

2006-10-04 Thread Henri Yandell
bin zip comes from Ant, src zip from Maven. The usual story :) I'll take a peek tomorrow morning to see if there's any obvious way to fix that. Hen On 10/3/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote: +1 although strangely the line endings are windows friendly in the bin zip, but not wind