On Wed, 2007-08-08 at 04:08 -0700, Bala mani wrote: > Yes, > I Spotted it and since in that method RequestEntity is not checked for > null. > so again the EncodingUrl is called. > Had RequestEntity != null > the Post might be bit fast. >
Bala (I hope I got your first name right) Please open a bug report for this problem in JIRA https://issues.apache.org/jira/browse/HTTPCLIENT Oleg > Roland Weber-3 wrote: > > > > Bala mani wrote: > >> Hi during Post opeartion, > >> the doFormUrlEncode function of EncodingUtil class is called > >> twice. > > > > Are you calling postMethod.getRequestEntity() from your application? > > It is the only call I could find where the request entity is not > > cached in an attribute once it's generated. > > > > Please file a bug report in JIRA: > > https://issues.apache.org/jira/browse/HTTPCLIENT > > > > cheers, > > Roland > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
