Re: [PATCH] BasicAuthenticationExample Cosmetic changes

2003-08-14 Thread Adrian Sutton
Not at all, I was just starting a full review of the NTLM related javadocs. On Thursday, August 14, 2003, at 07:13 PM, Kalnichevski, Oleg wrote: Adrian, Would it be a big deal for you to update javadoc of the NTCredentials class as well? Oleg -- Int

Re: NTLM class

2003-08-14 Thread Adrian Sutton
please do speak up now. Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329 Suite 8/29 Oatland Crescent Holland Park West 4121 Austr

Re: Challenge Parser Changes

2003-08-14 Thread Adrian Sutton
s) is now: public void testParamsNoParamValue() throws Exception { Map params = AuthChallengeParser.extractParams("Basic realm=\"test\", noValue"); assertNull(params.get("novalue")); assertTrue(params.containsKey("novalue"); } Regards, Adrian Sutton. ---

Re: Grabbing a header from the server's response

2003-08-19 Thread Adrian Sutton
d methods in the GetMethod object (actually defined by the HttpMethod interface). Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329 Suite 8/29 Oatland Crescent Holla

Re: newbie questions

2003-08-20 Thread Adrian Sutton
ial archives are - anyone know? Should we just point to one of the other external archives that are available? > Yue Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236

Re: question about HttpState

2003-08-25 Thread Adrian Sutton
kie > objects in cookie1[] be changed? On this I couldn't be entirely certain and don't have time to analyse the code right now, though you could certainly do it yourself or even easier, just test it and find out. :) > Yue Regards, Adrian Sutton. --

Re: regression in cookie handling from 2.0 alpha3 to 2.0 rc 1 ?

2003-08-26 Thread Adrian Sutton
eople requested it I imagine it would be possible to change. Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329 Suite 8/29 Oatland Crescent H

Re: Help -- Proxy continue

2003-08-26 Thread Adrian Sutton
out the authentication guide at http://jakarta.apache.org/commons/httpclient/authentication.html Hope that helps, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329 Suite 8/29 Oatland Crescent Holland Park West 4121 Aus

Re: what would an infinite loop inChunkedInputStream.exhaustInputStream mean?

2003-08-29 Thread Adrian Sutton
them eventually times out. The answer to these questions and more probably lie in the wire trace log - instructions on generating such a thing can be found at http://jakarta.apache.org/commons/httpclient/logging.html Hope that provides some hints anyway. Regards, Adrian Sutton. On 29/08/2003 3:

Re: Servlet to handle fileupload example - missing

2003-09-01 Thread Adrian Sutton
e pretty big and I'm not keeping up with it. I've added that to my todo list too. :) Does anyone have any objections to using bugzilla in a more informal method like that? Regards, Adrian Sutton. -- Intencha "tomorrow's technology

Re: ConnectionTimeoutException doesn't releaseConnection()

2003-09-12 Thread Adrian Sutton
eConnection(); } That will guarantee that the method is always released. A more detailed example showing the best way to use HttpClient is in the tutorial http://jakarta.apache.org/commons/httpclient/tutorial.html Hope that helps, Adrian Sutton. -- Inten

Re: Include generated website in the distribution

2003-09-12 Thread Adrian Sutton
stribution zip file includes. I would suggest asking the maven folks if there's an easy way to do it and/or if there's a good example to follow, otherwise I should have enough maven knowledge to work it out. Regards, Adrian Sutton. -- Intencha "

Re: Is HttpClient with MultiThreadedHttpConnectionManager a connectio n pool?

2003-09-15 Thread Adrian Sutton
ections as well. Both these limits can be configured and depending on your exact use case may need to be increased to avoid threads blocking while waiting for a connection to become available. > Kind regards > Christian Nedregård Hope that helps, Adrian Sutton.

Re: HTTPClient NameValuePair in UTF-8 problem???

2003-09-18 Thread Adrian Sutton
On 18/09/2003 5:02 PM, "Eric Chow" <[EMAIL PROTECTED]> wrote: (B (B> Hello, (B> (B> When I tried to use HttpClient to query a web site with a "UTF-8" paramter, (B> it just can't match. (B> (B> When I tried to "Copy & Paste" the character into that web site, it works, (B> but failed to use

Re: Prompting user for authentication?

2003-09-30 Thread Adrian Sutton
n later } } That's the basic idea anyway. I thought everyone used that pattern with HttpClient anyway? Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478

Re: Does HttpClient have support for some sort of Document object model?

2003-10-13 Thread Adrian Sutton
Hi Raj, Try Jtidy: http://jtidy.sf.net Works wonders. Regards, Adrian Sutton. On 13/10/2003 11:52 PM, "Raj Wagle" <[EMAIL PROTECTED]> wrote: > I was looking for something that people would have actively used. > The last release for the code of this project was almost an

Re: [Vote] Release Prime

2003-10-15 Thread Adrian Sutton
d a big thanks for the time and effort you have put in Jandalf. > Jandalf. Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329 Suite 8/2

Re: NTLM Question

2003-10-22 Thread Adrian Sutton
va it would make a superb addition to the contrib package. Personally, I haven't revisited the problem since 1.4.2 came out so I can't shed too much light on it. > > thanks > Russell Thamm Regards, Adrian Sutton. -- Intencha "t

Re: cactus-13-1.5-rc and commons-httpclient-2.0-rc2.jar works on jdk1.4 and above only?

2003-10-28 Thread Adrian Sutton
e what JVM is used for nightlies? I would have thought it would be 1.4 so that projects which depend on 1.4 would compile correctly, besides GUMP is all about using the latest of everything. > Mike Regards, Adrian Sutton. -- Intencha "tomorrow

Re: Demo Code

2003-11-19 Thread Adrian Sutton
ommons/httpclient/tutorial.html Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329 Suite 8/29 Oatland Crescent Holland Park West 4121 Australia QLD www.intencha.com -

Re: DO NOT REPLY [Bug 24352] - NLTM Proxy and basic host authorization

2003-11-24 Thread Adrian Sutton
onnection(); > Oleg That would provide a good basis for other connection oriented authentication schemes as well. Then again, I don't know of any other connection oriented auth schemes so it may not be worth it. Regards, Adrian Sutton. -- Intencha &qu

Re: Integrated Windows authentication

2003-12-02 Thread Adrian Sutton
http://jakarta.apache.org/commons/httpclient/) I believe the specific page is http://jakarta.apache.org/commons/httpclient/authentication.html Regards, Adrian Sutton -- Intencha "tomorrow's technology today" Ph: 38478913 0422

Re: Integrated Windows authentication

2003-12-03 Thread Adrian Sutton
instead of just plain UsernamePasswordCredentials. Generally if it's working for you now, don't touch it and revisit the problem if and when you have to in the future. If and when you need more help I'm s

Re: [VOTE] 2.0 RC3 Release

2004-01-16 Thread Adrian Sutton
+1 Sorry for the delay, this is code freeze day for my paid work. :) So many +1s went by I lost track of how few actual committers voted. Adrian Sutton. On 14/1/04 2:28 AM, "Michael Becke" <[EMAIL PROTECTED]> wrote: > I propose that we mark the latest code in CVS HTTPC

Re: 2.0rc3

2004-01-16 Thread Adrian Sutton
roxy so I can't do it now. If you don't get a log from me in the next 24 hours please do pester me. > Oleg Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329 Suite 8/29 Oa

Re: Why on earth do we differenciate between proxy and host credentials?

2004-01-30 Thread Adrian Sutton
ombination. I would definitely concede that it's a very unusual case so I'm certainly not against combining the credentials. Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329

Re: Promote HttpClient out of commons?

2004-02-02 Thread Adrian Sutton
on too much extra work? :) Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329 Suite 8/29 Oatland Crescent Holland Park West 4121 Australia QLD www.intencha.com -

Re: Memory Leaks when web server hangs

2004-02-02 Thread Adrian Sutton
ust one timeout thread per httpclient instance? It would be ideal if we could reduce this to one static thread as starting threads is never nice for server side apps. Not sure how feasible that is though. > Srini Regards, Adrian Sutton. -- Intench

Re: Promote HttpClient out of commons?

2004-02-02 Thread Adrian Sutton
ctually do it before the 2.0 release. I think that fits better with the package change issues mentioned in other messages. > Oleg Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 384

Re: problem with applet to j2ee session handling

2004-02-03 Thread Adrian Sutton
of a dig around there for more info. If you can't find it and need more help I can do up some example code for you. > Kamal El Bedraoui Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236

Re: Performance - ConnectionManager vs none?

2004-02-04 Thread Adrian Sutton
use a single HttpClient instance - it's really not that difficult anyway. We actually make ours a static instance that's shared across the JVM as much as possible. Regards, Adrian Sutton. -- Intencha "tomorrow's technology today

Re: Performance - ConnectionManager vs none?

2004-02-04 Thread Adrian Sutton
> Adrian Sutton wrote: >> I've recently been doing some profiling work and was surprised to discover >> that instantiating HttpClient is actually a reasonably expensive operation. > > Sounds interesting! Do you know what the reason is? Where is all that > time spent?

Re: DO NOT REPLY [Bug 26382] - Update license terms

2004-02-04 Thread Adrian Sutton
g a vote for the final release or did people want to wait for a while longer? > Mike Sorry for being pushy... Regards, Adrian Sutton -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329 Suite 8/29 Oatland Crescent Ho

Re: [VOTE] 2.0 final release

2004-02-14 Thread Adrian Sutton
+1 On 15/2/04 12:48 AM, "Michael Becke" <[EMAIL PROTECTED]> wrote: > I propose that we mark the latest code in CVS HTTPCLIENT_2_0_BRANCH as > 2.0 final and proceed with a release. Please vote as follows: > > > -- > Vote:

Re: [ANNOUNCE] Release of Commons HttpClient 2.0 Final

2004-02-16 Thread Adrian Sutton
;d change to that instead. We postfix all our development versions anyway so it's clear that it's the final version by the lack of a postfix. BTW, great work to all involved in the release! It's nice to finally have it out the door. Regards, Adrian Sutton. -

Re: 2.0 party drink

2004-02-17 Thread Adrian Sutton
worth celebrating as far as I am concerned. > > Oleg And I'll most likely be toasting the release at PJ O'Briens in Brisbane on Friday. :) Of course, since I think I'm about the only person here from Brisbane it could be a rather lonely toast. Regards, Adrian Sutton. -

Re: NTLM or NTLMv2?

2004-02-19 Thread Adrian Sutton
of Windows short of Windows 2003 Server with the fancy "lock out everything that's not a Windows 2003 Server" option turned on. Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 384789

Re: NTLM or NTLMv2?

2004-02-20 Thread Adrian Sutton
Microsoft to break SAMBA (the linux-based project). >From what you've sent through I would say that HttpClient does support NTLMv2 however I have to stress that there are no published specs for NTLM (any version) and as such the only real way to know if it works for you is to test it.

Re: 302

2004-02-23 Thread Adrian Sutton
.org/commons/httpclient/logging.html). Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 38478913 0422236329 Suite 8/29 Oatland Crescent Holland Park West 4121 Australia QLD www.intencha.com -

Re: Proxy detection in the Sun plugin

2004-03-09 Thread Adrian Sutton
es but not always). Needless to say, this is a very unsupported feature. Regards, Adrian Sutton === Kangaroo Point MarchFest is an annual festival of music, art, food and culture, that aims to build community spirit and bri

Re: @author tags

2004-03-09 Thread Adrian Sutton
now who to blame mostly :). I won't argue against them going though but I think we need to be quicker to add people to the list of contributors on the website to provide some credit that way. > Oleg Regards, Adrian Sutton.

Re: [VOTE] Promote HttpClient to Jakarta level

2004-03-09 Thread Adrian Sutton
On 10/3/04 1:58 PM, "Michael Becke" <[EMAIL PROTECTED]> wrote: > This topic has been pretty quiet since I last brought it up, so I guess > it's time for a vote. I suggest that we promote HttpClient to a > Jakarta level project. Please vote as follows: > > ---

Re: Proxy detection in the Sun plugin

2004-03-11 Thread Adrian Sutton
hat. Generally though if you're not seeing any problems on 1.4.2 it's probably just me. The class is completely missing on my system. > Bruce. Regards, Adrian Sutton. === Kangaroo Point MarchFest is an annual festival o

Re: @author tags

2004-03-12 Thread Adrian Sutton
losed, pmc@ is closed. Where exactly is the best place for these conversations to take place in a manner that is open to contributions from everyone? Regards, Adrian Sutton. === Kangaroo Point MarchFest is an annual festival of

[PROPOSAL][DRAFT] Promote HttpClient to Jakarta level

2004-03-16 Thread Adrian Sutton
akarta level instead of Commons level. Thoughts, comments, criticisms and generally tearing all this to shreds would be appreciated. Regards, Adrian Sutton. - (0) RATIONALE HTTP is the main protocol used today on the internet. Although the JDK includes basic support for building HTTP-aware clien

Re: [VOTE] suspend use of @author tags

2004-03-16 Thread Adrian Sutton
On 17/3/04 12:02 PM, "Michael Becke" <[EMAIL PROTECTED]> wrote: > Given the current ambiguity regarding @author tags I propose that we > suspend their use for contributors without a CLA on file. This is > meant to be a temporary solution until something official is endorsed > by the ASF board. >

Re: [PROPOSAL][DRAFT] Promote HttpClient to Jakarta level

2004-03-17 Thread Adrian Sutton
good to me. I'll take care of chasing down the committers that are in the current draft proposal this afternoon. I'll also do up a second draft proposal with the feedback I've received. Thanks for all the feedback. > -jsd Regards, Adrian Sutton.

Re: [PROPOSAL][DRAFT] Promote HttpClient to Jakarta level

2004-03-18 Thread Adrian Sutton
that a wide range of projects depend on HttpClient or should we actually list the ones we've been told about? I think that was all the requests that came in. Let me know if I missed something and as always comments and criticisms are encouraged. Regards, Adrian Sutton. (0)

Re: [PROPOSAL][DRAFT] Promote HttpClient to Jakarta level

2004-03-18 Thread Adrian Sutton
be the right time > to drop support for JDK 1.2 and require 1.3 ? I generally find the right time is when there's a good reason to. Was there a 1.3 only method we wanted to use? I know 1.4 has some cool stuff but we're not going to be getting to use that for

Re: [PROPOSAL][DRAFT] Promote HttpClient to Jakarta level

2004-03-23 Thread Adrian Sutton
7;ll get a vote thread started in the next couple of days. Regards, Adrian Sutton. > > (0) RATIONALE > HTTP is the main protocol used today on the internet. Although the JDK > includes basic support for building HTTP-aware client applications, it > doesn't p

[VOTE][PROPOSAL] Promote HttpClient to Jakarta Level

2004-03-23 Thread Adrian Sutton
). - Regards, Adrian Sutton. (0) RATIONALE HTTP is the main protocol used today on the internet. Although the JDK includes basic support for building HTTP-aware client applications, it doesn't provide the flexibility or ease of use needed for many projects.

Re: [VOTE][PROPOSAL] Promote HttpClient to Jakarta Level

2004-03-23 Thread Adrian Sutton
On 24/3/04 5:24 PM, "Adrian Sutton" <[EMAIL PROTECTED]> wrote: > Hi all, > Continuing to push this forward, I propose that we adopt the proposal below > as our formal proposal to the Jakarta PMC to promote HttpClient to a Jakarta > level project.

[VOTE][PROPOSAL][RESULT] Promote HttpClient to Jakarta Level

2004-03-29 Thread Adrian Sutton
The vote has passed. We will put forth the proposal below to the Jakarta PMC to move HttpClient to a Jakarta level project. The vote details are below: +1 votes - Adrian Sutton [EMAIL PROTECTED] Oleg Kalnichevski [EMAIL PROTECTED] Michael Becke [EMAIL PROTECTED] dIon Gillard

Re: [VOTE][PROPOSAL][RESULT] Promote HttpClient to Jakarta Level

2004-03-29 Thread Adrian Sutton
On 29/3/04 8:47 PM, "Adrian Sutton" <[EMAIL PROTECTED]> wrote: > The vote has passed. We will put forth the proposal below to the Jakarta > PMC to move HttpClient to a Jakarta level project. The vote details are > below: I also want to note that I've received re

Fwd: [VOTE][PROPOSAL][RESULT] Promote HttpClient to Jakarta Level

2004-04-13 Thread Adrian Sutton
us of any step in this process we're missing. Regards, Adrian Sutton. Begin forwarded message: From: Adrian Sutton <[EMAIL PROTECTED]> Date: 29 March 2004 8:47:16 PM To: Commons HttpClient Project <[EMAIL PROTECTED]> Subject: [VOTE][PROPOSAL][RESULT] Promote HttpClient to

Re: [VOTE] 3.0 alpha 1 release

2004-05-14 Thread Adrian Sutton
With that all dealt with: +1 :) On 14/05/2004, at 7:50 PM, Ortwin Glück wrote: +0 with the patch for #28728 that was just committed. cheers Odi Michael Becke wrote: I propose that we mark the latest code in CVS HEAD as 3.0 alpha 1 and proceed with a release. Please vote as follows: ---

Re: [VOTE] Migrate HttpClient issue tracking from Bugzilla to Jira

2004-05-10 Thread Adrian Sutton
+1 I'm now on the infrastructure list btw and would be happy to take charge of getting this project done (I have no actual administrative powers but I do at least see what's going on). Regards, Adrian Sutton. On 10/05/2004, at 7:03 PM, Kalnichevski, Oleg wrote: Please vote

Re: IIS (NTLM) + proxy server (NTLM or basic) problem

2004-05-04 Thread Adrian Sutton
ut how it does it I'd be most interested in finding out. Last time I investigated this all the references I could find said it wasn't possible to do. In my tests with IE 5.5 and IIS as proxy and host I couldn't make the authentication work ei

Re: IIS (NTLM) + proxy server (NTLM or basic) problem

2004-05-04 Thread Adrian Sutton
this, NTLM cannot be used to authenticate with both a proxy and the server, nor can NTLM be used with HTTP 1.0 connections or servers that do not support HTTP keep-alives. On 04/05/2004, at 10:01 PM, Ortwin Glück wrote: Adrian Sutton wrote: There is absolutely no way that HttpClient can authent

Re: [VOTE][RESULT] 3.0 alpha 1 release

2004-05-16 Thread Adrian Sutton
Does this need to be CC'd to pmc? It would probably be a good idea anyway. Thanks for your efforts Mike. Regards, Adrian Sutton. On 17/05/2004, at 10:36 AM, Michael Becke wrote: The vote to release 3.0 alpha 1 has passed with the following votes: +1 Michael Becke - mbecke at apache.org +1

Re: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-06-22 Thread Adrian Sutton
u expect. I'd say a wire log should shed a lot of light on the situation (see http://jakarta.apache.org/commons/httpclient/logging.html ) Regards, Adrian Sutton On 23/06/2004, at 3:43 AM, Steve Johnson wrote: Hi All, Using HTTPClient version 2.0 We are using HTTPClient to login to a MS Excha

Re: NTLM authentication to an MS Exchange web page account using HTTP Client V2.0

2004-06-23 Thread Adrian Sutton
is is done but it's a fairly low priority (not a single user has complained yet - presumably because few of our users use NTLM). If you do find out how to do it please do let us know. Regards, Adrian Sutton. On 24/06/2004, at 2:31 AM, Steve Johnson wrote: Hi All, Thanks again Adria

Re: Cannot use HttpClient to search google

2004-07-11 Thread Adrian Sutton
r the ASF to clearly not support use of their products in any way that may cause legal trouble. If you feel you are following the terms of services for Google and I've missed something then my apologies. Regards, Adrian Sutton. -- Intencha "tom

Re: Cannot use HttpClient to search google

2004-07-11 Thread Adrian Sutton
;ll find in the list archives that we've helped quite a number of people get HttpClient to work with sites that for some reason pose technical problems (usually because of their lack of standards compliance). Regards, Adrian Sutton. On 12/07/2004, at 11:36 AM, Vincent Chain wrote: Well, I

Re: [VOTE] 2.0.1 release

2004-07-18 Thread Adrian Sutton
+1 On 19/07/2004, at 12:21 PM, Michael Becke wrote: Pending the patch to bug #29897, I propose that we mark the latest code in CVS HTTPCLIENT_2_0 as 2.0.1 and proceed with a release. Please vote as follows: --- --- Vote: H

Re: Away until Aug 9 - will not be moderating the list

2004-07-30 Thread Adrian Sutton
Jeff, Are you the only moderator for the HttpClient list? If so, I'd be happy to be added as a moderator to help out and to cover things while you're away. Regards, Adrian Sutton. On 31/07/2004, at 3:37 PM, Jeff Dever wrote: I'll be away on holiday untill April 9th. During th

Documentation Updates

2004-08-02 Thread Adrian Sutton
). * Added a note that users should ensure that log4j is configured to avoid performance problems. (Bug 29973) Patch is inline below, if I don't hear any complaints I'll commit it later on tonight or tomorrow. Regards, Adrian Sutton

Re: Documentation Updates

2004-08-02 Thread Adrian Sutton
These updates have now been committed and will go live whenever the site is next deployed. Regards, Adrian Sutton. On 02/08/2004, at 9:53 PM, Michael Becke wrote: Sounds good. Mike On Aug 2, 2004, at 3:41 AM, Adrian Sutton wrote: Some minor documentation updates: * Remove "To be completed&

Re: Documentation Updates

2004-08-03 Thread Adrian Sutton
Oops, sorry I forgot about branches. That's now done. Regards, Adrian Sutton. On 03/08/2004, at 8:57 PM, Michael Becke wrote: Hi Adrian, Could you add these to 2.0 as well? The site is currently built from 2.0. Mike -- Intencha "tomorrow&#x

Bugzilla

2004-10-10 Thread Adrian Sutton
Australian day time). Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 3420 4584 0422236329 35 Prenzler St Upper Mount Gravatt 4122 Australia QLD www.intencha.com PGP.sig Description: This is a digitally signed message part

Re: HttpClient with Applet to upload files using MultipartPost is required....

2004-10-11 Thread Adrian Sutton
getting HttpClient to work in an application please post the code you're using and if possible the debug log (see http://jakarta.apache.org/commons/httpclient/logging.html ). Regards, Adrian Sutton. On 08/10/2004, at 7:01 PM, Srinivas Velidanda wrote: Hi Adrian Sutton, thanks for the mail. I need

Re: [ANNOUNCE] HttpClient is now a separate project in [Bugzilla] issue tracking system

2004-10-12 Thread Adrian Sutton
We should be able to arrange for someone to have bugzilla admin privileges so they can do it. At the very least someone from the Jakarta PMC should be able to do it. Adrian. On 12/10/2004, at 7:36 PM, Oleg Kalnichevski wrote: On Tue, 2004-10-12 at 03:42, Michael Becke wrote: Hi Oleg, How do we

Re: [ANNOUNCE] HttpClient is now a separate project in [Bugzilla] issue tracking system

2004-10-12 Thread Adrian Sutton
ld be a good reason to go over to JIRA as I believe it handles it better (but we should check first). Oleg Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 3420 4584 0422236329 35 Prenzler St Upper Mount Gravatt 4122

Re: HttpClient with Applet to upload files using MultipartPost is required....

2004-10-08 Thread Adrian Sutton
from within a signed applet. As long as an applet is correctly signed, it has the same permissions as a stand-alone application. thanks. Srinivas. Regards, Adrian Sutton. -- Intencha "tomorrow's technology today" Ph: 3420 4584 0422236329

Re: HttpClient with Applet to upload files using MultipartPost is required....

2004-10-08 Thread Adrian Sutton
ion to run, click yes and you have full permissions. If you don't see that dialog then the applet isn't correctly signed. thanks, Srinivas. Regards, Adrian Sutton -- Intencha "tomorrow's technology today" Ph: 3420 4584 0422236329

Re: [Bugzilla] vs [JIRA] revisited

2004-10-19 Thread Adrian Sutton
+1, even rats are smart enough to jump off a sinking ship. :) All the support within Apache is moving to JIRA and it should do what we want a little better. Regards, Adrian Sutton. On 19/10/2004, at 11:44 PM, Oleg Kalnichevski wrote: Folks, As a result of the discussion my assumption is that we

RE: NTLM tests fail when building with jdk1.3.1

2003-01-27 Thread Adrian Sutton
actual error report you get please (apologies if I missed it)? Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Jeffrey Dever [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 28 January 2003 6:50 AM To: Commons HttpClient Project Subject: Re: NTLM tests fail

RE: Put -method blocks

2003-01-28 Thread Adrian Sutton
nd a small test case that highlights the problem and the guru's around here are likely to be able to help you out. Hope that helps, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Maneesh Sharma [mailto:[EMAIL PROTECTED]] Sent: Wednesd

RE: HttpRecoverableException: Error in parsing the status line...

2003-02-04 Thread Adrian Sutton
it last time. Perhaps it's time to look at it again to see if it can be achieved now. In the mean time catching and retrying on the recoverable exception is required, though contrary to my previous advice you (should) no longer need to catch and retry on an IOException. Hope that

RE: [patch] for Bug 16864

2003-02-06 Thread Adrian Sutton
Jeff, There was no attached patch. :) At least, not at my end Thanks for the quick response, I'm sure the user will appreciate it greatly! :) Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Jeffrey Dever [mailto:[EMAIL PROTECTED]]

RE: [patch] for Bug 16864

2003-02-09 Thread Adrian Sutton
er who reported the problem to verify that the problem is fixed and will close the bug if appropriate. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Jeffrey Dever [mailto:[EMAIL PROTECTED]] Sent: Saturday, 8 February 2003 9:38 AM To: Commons Htt

[PATCH] Make NTLM package private

2003-02-10 Thread Adrian Sutton
about how to use the NTLM class but without the rest of the authentication structure provided by HttpClient he's got practically no chance. :) Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com - To unsu

RE: [PATCH] Make NTLM package private

2003-02-10 Thread Adrian Sutton
Sigh, that sounds like our exchange server is doing something strange again. I'll post it inline below since it's basically just a search and remove on the word "public". Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Oleg

RE: [PATCH] Make NTLM package private

2003-02-10 Thread Adrian Sutton
That would be fine by me, my main concern is that this should *not* be public for any final release. The reality is that I should have spent more time cleaning up what was effectively my test bed before submitting it, er, sorry... Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com

RE: NTLM Proxy Authentication

2003-02-17 Thread Adrian Sutton
ient. Finally, the version of HttpClient your using (or the approximate time it was checked out of CVS) is very important as there have been a lot of changes and improvements to HttpClient in the last few months and some of those fixes may help you out. Hope that gives you some help anyway, we can do more

RE: proxy and howto's and some questions.

2003-02-18 Thread Adrian Sutton
hosts I connect with myself > and it would be nice if that is all handled automaticly by httpClient. > Just my to cents. The above code should do pretty much what you want, you still have to manage the selection of proxy hosts by yourself but generally there will only be one anyway so it's

Authentication Docs

2003-02-18 Thread Adrian Sutton
orth sending it through to get any comments on whether or not it's too in-depth etc. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: proxy and howto's and some questions.

2003-02-18 Thread Adrian Sutton
andled automaticly by httpClient. > Just my to cents. The above code should do pretty much what you want, you still have to manage the selection of proxy hosts by yourself but generally there will only be one anyway so it's not that tough. > Ronald. Guess we need a tutorial on using HttpClient. Maybe tomorrow night. :) Hope that helps, I'll be awake again in another 10 hours or so to answer any other questions you have. Adrian Sutton. Software Engineer, Ephox - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Proxy-Connection: close header

2003-02-18 Thread Adrian Sutton
ldCloseConnection(). I'm sure there's a similar function in the updated code. I'll look into it further and hopefully come up with a patch for discussion late this afternoon. If anyone has comments or a better solution I'd love to hear about it though. Adrian Sutton, Soft

RE: Authentication Docs

2003-02-18 Thread Adrian Sutton
Thanks Jeff, Rolling back to maven b7 (I was using b8) does indeed fix the problem. Having seen the site I've made some improvements and will send them through when I'm happy with it. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Jef

Re: proxy and howto's and some questions.

2003-02-19 Thread Adrian Sutton
ient needs (particularly coming up to a release). Adrian Sutton. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [VOTE] nominate Michael Becke as a committer

2003-02-19 Thread Adrian Sutton
A non-binding +1 from me then. :) Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Jeffrey Dever [mailto:[EMAIL PROTECTED]] Sent: Thursday, 20 February 2003 4:32 AM To: Commons HttpClient Project Subject: Re: [VOTE] nominate Michael Becke as a

RE: Proxy-Connection: close header

2003-02-19 Thread Adrian Sutton
ith netcat but there are distinct limits to that approach. :) Do you have any idea how to make squid use that header? Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Laura Werner [mailto:[EMAIL PROTECTED]] Sent: Thursday, 20 February 2003 7:47 AM T

RE: What about optional components?

2003-02-19 Thread Adrian Sutton
hen expand this to provide support for development of these add-ons etc similar to how ant does. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED]] Sent: Thursday, 20 February 2003 2:08 AM To: Commons Htt

RE: The use of UTIUtil.toUsingCharset?

2003-02-20 Thread Adrian Sutton
he code and possibly even change it so that it just returns the original String. That way at least it would not corrupt any characters. (I'm assuming Jandalf won't let us just rip it out all together at this point because that would be my preferred option). Adrian Sutton, Software Engin

Re: Problem with SSL Certificate

2003-02-21 Thread Adrian Sutton
x27;m inclined to work on it. :) I haven't been able to turn up your original posts on the commons-dev list so if there is more useful information there, a couple of key words to search for would be useful in helping me find it. Thanks in advance, Adrian Sutton Software Engineer Ephox Corpora

RE: Problem with SSL Certificate

2003-02-23 Thread Adrian Sutton
;d be happy to provide it, but it is fairly poor quality at the moment. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Eric J Johnson [mailto:[EMAIL PROTECTED] Sent: Saturday, 22 February 2003 1:10 PM To: Commons HttpClient Project

RE: Redirect to a different domain not supported?

2003-02-23 Thread Adrian Sutton
e it would be greatly appreciated. It's probably worth searching bugzilla (http://nagoya.apache.org/bugzilla) for the bug related to this and seeing if it's assigned to anyone, I can't remember if someone was working on it or not. Regards, Adrian Sutton, Software Engineer Ephox

RE: Redirect to a different domain not supported?

2003-02-23 Thread Adrian Sutton
didn't know which host it was connecting to, it only held a relative path. That shouldn't be a problem anymore. I'm not sure how HttpConnections are retrieved these days, but it shouldn't be too difficult to sort out. Thanks for looking into this. Adrian Sutton, Sof

RE: 2.0 alpha3 rc4 ready

2003-02-25 Thread Adrian Sutton
Just a point of process: Don't all releases require a vote and Don't all votes need to be on a new thread with [VOTE] in the subject? It seems the Apache board is cracking down on due process so it's probably better to be picky. Adrian Sutton, Software Engineer Ephox Corporatio

  1   2   3   >