Re: [HttpCore] Nearing API freeze

2007-12-13 Thread Asankha C. Perera
Hi Oleg > I am aware only of two issues currently blocking 4.0-beta1: > * HTTPCORE-127, requested by Synapse (almost complete) > * Metrics for I/O reactors, requested by Synapse > I commited the HTTPCORE-127 fix just now and have been able to get metrics out of HttpCore through the Synapse trans

Re: [HttpCore] Nearing API freeze

2007-12-13 Thread Asankha C. Perera
Hi Roland >> I commited the HTTPCORE-127 fix just now >> > > Was this your first commit in HttpComponents? I haven't > got a commit mail yet. If it was your first commit, the > mail is probably still in moderation. > This probably could be, since I haven't committed anything for a while I a

Expected release timeline for Core 4.0-alpha7

2008-01-05 Thread Asankha C. Perera
Hi all Does anyone have an idea about the timeline when HttpComponents Core 4.0-alpha-7 is scheduled for release? thanks asankha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] HttpComponents Core 4.0-beta1 release

2008-01-20 Thread Asankha C. Perera
Vote: HttpComponents Core 4.0-beta1 release [X] +1 Release the packages as HttpComponents Core 4.0-beta1. [ ] -1 I am against releasing the packages (must include a reason). asankha Oleg Kalnichevski wrote: Please vote on releasing these packages as HttpComponents Core 4.0-beta1. The vote is

Re: NIO based connection manager impl / async HttpClient

2008-04-03 Thread Asankha C. Perera
I know this is slightly off-topic for the list, but since it is related to non-blocking aspects of data transfer I hope it's ok. I have been working on a non-blocking xml parser (feed data when it becames available, see if new events can be parsed and returned), and was thinking that it would b

Re: NIO based connection manager impl / async HttpClient

2008-04-03 Thread Asankha C. Perera
Oleg Sorry for being late to reply.. I would like to start working on a NIO based version of the connection manager sometime in the coming days / weeks. A connection manager implementation for non-blocking HTTP connections can be potentially useful for both Synapse and LimeWire, and probably oth

Keep-alive connection close on JBoss 4.2.2

2008-05-06 Thread Asankha C. Perera
Hi all When using the Apache Synapse HTTP transport built over HttpCore+NIO with JBoss 4.2.2 based Web service, I can see that typically JBoss terminates a keep-alive connection after 20 seconds, but when under load, it closes some connections (about 1 or 2 per 100) in around 4ms or 5ms etc..

Using Simple Input/Output Buffers with Synapse

2008-05-22 Thread Asankha C. Perera
Hi Oleg I first tried to do the throttling version for Synapse, but didn't really get to a stable point last night.. and thus, looked at using the simple buffers first as you suggested.. I am now getting the following exception, and am trying to figure out what went wrong.. but I will have t

Re: Using Simple Input/Output Buffers with Synapse

2008-05-24 Thread Asankha C. Perera
Hi Oleg I was able to get this one working with the simple buffers (slightly modified).. but the OFM errors were common with large payloads, and thus wanted to use throttling too.. However, now I have an issue when keepalive server side sockets are being used. It seems like I need to request

Re: Using Simple Input/Output Buffers with Synapse

2008-05-25 Thread Asankha C. Perera
Hi Oleg ... I also have a question on the Shared buffer class.. in SharedInputBuffer::consumeContent() why do you suspendInput if totalRead > 0? This does not mean that the buffer

Issue closing SSL sessions when using NIO

2008-05-29 Thread Asankha C. Perera
Hi all It seems like sometimes client connections over SSL does not properly terminate after the keepalive socket closes. This happens with the Synapse ESB (which uses HttpCore/NIO-4.0-beta1), but I am still investigating if this is a problem with Synapse or HttpCore/NIO.. but my guess is its

Re: [HttpCore] 4.0-beta2 soon?

2008-06-08 Thread Asankha C. Perera
+1 .. will be good for Synapse as well as we are targeting a point release with some performance improvements thanks asankha Oleg Kalnichevski wrote: On Sun, 2008-06-08 at 14:08 -0400, Sam Berlin wrote: Works for me, although I should have a better feel for it by the end of this coming w

Re: [VOTE] HttpComponents Core 4.0-beta2 release

2008-06-18 Thread Asankha C. Perera
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Asankha C. Perera WSO2 - http://wso2.org http://esbmagic.blogspot.com

Re: Possible Causes for "Connection reset by peer" when using NIO

2008-06-25 Thread Asankha C. Perera
to the ESB classpath, and add the following line into it, you can change the Synapse socket timeout "http.socket.timeout=6" <- this is in ms. Maybe you can do a similar thing with the BEA server.. asankha -- Asankha C. Perera WSO2 - http://wso2.org http://esbmagic.blogspot.com

Re: Possible Causes for "Connection reset by peer" when using NIO

2008-06-26 Thread Asankha C. Perera
then BEA can close it from that side asankha -- Asankha C. Perera WSO2 - http://wso2.org http://esbmagic.blogspot.com

Can an HTTP server close the socket before its client has finished receiving the message?

2008-07-11 Thread Asankha C. Perera
Hi All When talking over SSL to a BEA WLI server, it responds with a "Connection: close" header, and seems to close the socket, before Apache Synapse (using HttpCore/NIO) could read the full message (~11K in size). Its setting the 'Content-length' header, but when debugging the SSL communicat

Re: Can an HTTP server close the socket before its client has finished receiving the message?

2008-07-15 Thread Asankha C. Perera
Hi Oleg, Ortwin and Mike Sorry for my delay in responding,.. I am unable to find out the version of Weblogic, but will try to find that out. I will also try to get a tcpdump or a wireshark dump to investigate this further and share that with you. I am accessing this service histed in Europe, o

Re: Understanding asynchrounous request processing in Apache Synapse/Axis2/Http Core NIO

2008-07-20 Thread Asankha C. Perera
or a large response. Once you confirm the temporary fix I provided you, I will check it into the trunk with a JIRA so that it goes into the next release asankha -- Asankha C. Perera WSO2 - http://wso2.org http://esbmagic.blogspot.com

Re: [VOTE] HttpComponents Client 4.0-beta1 release

2008-08-25 Thread Asankha C. Perera
Vote: HttpComponents Client 4.0-beta1 release [+1] Release the packages as HttpComponents Client 4.0-beta1. thanks asankha Oleg Kalnichevski wrote: Please vote on releasing these packages as HttpComponents Client 4.0-beta1. The vote is open for the next 72 hours, and only votes from HttpComp

Connection closes and SharedInputBuffer shutdown

2008-08-29 Thread Asankha C. Perera
call? If so, we may need another fix here.. thanks asankha -- Asankha C. Perera WSO2 - http://wso2.org http://esbmagic.blogspot.com

Re: Board report draft

2008-09-11 Thread Asankha C. Perera
TECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Asankha C. Perera WSO2 - http://wso2.org http://esbmagic.blogspot.com

Checking if connections are stale with NIO

2008-09-30 Thread Asankha C. Perera
When using keep-alive connections, Apache Synapse needs to ensure that a connection is not just about to be closed after the expiration of the socket timeout. The HttpConnection.isStale() tells of the expensive - but guaranteed way to make sure of this, by making a blocking call on the socket.

Re: Checking if connections are stale with NIO

2008-10-01 Thread Asankha C. Perera
asankha Oleg Kalnichevski wrote: On Tue, Sep 30, 2008 at 12:46:54PM +0530, Asankha C. Perera wrote: When using keep-alive connections, Apache Synapse needs to ensure that a connection is not just about to be closed after the expiration of the socket timeout. The HttpConnection.isStale() tells

Re: [HttpCore] 4.0-beta3 soon?

2008-10-08 Thread Asankha C. Perera
Hi Oleg There has been quite a few fixes since 4.0-beta2. Any objections to releasing HttpCore 4.0-beta3 soon? +1 for a beta 3 .. I think this would be good for Synapse to sync-up with these fixes from HC asankha - To unsu

Re: [HttpCore] HttpCore 4.0-beta3 preview

2008-10-13 Thread Asankha C. Perera
Hi Oleg These looks good to me. I tested the bin and src Zips, and the binaries with Synapse as well thanks asankha Oleg Kalnichevski wrote: Folks Please do try to find a few minutes to review the release notes and packages for the coming HttpCore 4.0-beta3 release release notes: http://pe

Re: [VOTE] HttpComponents Core 4.0-beta3 release

2008-10-15 Thread Asankha C. Perera
+1 asankha Oleg Kalnichevski wrote: Please vote on releasing these packages as HttpComponents Core 4.0-beta3. The vote is open for the next 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three binding +1 votes are cast and there are more +1 tha

Re: requesting SVN commit access for Apache Http Components

2008-10-23 Thread Asankha C. Perera
Hi Sean What is the status on this request? I agree with Oleg's view that a vote is not required. So I guess the next step is for Eric to grant you karma.. asankha On Wed, Oct 22, 2008 at 12:00 AM, Oleg Kalnichevski <[EMAIL PROTECTED]>wrote: On Tue, 2008-10-21 at 15:34 -0700, Sean Su

Re: [VOTE] HttpComponents Client 4.0-beta2 release

2008-12-14 Thread Asankha C. Perera
-- Vote: HttpComponents Client 4.0-beta2 release [x] +1 Release the packages as HttpComponents Client 4.0-beta2. [ ] -1 I am against releasing the packages (must include a reason). ---

Re: [VOTE] HttpComponents Core 4.0 release (take 2)

2009-02-19 Thread Asankha C. Perera
[x] +1 Release the packages as HttpComponents Core 4.0 asankha Oleg Kalnichevski wrote: Please vote on releasing these packages as HttpComponents Core 4.0. The vote is open for the next 72 hours, and only votes from HttpComponents PMC members are binding. The vote passes if at least three bindi

Re: [ANNOUNCEMENT] HttpComponents HttpCore 4.0 (GA) Released

2009-02-26 Thread Asankha C. Perera
Congratulations, everyone. And especially congratulations to Oleg. You really deserve something special for all your extraordinary work on HttpComponents. Yes, Congratulations and thanks to everyone, and very specially to Oleg for improving the documentation and tutorials etc, in addition t

Re: SVN layout changes

2009-02-27 Thread Asankha C. Perera
Hi Oleg What I would like to do is to rename module directories after their respective artifact ids module-main -> httpcore module-nio -> httpcore-nio module-client -> httpclient module-httpmime -> httpmime and so on. This sounds good.. thanks asankha -

Echo service implementation - copying the request entity as the response

2009-03-02 Thread Asankha C. Perera
Hi All I wanted to write an echo service, and found that I cannot copy the entity from the request as the response.. Also see : http://hc.apache.org/httpcomponents-client/httpclient/xref-test/org/apache/http/localserver/EchoHandler.html#95 For small requests copying it into a byte array would

Re: Echo service implementation - copying the request entity as the response

2009-03-03 Thread Asankha C. Perera
Hi Oleg The problem is that lots of HTTP agents out there (including HttpClient 3.x and HttpClient 4.0) can only handle request / response content streams sequentially. That is, they can start reading response content only after the request content has been fully written out. This explains th

Re: Recursive call in SSLIOSession?

2009-03-18 Thread Asankha C. Perera
SSLIOSession has: SSLIOSession implements IOSession ... private final IOSession session; ... public Object getAttribute(final String name) { return this.session.getAttribute(name); } So if session is actually an SSLIOSession - rather than IOSessionImpl - it looks this will

Re: Max number of requests/persistent connection - 100?

2009-04-06 Thread Asankha C. Perera
perform pretty well. Have you looked at : https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/contrib/src/main/java/org/apache/http/contrib/benchmark I've used it many times for load testing the Synapse and other ESB's and it handles load quite well cheers asankha --

Is the PDF version of the tutorial corrupted?

2009-05-06 Thread Asankha C. Perera
Hi All The HttpCore tutorial in PDF format [1] seems to be corrupted.. When I try to open it from Ubuntu, it says "Failed to load document from data (error 3)'" Does this work for any others? thanks asankha [1] http://hc.apache.org/httpcomponents-core/tutorial/pdf/httpcore-tutorial.pdf --

Re: [HttpCore] HttpCore 4.0.1?

2009-05-21 Thread Asankha C. Perera
Hi Oleg I ported all the bug fixes from trunk to the 4.0.x (stable) branch. http://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.0.x/ If there is enough interest, we could cut the 4.0.1 release off the 4.0.x branch, as 4.1 may take several more months to stabilize. Have you me

Re: [VOTE] HttpComponents Core 4.0.1 release

2009-06-18 Thread Asankha C. Perera
Vote: HttpComponents Core 4.0.1 release [X] +1 Release the packages as HttpComponents Core 4.0.1. [ ] -1 I am against releasing the packages (must include a reason). asankha - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.o

Re: [VOTE] HttpComponents Client 4.0 release

2009-08-09 Thread Asankha C. Perera
> Vote: HttpComponents Client 4.0 release > [X] +1 Release the packages as HttpComponents Client 4.0. > [ ] -1 I am against releasing the packages (must include a reason). asankha - To unsubscribe, e-mail: dev-unsubscr...@hc

SessionInputBuffer and SOCKET_BUFFER_SIZE

2009-08-22 Thread Asankha C. Perera
Hi All If I understand correctly the SOCKET_BUFFER_SIZE parameter specifies the size of the SessionInputBuffer. However the SessionInputBuffer is simply used to read the header of a http message (i.e. the request line and http headers) - and never intended to read the entity body / payload. If so

Re: SessionInputBuffer and SOCKET_BUFFER_SIZE

2009-08-24 Thread Asankha C. Perera
Hi Oleg >> If I understand correctly the SOCKET_BUFFER_SIZE parameter specifies the >> size of the SessionInputBuffer. However the SessionInputBuffer is simply >> used to read the header of a http message (i.e. the request line and >> http headers) - and never intended to read the entity body / pay

Re: [RFC] AsyncHttpClient prototype

2009-09-04 Thread Asankha C. Perera
Hi Oleg > I have put together a very rough, very basic prototype of an asynchronous HTTP > client based on HttpCore NIO 4.0 and HttpClient 4.0. While I am still not > convinced we, as a project, can sustain an additional code line, I would like > to make that code available publicly for two reasons

Re: [VOTE] HttpComponents Core 4.1-alpha1 release

2009-09-06 Thread Asankha C. Perera
> Vote: HttpComponents Core 4.1-alpha1 release > [X] +1 Release the packages as HttpComponents Core 4.1-alpha1. > [ ] -1 I am against releasing the packages (must include a reason). asankha - To unsubscribe, e-mail: dev-unsu

Re: HttpComponents HttpCore 4.1-alpha1 Released

2009-09-22 Thread Asankha C. Perera
Hi Oleg > Download - > > Release notes - > It seems like the 4.0.1 RELEASE_NOTES in the download page links to the 4.1-alpha1.. Sorry I took a quick look, but I didn't notice where to change

Re: HttpComponents HttpCore 4.1-alpha1 Released

2009-09-22 Thread Asankha C. Perera
Hi Oleg >>> Download - >>> >>> Release notes - >>> >>> >> It seems like the 4.0.1 RELEASE_NOTES in the download page links to the >> 4.1-alpha1.. Sorry I took a quick look, but I didn'

Re: Synapse with IBM JDK 1.5 over httpcore-nio

2009-10-04 Thread Asankha C. Perera
for this with 4.1-alpha1, the cause is in the Synapse codebase.. I will fix it... cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: dev-un

Re: [VOTE] HttpComponents Client 4.1-alpha1 release

2009-12-05 Thread Asankha C. Perera
> Vote: HttpComponents Client 4.1-alpha1 release > [X] +1 Release the packages as HttpComponents Client 4.1-alpha1. > [ ] -1 I am against releasing the packages (must include a reason). asankha - To unsubscribe, e-mail: dev-un

Re: [VOTE] HttpComponents Client 4.0.1 release (take 2)

2009-12-05 Thread Asankha C. Perera
+1 asankha Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents Client 4.0.1. > The vote is open for at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote passes if at least > three binding +1 votes are cast and there are more +1

Memory leak with non-keepalive SSL connection load test

2009-12-13 Thread Asankha C. Perera
Hi All I've encountered a strange problem from a Synapse user using RHEL 32 bit system, where a load test of non-keepalive SSL connections causes the process to leak memory and ultimately crash. This does not happen on Ubuntu which I use by default, and I had to run a CentOS instance on EC2 to rep

Re: Memory leak with non-keepalive SSL connection load test

2009-12-14 Thread Asankha C. Perera
Hi Oleg >> Has anyone encountered this issue before? my immediate next step is to >> try on a 64bit OS version .. but I am curious to know how we could avoid >> this problem >> > Asankha, > > I think the easiest fix to the problem should be avoiding direct > bytebuffers altogether. Feel free t

Best way to handle or disable Pipelined requests

2010-01-23 Thread Asankha C. Perera
Hi Oleg In the HttoCore Tutorial I see the following "This makes non-blocking HTTP connections fully pipelining capable, but at same time implies that this is the job of the protocol handler to match logically related request and the response messages." Is there any recommended way to handle - o

Re: Best way to handle or disable Pipelined requests

2010-01-25 Thread Asankha C. Perera
Hi Oleg > If you do not want to support request pipelining, simply disable input > while processing an incoming message: disable input events immediately > after having received a complete incoming request by calling > IOControl#suspendInput(), process the request, generate a response, > write it o

Re: Best way to handle or disable Pipelined requests

2010-01-25 Thread Asankha C. Perera
Hi Oleg > On Mon, 2010-01-25 at 15:16 +0530, Asankha C. Perera wrote: > >> Hi Oleg >> >>> If you do not want to support request pipelining, simply disable input >>> while processing an incoming message: disable input events immediately >>> afte

Re: [HttpCore] Promote HttpBenchmark code out of contrib

2010-02-02 Thread Asankha C. Perera
Hi Oleg This is a great move!.. I've made some local modifications to this code in the recent past to support/control all HTTP methods, Gzip, Chunking and use of Expect handshake, and I will commit the changes in a few more days after you are done with HTTPCORE-178 BTW, I believe you will take ou

Controlling "acceptance" of connections

2010-02-02 Thread Asankha C. Perera
Hi All With some recent load testing in an environment where requests are queued and handled by a worker pool, I've seen that the NIO listener will accept any number of connections - possibly even more than what the worker pool (or the backend server to which they are forwarded) could handle. Thu

Re: Controlling "acceptance" of connections

2010-02-03 Thread Asankha C. Perera
Hi Ortwin > What you are referring to is the "backlog" of a Socket. That is the number of > half-open / unaccepted connections that is queued by the OS before sending > RSTs > for any more SYNs. > I thought so too.. but I think in the NIO model its a bit different - especially when a request is

Re: Controlling "acceptance" of connections

2010-02-03 Thread Asankha C. Perera
Hi Oleg / Odi > On Wed, 2010-02-03 at 11:04 +0100, Ortwin Glück wrote: > >> Answering myself again :- >>> In theory yes. But you get the ACCEPT ready *once* only. So if you ignore >>> it, >>> you forget that a channel was ready and you can end up never accepting it. >>> So >>> not registering

Re: Status of AsyncHttpClient

2010-02-08 Thread Asankha C. Perera
d since recently for the UltraESB. Both uses this excellent piece of NIO code from HttpComponents/HttpCore to scale to extremes. Maybe you could re-use? cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.

Accessing client information with a 2-way SSL connection

2010-02-12 Thread Asankha C. Perera
Hi all I would like to access the client certificate CN when a 2-way SSL connection is being used. The SSLIOSessionHandler allows me to verify a client hostname and the SSL connection established before the request is processed. If we further pass the IOSession to this method from the SSLIOSession

Re: [HttpCore] Promote HttpBenchmark code out of contrib

2010-02-13 Thread Asankha C. Perera
level applications - such as to a GUI; and allows the easy specification of a SOAPAction, identity and trust stores - or the complete disabling of SSL server verification for testing. thanks asankha Oleg Kalnichevski wrote: > On Wed, 2010-02-03 at 09:23 +0530, Asankha C. Perera wrote: > >> H

Re: [VOTE] Javadocs for current releases

2010-03-01 Thread Asankha C. Perera
> [X] +1 Release the Javadoc jars > [ ] -1 I am against releasing the javadoc jars (must include a reason). > asankha - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apac

Detecting EOF of a Channel when file channels are used [for the IdentityDecoder]

2010-03-05 Thread Asankha C. Perera
s data read into the buffer. If this is indeed a bug, and the attached is a proper fix, I will commit it to the code with a JIRA thanks asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com Index: src/main/java/org/apache/http/impl/nio/codecs/

Re: [HttpCore] HttpCore 4.1-beta1 release preview

2010-03-21 Thread Asankha C. Perera
by around Monday cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h

Re: [HttpCore] HttpCore 4.1-beta1 release preview

2010-03-22 Thread Asankha C. Perera
Hi Oleg Testing of the libraries were successful. Would be good to update the Copyright years (in NOTICE file and META-INF/NOTICEs) from "2006-2009" when you cut the final RC thanks asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.bl

Re: [VOTE] HttpComponents Core 4.1-beta1 release

2010-03-28 Thread Asankha C. Perera
> Vote: HttpComponents Core 4.1-beta1 release > [X] +1 Release the packages as HttpComponents Core 4.1-beta1. > [ ] -1 I am against releasing the packages (must include a reason). asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blo

Re: [HttpCore] Java level 1.3 -> 1.5

2010-04-08 Thread Asankha C. Perera
ry > model improvements. > 1.5 would also make it easier to build core since nio needs 1.5. > +1 this will be good > However, I don't think this should be introduced in a minor release; I > think it needs a major release. > I think a minor release is fine, as the c

Re: [VOTE] HttpComponents Client 4.1-alpha2 release (take 2)

2010-05-14 Thread Asankha C. Perera
[X] +1 Release the packages as HttpComponents Client 4.1-alpha2. [ ] -1 I am against releasing the packages (must include a reason). asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com

Re: HttpCore NIO & SSL behind proxy

2010-07-16 Thread Asankha C. Perera
are set correctly (write events suspended by mistake). Logging is simply indispensable when troubleshooting concurrency issues. You could also try the "-Djavax.net.debug=all" system property, which may give you a hint if the cause is SSL specific cheers asankha -- Asankha

Fwd: Board Report for Apache HttpComponents

2010-08-02 Thread Asankha C. Perera
nents/BoardResolutions [3] http://wiki.apache.org/HttpComponents/BoardReportDraft Original Message Subject:Board Report for Apache HttpComponents Date: Sat, 17 Jul 2010 22:00:05 +0530 From: Asankha C. Perera To: bo...@apache.org CC: priv...@hc.apache.org Status r

Board report for August 2010

2010-08-04 Thread Asankha C. Perera
e.org/HttpComponents/BoardReportDraft -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail:

Removing the "Question" type from JIRA

2010-08-09 Thread Asankha C. Perera
JIRA - if possible? thanks asankha [1] https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&type=11&pid=12310360&sorter/field=issuekey&sorter/order=DESC -- Asankha C. Perera AdroitLogic, http://adroitlogic.org

Re: Removing the "Question" type from JIRA

2010-08-09 Thread Asankha C. Perera
e.. I was wondering if we need to ask for help from Infra to fix it? or if either of you would have the necessary privileges to change it.. thanks asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspo

Re: Removing the "Question" type from JIRA

2010-08-09 Thread Asankha C. Perera
this is fine.. Normally questions are supposed to end up on the mailing list, and even though these invalid issues does not exist on the JIRA anymore, they are still on the mailing list archives. thanks! asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com

[REPORT] HttpComponents

2010-08-11 Thread Asankha C. Perera
Status report for the Apache HttpComponents project - August 2010 Status The last status report was sent in July, and thus there isn't a lot to be reported. Overall the project remains active. We are working on realigning our release process with the best practices used by other ASF projects su

Re: [VOTE] HttpComponents Core 4.1-beta2 release based on RC2

2010-08-25 Thread Asankha C. Perera
[x] +1 Release the packages as HttpComponents Core 4.1-beta2 asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For

Re: [VOTE] HttpComponents Client 4.0.2 release based on RC2

2010-09-02 Thread Asankha C. Perera
Vote: HttpComponents Client 4.0.2 release [X] +1 Release the packages as HttpComponents Client 4.0.2. [ ] -1 I am against releasing the packages (must include a reason). asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com

Re: [VOTE] HttpComponents Client 4.0.2 release based on RC3

2010-09-03 Thread Asankha C. Perera
Vote: HttpComponents Client 4.0.2 release [X] +1 Release the packages as HttpComponents Client 4.0.2. [ ] -1 I am against releasing the packages (must include a reason). -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com

Re: AuthScheme impl for OAuth

2010-09-09 Thread Asankha C. Perera
://twitter.com/statuses/update.xml HTTP/1.1 you issued, got translated as: GET /statuses/update.xml HTTP/1.1 Host: twitter.com You should still be able to get the scheme, method etc from the request, as well as the 'Host' header. Can you check if this is correct? cheers a

Re: [VOTE] HttpComponents Client 4.0.3 release based on RC1

2010-09-17 Thread Asankha C. Perera
Vote: HttpComponents Client 4.0.3 release [X] +1 Release the packages as HttpComponents Client 4.0.3. [ ] -1 I am against releasing the packages (must include a reason). asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com

The best strategy to handle send aborts by remote server

2010-09-21 Thread Asankha C. Perera
connState.resetOutput(); This causes the subsequent socket write attempt from outputReady() ProducingNHttpEntity entity = connState.getProducingEntity(); to return null for the entity, causing a NPE.. What is the best way to handle this scenario? thanks asankha -- Asankha C. Perera AdroitLogic, http

Re: The best strategy to handle send aborts by remote server

2010-09-21 Thread Asankha C. Perera
I was able to overcome this by using the "Expect" header. I believe that is the best way, if we are dealing with a Windows server? thanks asankha On 09/21/2010 11:56 PM, Asankha C. Perera wrote: Hi All When using HttpCore/NIO and sending a request, the remote party may pre-maturel

Re: The best strategy to handle send aborts by remote server

2010-09-22 Thread Asankha C. Perera
take a look at what you committed recently.. I've promised to take a look at it many months back but not been able to spend the time yet :D thanks asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspo

Re: Problem to receive last chunk of https response with httpcore-nio

2010-09-25 Thread Asankha C. Perera
both incoming and outgoing SSL payloads and things work fine! Hence the bug seems to be in the Synapse/WSO2 ESB code - can you confirm exactly which of these you use and the version? cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspo

Re: Any known issues with Http Core NIO and tomcat 5.2.3?

2010-10-14 Thread Asankha C. Perera
) at java.util.zip.GZIPOutputStream.write(GZIPOutputStream.java:72) at org.adroitlogic.ultraesb.transport.http.compress.GzipCompressingEntity.writeTo(GzipCompressingEntity.java:78) at org.adroitlogic.ultraesb.transport.http.compress.GzipCompressingEntity.produceContent(GzipCompressingEntity.java:

Re: Any known issues with Http Core NIO and tomcat 5.2.3?

2010-10-14 Thread Asankha C. Perera
8\r\n avail -= 10; Should the above be avail -= 12 since we need to terminate the chunk with another \r\n ? cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscri

Re: Any known issues with Http Core NIO and tomcat 5.2.3?

2010-10-14 Thread Asankha C. Perera
ease raise a JIRA for the bug? Sure! thanks asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e

Re: Any known issues with Http Core NIO and tomcat 5.2.3?

2010-10-14 Thread Asankha C. Perera
browser this worked confirming my suspicion in chunked encoding. Supun I suggest you try it again with the updated ChunkedEncoder with a build off trunk. Else, and SSL debug will show you the transfer in hex to manually check if the encoding resulted in a fault cheers asankha -- Asankha C

Re: an important question how can I read the message body

2010-10-20 Thread Asankha C. Perera
*(( general-header | request-header | entity-header ) CRLF) CRLF * [ message-body ]* Neither the forums nor the documentation helped me. Any help is greatly appreciated. Thanks Sasikrian. -- Asankha C

Re: NOTICE and LICENCE file annoyances

2010-10-21 Thread Asankha C. Perera
e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: dev-unsubscr.

Re: NOTICE and LICENCE file annoyances

2010-10-22 Thread Asankha C. Perera
Thanks for the explanation Oleg.. In this case I vote for option (2). This is a simple file that will hardly change with releases.. thanks asankha On 10/22/2010 04:08 PM, Oleg Kalnichevski wrote: On Fri, 2010-10-22 at 09:39 +0530, Asankha C. Perera wrote: Hi Oleg I'm sorry I d

Re: [VOTE] HttpComponents LICENSE and NOTICE maven plugin 0.0.1 release

2010-11-02 Thread Asankha C. Perera
Vote: HttpComponents LICENSE and NOTICE maven plugin 0.0.1 release [X] +1 Release the Maven artifacts as HttpComponents LICENSE and NOTICE plugin 0.0.1 [ ] -1 I am against releasing the Maven artifacts (must include a reason). asankha -- Asankha C. Perera AdroitLogic, http

Board Report for November

2010-11-10 Thread Asankha C. Perera
Hi All Could you please review and update the board report for November where I've missed anything thanks asankha http://wiki.apache.org/HttpComponents/BoardReportDraft -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspo

[REPORT] HttpComponents

2010-11-10 Thread Asankha C. Perera
Status report for the Apache HttpComponents project - November 2010 Status Overall the project remains active. Releases HttpCore 4.1-beta2 was released on the 1st of September HttpClient 4.0.3 GA has been released on the 19th of September, as an emergency release following the 4.0.2 release o

Re: [VOTE] HttpComponents LICENSE and NOTICE maven plugin 0.0.2 release based on RC1

2010-11-11 Thread Asankha C. Perera
[X] +1 Release the Maven artifacts as HttpComponents LICENSE and NOTICE plugin 0.0.2 [ ] -1 I am against releasing the Maven artifacts (must include a reason). -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com

Re: [VOTE] HttpComponents Client 4.1-beta1 release based on RC1

2010-11-15 Thread Asankha C. Perera
should recall the vote or shall we fix it later? I prefer the latter.. thanks asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: dev-unsubscr

Re: [VOTE] HttpComponents Core 4.1 release based on RC1

2010-11-15 Thread Asankha C. Perera
[x] +1 Release the packages as HttpComponents Core 4.1 asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional

Re: [VOTE] HttpComponents Client 4.1-beta1 release based on RC2

2010-11-17 Thread Asankha C. Perera
Vote: HttpComponents Client 4.1-beta1 release [X] +1 Release the packages as HttpComponents Client 4.1-beta1. [ ] -1 I am against releasing the packages (must include a reason). asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com

Re: [VOTE] HttpComponents Client 4.1 release based on RC2

2011-01-14 Thread Asankha C. Perera
Vote: HttpComponents Client 4.1 release [X] +1 Release the packages as HttpComponents Client 4.1. [ ] -1 I am against releasing the packages (must include a reason). asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com

Re: [VOTE] HttpComponents AsyncClient 4.0-alpha1 release based on RC1

2011-01-17 Thread Asankha C. Perera
Hence the release in alpha state is something good. I personally have been wanting to try it out for sometime, but unfortunately not been lucky with time - but the release may be able to pull in new users asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspo

Re: integrated OAuth?

2011-02-01 Thread Asankha C. Perera
, please do go ahead! There will always be ways to incorporate good code into HC one way or another. Definitely! .. Even the S3 authentication support has been very useful. OAuth support will be great to have cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http

  1   2   3   4   5   >