[jira] Created: (CONFIGURATION-273) Saving with interpolation

2007-05-23 Thread Daniel Adrian (JIRA)
: Daniel Adrian It will be very nice if you'll add the ability to save a configuration file with the interpolation data. so if my config file is : my_home=127.0.0.1 my_place=Is ${my_home} when I save the configuration (let's say with save(true)) it will look like my_home=127.0.0.1 m

[jira] Commented: (CONFIGURATION-271) BaseConfiguration duplicates multi value keys values

2007-05-23 Thread Daniel Adrian (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498258 ] Daniel Adrian commented on CONFIGURATION-271: - Actually I used ConfigurationUtils. append which

[jira] Commented: (CONFIGURATION-271) BaseConfiguration duplicates multi value keys values

2007-05-22 Thread Daniel Adrian (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498008 ] Daniel Adrian commented on CONFIGURATION-271: - yes, If I have file1.ini and file2.ini and I want

[jira] Updated: (CONFIGURATION-271) BaseConfiguration duplicates multi value keys values

2007-05-22 Thread Daniel Adrian (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Adrian updated CONFIGURATION-271: Component/s: (was: Build) > BaseConfiguration duplicates multi va

[jira] Updated: (CONFIGURATION-270) INIConfiguration Does not support multi value keys

2007-05-22 Thread Daniel Adrian (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Adrian updated CONFIGURATION-270: Component/s: (was: Build) > INIConfiguration Does not support mu

[jira] Created: (CONFIGURATION-271) BaseConfiguration duplicates multi value keys values

2007-05-22 Thread Daniel Adrian (JIRA)
Components: Build Affects Versions: 1.4 Reporter: Daniel Adrian In addPropertyDirect(String key, Object value) the method adds the new value to the property. If the property has the same value in the list, it will get duplicated. The method should check if the list contains

[jira] Created: (CONFIGURATION-270) INIConfiguration Does not support multi value keys

2007-05-22 Thread Daniel Adrian (JIRA)
Components: Build Affects Versions: 1.4 Reporter: Daniel Adrian The INIConfiguration save(Writer writer) uses PrintWriter instead of using a class like PropertiesConfiguration.PropertiesWriter. Because of that the method uses getString(String key) to get the keys value (which

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

2004-10-11 Thread adrian
adrian 2004/10/11 05:06:42 Modified:httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH news.xml Log: Added latest news item from Oleg Kalnichevski. Revision ChangesPath No revision No revision 1.20.2.15 +32 -1 jakarta-commons

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

2004-08-03 Thread adrian
adrian 2004/08/03 14:48:24 Modified:httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH logging.xml tutorial.xml userguide.xml Log: Minor documentation updates. * Remove "To be completed" from the index pages. Those pages were completed long ago.

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

2004-08-02 Thread adrian
adrian 2004/08/02 21:11:09 Modified:httpclient/xdocs logging.xml tutorial.xml userguide.xml Log: Minor documentation updates. * Remove "To be completed" from the index pages. Those pages were completed long ago. * Moved the call to releaseConnection into a finall

RE: [httpclient] commons-httpclient-2.0.jar - class not found: org\apache\commons\httpclient\HttpMethod

2004-03-07 Thread Adrian Sutton
There is a whole heap of HttpClient documentation at http://jakarta.apache.org/commons/httpclient which covers most areas people have problems with. Regards, Adrian Sutton. - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

RE: [httpclient] Handling Yahoo redirect...

2003-10-28 Thread Adrian Sutton
= client.excute(method); if (status == REDIRECT) { // check the redirects article for all the redirect status codes url = method.getResponseHeader("Location"); } } If that doesn't help give a yell on the HttpClient-dev list and someone should be abl

RE: [httpclient] Handling Yahoo redirect...

2003-10-28 Thread Adrian Sutton
e" at http://jakarta.apache.org/commons/httpclient/redirects.html Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Joe Ryburn [mailto:[EMAIL PROTECTED] Sent: Wednesday, 29 October 2003 8:24 AM To: [EMAIL PROTECTED] Subject: Handling Yahoo redirect...

RE: [HttpClient] Freezes w/ MultiThreadedHttpConnectionManager

2003-10-09 Thread Adrian Sutton
est trying the latest version of VFS straight out of CVS as I think they should have fixed this by now. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Adam R. B. Jack [mailto:[EMAIL PROTECTED] Sent: Friday, 10 October 2003 1:47 AM T

RE: [Convert] Mandate (draft)

2003-10-07 Thread Adrian Sutton
er, then Integer->int. Though the creation of an extra object may be a waste in some cases. Just something to think about. I'm very interested in this project btw, but have very little available time. Regards, Adrian Sutton, Software Engineer Ep

RE: [BeanUtils] Interesting Microbenchmarks

2003-10-05 Thread Adrian Sutton
7;ll are aware of it anyway. :) Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Robert [mailto:[EMAIL PROTECTED] Sent: Monday, 6 October 2003 1:49 PM To: Jakarta Commons Developers List Subject: Re: [BeanUtils] Interesting Microbenchma

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

2003-08-15 Thread adrian
adrian 2003/08/15 17:41:24 Modified:httpclient/src/java/org/apache/commons/httpclient/auth NTLMScheme.java NTLM.java httpclient/xdocs authentication.xml httpclient/src/java/org/apache/commons/httpclient

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

2003-08-15 Thread adrian
adrian 2003/08/15 17:09:37 Modified:httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH NTLM.java NTCredentials.java httpclient/src/java/org/apache/commons/httpclient/auth Tag: HTTPCLIENT_2_0_BRANCH

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

2003-08-14 Thread adrian
adrian 2003/08/13 17:09:51 Modified:httpclient/xdocs authentication.xml Log: Added a note that the username should not be prefixed with the domain. Thanks to David Cowan for discovering the omission. Revision ChangesPath 1.7 +5 -2 jakarta-commons

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

2003-08-14 Thread adrian
adrian 2003/08/14 02:08:50 Modified:httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH authentication.xml Log: Added note about having JCE on the classpath and using unqualified user names with NTLM authentication. Revision ChangesPath No

RE: [lang] FastStringBuffer?

2003-08-08 Thread Adrian Sutton
variable that's not passed to other methods, it almost certainly won't help. In some cases and on some JVMs it may make a difference though, only profiling can tell. Not that I'm against the idea... Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com

RE: [codec] Update dependencies.html with Java req, and more.

2003-08-08 Thread Adrian Sutton
y period if they are working on a project that has a license? Ethically I'd say it's okay, but law doesn't always follow ethics. :) Hope that helps, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -

cvs commit: jakarta-commons/httpclient/src/examples BasicAuthenticatonExample.java

2003-07-15 Thread adrian
adrian 2003/07/15 16:37:48 Modified:httpclient/src/examples BasicAuthenticatonExample.java Log: Fixed arguments to setCredential to be realm, host, creds instead of host, realm, creds. Revision ChangesPath 1.5 +7 -6 jakarta-commons/httpclient/src/examples

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/auth HttpAuthenticator.java

2003-07-15 Thread adrian
adrian 2003/07/15 16:35:06 Modified:httpclient/src/java/org/apache/commons/httpclient/auth HttpAuthenticator.java Log: Minor chnage to debug message to include a space between the auth name and the end of the sentence. Revision ChangesPath 1.9

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

2003-06-27 Thread adrian
adrian 2003/06/27 18:38:43 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java Log: Changed HttpMethodBase to initialize its Log object with HttpMethodBase.class instead of HttpMethod.class. PR: Bug 21159 Submitted by

cvs commit: jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/methods/multipart ContentType.java ContentTypeFilePart.java

2003-06-26 Thread adrian
adrian 2003/06/26 03:27:56 Added: httpclient/src/contrib/org/apache/commons/httpclient/contrib/methods/multipart ContentType.java ContentTypeFilePart.java Log: Added classes for detecting the content type. PR: Bug 20986 Submitted by: Eric Devlin

cvs commit: jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/methods/multipart - New directory

2003-06-26 Thread adrian
adrian 2003/06/26 03:25:56 jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/methods/multipart - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

cvs commit: jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/methods - New directory

2003-06-26 Thread adrian
adrian 2003/06/26 03:25:56 jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/methods - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/auth NTLMScheme.java

2003-06-21 Thread adrian
adrian 2003/06/21 04:15:47 Modified:httpclient/src/java/org/apache/commons/httpclient/auth NTLMScheme.java Log: Fixed error message to report as NTLM authentication instead of basic. CVS

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

2003-06-21 Thread adrian
adrian 2003/06/21 01:25:47 Modified:httpclient/xdocs authentication.xml Log: Added link to detailed NTLM documentation. Obtained from: Eric Glass CVS: -- CVS: PR: CVS: If this change addresses a PR in

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

2003-06-20 Thread adrian
adrian 2003/06/20 06:33:09 Modified:httpclient/src/test/org/apache/commons/httpclient TestResponseHeaders.java Log: Test cases for the fix to bug 20938. PR: bug 20938 Reviewed by: Michael Becke and Oleg Kalnichevski CVS

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

2003-06-20 Thread adrian
adrian 2003/06/20 06:30:02 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java Log: Avoids a SocketException being thrown when the Content-Length header is missing. PR: bug 20938 Reviewed by: Michael Becke and Oleg

RE: [general] Clover licenses

2003-06-18 Thread Adrian Sutton
back on my findings. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Tim O'Brien [mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 June 2003 7:49 AM To: Jakarta Commons Developers List Subject: Re: [general] Clover licenses I have commons-math an

[general] Clover licenses

2003-06-17 Thread Adrian Sutton
re is for requesting a license (ie: do we need to go through the PMC?) or whether the jakarta project has a license that HttpClient can just use? Any help would be appreciated. Thanks, Adrian Sutton. - To unsubscribe, e-mail: [

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

2003-06-13 Thread adrian
adrian 2003/06/12 15:24:21 Modified:httpclient/xdocs sslguide.xml Log: Minor clean-ups and rewording for clarity. Contributed by Adrian Sutton Reviewed by Oleg Kalnichevski Revision ChangesPath 1.2 +127 -105 jakarta-commons/httpclient/xdocs/sslguide.xml

cvs commit: jakarta-commons/httpclient project.xml

2003-06-13 Thread adrian
adrian 2003/06/11 21:35:11 Modified:httpclient project.xml Log: Moved Adrian Sutton to be a committer instead of a contributor. Revision ChangesPath 1.34 +9 -5 jakarta-commons/httpclient/project.xml Index: project.xml

RE: help - multiple location of commons releases

2003-02-13 Thread Adrian Sutton
c OS 8 and below). Of course, if you're using anything above Java 1.1 it won't run on OS 8 or 9 anyway. I've been working with Macs, Windows and Linux for many years now and that advise seems to get me through nearly every situation pretty happily. Adrian Sutton, Software Engineer

RE: [lang] MethodUtils [WAS Re: [beanutils][lang][PROPOSAL] deprecated beanutils version of MethodUtils]

2002-10-31 Thread Adrian Sutton
et or webstart app. It also has the disadvantage of not being optimised out by the compiler as would be the case with an 'if (DEBUG)' where DEBUG is static final DEBUG = true/false. Just something to keep in mind Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com This email and

RE: cvs commit: jakarta-commons/httpclient project.xml

2002-10-31 Thread Adrian Sutton
Noticed this come through the cvs commits - thanks for the recogition. Could I be picky and request that an Organisation tag be added akin to: Ephox Since they're paying me to do the work I figure they should get a mention. :) Thanks. Adrian Sutton, Software Engineer Ephox Corpor

RE: What should we do about sandbox ? RE: License and copyright issues

2002-10-21 Thread Adrian Sutton
easons, but it is probably worth keeping in mind. Yours, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com This email and any files transmitted with it are confidential and intended solely for the use of the individual to whom they are addressed. Opinions contained in this email

[httpclient] Reused connection is not fully read before reuse with NTLM

2002-10-01 Thread Adrian Sutton
what out of place for this kind of thing though and any other authentication scheme that leaves connections open would have problems. It's worth noting that if GetMethod is set to use disk, it will buffer the response to disk and everything will work correctly. Any preferences/other options?

Re: [GUMP][httpclient] Build Failure - commons-httpclient

2002-09-27 Thread Adrian Sutton
crypto packages and they must be manually loaded as the line in question is doing. I'm at home for the weekend (it's Saturday morning here) so can I leave you to make this change as supplying a patch from me probably won't be possible until Monday. Adrian Sutton Software

RE: [HttpClient] Method to determine required credential type

2002-09-25 Thread Adrian Sutton
ld be best just to return the name of the authentication type being used. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com This email and any files transmitted with it are confidential and intended solely for the use of the individual to whom they are addressed. Opinions contained

RE: [HttpClient][PATCH] Basic Authentication does not use default credentials

2002-09-25 Thread Adrian Sutton
d have sworn that exact test case was failing for me yesterday. You are indeed right it does pass for me today. I must have had a versioning conflict somewhere or something else weird (I'm playing with the version of HttpClient in Slide as well). My apologies for the false alarm. Yours, A

RE: [HttpClient] Method to determine required credential type

2002-09-24 Thread Adrian Sutton
icated against. This is starting to get a little icky Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

[HttpClient] Method to determine required credential type

2002-09-24 Thread Adrian Sutton
authentication modules comes in but would be useful even now. I can get to work coding this if the idea is worthwhile (and I haven't missed something in the current docs). Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com This email and any files transmitted with it are confi

[HttpClient][PATCH] Basic Authentication does not use default credentials

2002-09-24 Thread Adrian Sutton
e security issue of having the username and password sent in clear text without specifically saying to (normally it would be specified on a per realm basis so it would be known to be sent via clear text), however I think that's a little paranoid and it's better to behave consistently. Adr

RE: [HttpClient] [prelim-PATCH] NTLM Authentication

2002-09-24 Thread Adrian Sutton
ch. >"Pluggable authentication modules" can just be left as a future enhancement. Good to hear. Thanks for your assistance Jeff, you (and many others) are doing an sensational job around here. Yours, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com This email and a

[HttpClient] [prelim-PATCH] NTLM Authentication

2002-09-23 Thread Adrian Sutton
ms like it is, but I can't be certain of that since I don't know the HttpClient code particularly well. Thanks in advance, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com This email and any files transmitted with it are confidential and intended solely for the use of t

[HttpClient] [PATCH] HttpMultiClient Catches IOException Twice

2002-09-22 Thread Adrian Sutton
, this patch just removes the HttpException catch clause. Javac on my system refuses to compile HttpMultiClient due to this. I think I got the patch format right... Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com This email and any files transmitted with it are confidential and

[HttpClient] NTLM Authentication (heading for a patch)

2002-09-19 Thread Adrian Sutton
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Any law