summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/host-http/src/main (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set the default backoff strategyrfeng2012-11-061-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1406223 13f79535-47bb-0310-9956-ffa450edef68
* Fix an issue related to @Path on the jaxrs interfacerfeng2012-10-111-9/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1397118 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the http client configuration to make it customizablerfeng2012-09-301-10/+70
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1392033 13f79535-47bb-0310-9956-ffa450edef68
* Allow the fallback to default SSL in case of system default failsrfeng2012-09-131-14/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1384165 13f79535-47bb-0310-9956-ffa450edef68
* Use the new apirfeng2012-09-101-10/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1383131 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade http client version to handle ↵rfeng2012-07-231-2/+3
| | | | | | https://issues.apache.org/jira/browse/HTTPCLIENT-1138 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364844 13f79535-47bb-0310-9956-ffa450edef68
* Turn the http client factory into a utilityrfeng2011-09-021-4/+34
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164607 13f79535-47bb-0310-9956-ffa450edef68
* Revert the default HTTP port to 8080 before the test cases are portedrfeng2011-04-211-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095775 13f79535-47bb-0310-9956-ffa450edef68
* Allow the look up of endpoint address by component/service/binding name from ↵rfeng2011-04-202-6/+8
| | | | | | the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the HttpPortAllocator and allows the default implementation torfeng2011-04-206-226/+65
| | | | | | | allocate the port based on the system property/environment var (HTTP_PORT/ HTTPS_PORT) or a free port if the value is 0. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095242 13f79535-47bb-0310-9956-ffa450edef68
* Adding ranking to allow other implementations to override itlresende2011-03-301-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087012 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3856 - Missing default http port allocator implementation plus ↵lresende2011-03-293-0/+79
| | | | | | service locator for port allocator extensibility git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086673 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3856 - Providing HttpPortAllocator, a default implementation plus ↵lresende2011-03-296-7/+268
| | | | | | extensibility to allow others to provide their own way to select available ports for http embedded runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086671 13f79535-47bb-0310-9956-ffa450edef68
* Move HttpClientFactory from common-http to host-httprfeng2010-12-081-0/+65
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043774 13f79535-47bb-0310-9956-ffa450edef68
* Allow Spring WebApplicationContext to be used by Tuscanyrfeng2010-07-283-0/+15
| | | | | | Bring up a sample web application which demonstrates the integration between Spring and Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980218 13f79535-47bb-0310-9956-ffa450edef68
* Setting svn:eol-style for java and xml filesrfeng2010-06-051-36/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951651 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use by host* extensionskelvingoodson2010-04-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938958 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated by ↵kelvingoodson2010-04-262-0/+7
| | | | | | implementation-web implementation-web-client and implementation-web-runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937986 13f79535-47bb-0310-9956-ffa450edef68
* All the ServletHost impl class to receive attributesrfeng2010-04-051-21/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@930948 13f79535-47bb-0310-9956-ffa450edef68
* Improve the IP address binding to be based on the host from the urirfeng2010-03-145-74/+66
| | | | | | Having servlet host to return deployed uri git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922701 13f79535-47bb-0310-9956-ffa450edef68
* Pass security context into getURLMapping() so that appropriate scheme/port ↵slaws2010-02-263-5/+5
| | | | | | are chosen when no concrete url is provided by the binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916695 13f79535-47bb-0310-9956-ffa450edef68
* Add security context changes in from 1.x. Going to use for firing up SSL in ↵slaws2010-02-255-0/+159
| | | | | | the embedded container case when testing binding.ws policy. Manual merge as there are subsequent 2.x changes here. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916308 13f79535-47bb-0310-9956-ffa450edef68
* Small java doc fixlresende2010-02-151-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910274 13f79535-47bb-0310-9956-ffa450edef68
* Add a helper to get the correct ServletHostantelder2010-01-111-0/+52
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897969 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-207-0/+649
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68