cvs commit: jakarta-commons/httpclient/xdocs tutorial.xml

2004-09-15 Thread olegk
olegk 2004/09/15 23:23:02 Modified:httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH tutorial.xml Log: PR #31180 (HttpClient tutorial update) Bring the tutorial up to date with the latest best practices Contributed by Oleg Kalnichevski Reviewed by Michael Becke Revision

cvs commit: jakarta-commons/jelly maven.xml

2004-09-15 Thread dion
dion2004/09/15 22:59:27 Modified:jellymaven.xml Log: delete install directory before copying Revision ChangesPath 1.87 +1 -0 jakarta-commons/jelly/maven.xml Index: maven.xml === RCS

[jira] Commented: (JELLY-144) XMLParser should not depend on JellyContext

2004-09-15 Thread commons-dev
The following comment has been added to this issue: Author: dion gillard Created: Wed, 15 Sep 2004 10:01 PM Body: The context is being used to register taglibs found in the script. - View this comment: http://iss

[jira] Closed: (JELLY-147) StyleSheetTag provides no way to reuse a compiled stylesheet

2004-09-15 Thread commons-dev
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 15 Sep 2004 9:57 PM I believe the style tag allows it to be reused. - View the issue: http://issues.apache.org/jira/browse/JELLY-147

cvs commit: jakarta-commons/jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml TestImport.java

2004-09-15 Thread dion
dion2004/09/15 19:22:02 Modified:jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml TestImport.java Log: Add asserts for expected output Revision ChangesPath 1.3 +15 -3 jakarta-commons/jelly/jelly-tags/xml/src/test/org/a

cvs commit: jakarta-commons/jelly .cvsignore

2004-09-15 Thread dion
dion2004/09/15 18:38:56 Modified:jelly.cvsignore Log: Ignore jcoverage file Revision ChangesPath 1.14 +2 -1 jakarta-commons/jelly/.cvsignore Index: .cvsignore === RCS file: /home/cv

cvs commit: jakarta-commons/jelly/jelly-tags/xml project.xml

2004-09-15 Thread dion
dion2004/09/15 18:15:21 Modified:jelly/jelly-tags/xml project.xml Log: Use a snapshot until the next release Revision ChangesPath 1.13 +3 -2 jakarta-commons/jelly/jelly-tags/xml/project.xml Index: project.xml ==

[jira] Closed: (JELLY-45) resource lookup in compiled scripts does not work properly

2004-09-15 Thread commons-dev
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 15 Sep 2004 6:15 PM Updated TagScript and StaticTagScript to set the context urls when running a script. - View the issue: http://iss

cvs commit: jakarta-commons/jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml TestImport.java

2004-09-15 Thread dion
dion2004/09/15 18:13:13 Modified:jelly/jelly-tags/xml/src/test/org/apache/commons/jelly/tags/xml TestImport.java Log: Add tests for script relative resources being accessed via script.run and context.run Revision ChangesPath 1.2 +14 -6

cvs commit: jakarta-commons/jelly/xdocs changes.xml

2004-09-15 Thread dion
dion2004/09/15 18:12:11 Modified:jelly/src/java/org/apache/commons/jelly/impl StaticTagScript.java TagScript.java jelly/xdocs changes.xml Log: JELLY-45. Resource lookup in compiled scripts does not work correctly Revision ChangesPa

[betwixt] Betwixt 0.6 RC1 available

2004-09-15 Thread robert burrell donkin
Betwixt 0.6 release candidate one is now available from http://www.apache.org/~rdonkin/commons-betwixt/. please promptly report any problems to the dev list or in bugzilla. - robert - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: need help to change charset when fileUpload using MultipartPostMethod

2004-09-15 Thread Oleg Kalnichevski
Bülent, This is a well known issue. The problem is that the use of non-ASCII characters in the content disposition header (the one that includes the file name attribute) violates the MIME spec. See the following bug reports for details http://nagoya.apache.org/bugzilla/show_bug.cgi?id=30420 http

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

2004-09-15 Thread rdonkin
rdonkin 2004/09/15 13:59:30 Modified:betwixt/xdocs Tag: RELEASE_0_6_BRANCH index.xml Log: Changed in preparation for release candidate Revision ChangesPath No revision No revision 1.9.2.2 +1 -1 jakarta-commons/betwixt/xdocs/i

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/params TestHttpParams.java

2004-09-15 Thread olegk
olegk 2004/09/15 13:45:48 Modified:httpclient/src/test/org/apache/commons/httpclient/params TestHttpParams.java Log: imports corrected Revision ChangesPath 1.2 +8 -4 jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/pa

cvs commit: jakarta-commons/httpclient release_notes.txt

2004-09-15 Thread olegk
olegk 2004/09/15 13:44:02 Modified:httpclient release_notes.txt Log: PR #10793 (User definable default headers support) Changelog: * default headers can be defined at the host or agent level * Header class made immutable Contributed by Oleg Kalnichevski Reviewed

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/params TestHttpParams.java

2004-09-15 Thread olegk
olegk 2004/09/15 13:42:17 Modified:httpclient/src/java/org/apache/commons/httpclient Header.java HttpMethodBase.java HttpMethodDirector.java httpclient/src/java/org/apache/commons/httpclient/params H

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/params - New directory

2004-09-15 Thread olegk
olegk 2004/09/15 13:40:34 jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/params - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-commons/httpclient release_notes.txt

2004-09-15 Thread olegk
olegk 2004/09/15 13:34:56 Modified:httpclient release_notes.txt Log: PR #30652 (Allow configuration of SO_LINGER) Contributed by Oleg Kalnichevski Reviewed by Michael Becke Revision ChangesPath 1.34 +3 -0 jakarta-commons/httpclient/release_notes.txt

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

2004-09-15 Thread olegk
olegk 2004/09/15 13:32:21 Modified:httpclient/src/java/org/apache/commons/httpclient HttpConnection.java httpclient/src/java/org/apache/commons/httpclient/params HttpConnectionParams.java Log: PR #30652 (Allow configura

Re: Jelly and a new beta release

2004-09-15 Thread Paul Libbrecht
Quickly on these first: Le 15 sept. 04, à 07:07, Hans Gilde a écrit : If you're saying that all we have to do is write a class that implements the BeanUtils interface Converter, where the Converter uses JEXL to do the conversion, then I'm right there with you. This would allow us to mix and matc

need help to change charset when fileUpload using MultipartPostMethod

2004-09-15 Thread Bülent Turhan \(B . T . K . B . S . G . \)
hi, i need some help. How can i change default charset "ISO-8859-1" to "ISO-8859-9" ? i need this because my file name ( cmEvrakDTO.getFileName() below ) has turkish chars like I, Ü ,S Ç etc .. and when uploading these chars becomes "?" when reading in servlet side. my simple code is :

[jira] Commented: (JELLY-45) resource lookup in compiled scripts does not work properly

2004-09-15 Thread commons-dev
The following comment has been added to this issue: Author: dion gillard Created: Wed, 15 Sep 2004 1:35 AM Body: Vincenz, are you interested in reviewing my solution? - View this comment: http://issues.apache.org

[jira] Commented: (JELLY-45) resource lookup in compiled scripts does not work properly

2004-09-15 Thread commons-dev
The following comment has been added to this issue: Author: dion gillard Created: Wed, 15 Sep 2004 12:26 AM Body: This is not just limited to compiled scripts either. I will commit a test for uncompiled scripts that fails too. --