Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Http test server

Hi Pascal,

Pascal Rapicault wrote:

Christian, do you guys have a suite of tests based around this that you could contribute?

Also, I have asked for some details about this on the apache client ML and here is the answer I got. They seem to point to the 4.0 version of these classes. See answer there: http://mail-archives.apache.org/mod_mbox/hc-dev/200812.mbox/%3c1230039396.5702.4.camel@ubuntu%3e


Although we have a CQ in for use of httpclient 4.0

https://dev.eclipse.org/ipzilla/show_bug.cgi?id=2738

...intended initially to be used for implementing an httpclient 4.0-based ECF provider....but I see by looking at the attached zip (i.e. to 2738) that the mockup packages have not yet been included in the CQ above.

Scott





PaScaL


Inactive hide details for Christian Campo ---12/23/2008 07:58:40 AM---An Alternative HTTP Server that you might wonna look at iChristian Campo ---12/23/2008 07:58:40 AM---An Alternative HTTP Server that you might wonna look at is NanoHTTPD http://elonen.iki.fi/code/nanoh


From: 	
Christian Campo <christian.campo@xxxxxxxxxxxx>

To: 	
"Eclipse Communication Framework (ECF) developer mailing list." <ecf-dev@xxxxxxxxxxx>

Date: 	
12/23/2008 07:58 AM

Subject: 	
Re: [ecf-dev] Http test server

------------------------------------------------------------------------



An Alternative HTTP Server that you might wonna look at is NanoHTTPD _http://elonen.iki.fi/code/nanohttpd/_ which is used by some projects for this kind of testing.....

_https://dev.eclipse.org/ipzilla/show_bug.cgi?id=1624_
_https://dev.eclipse.org/ipzilla/show_bug.cgi?id=2161_

kind regards
christian campo

Am 23.12.2008 um 04:52 schrieb Pascal Rapicault:

            One of the recurring discussion the p2 and ECF teams have
            had, is how the heck do we test http servers, especially
            those being problematic?
            While looking around in the apache http client code base I
            came across this package called:
            org.apache.commons.httpclient.server which seems all about
            "/ A simple, but extensible HTTP server, mostly for
            testing purposes./". The code is visible here
            _http://hc.apache.org/httpclient-3.x/xref-test/_ and can
            of course be downloaded from the apache SVN repo
            _http://hc.apache.org/httpclient-3.x/scm-usage.html_.

            This looks fairly promising esp that it seems to be fairly
            broadly use in the apache client test infrastructure.
            What do you think?

            PaScaL

            <ATT00001.c>

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


------------------------------------------------------------------------

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



Back to the top