summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-atom-runtime/src/main/java/org/apache/tuscany/sca/binding/atom (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-09-02Fix the usage of HttpClient and make sure connections are closed gracefullyrfeng3-6/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1164605 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20Allow the look up of endpoint address by component/service/binding name from ↵rfeng1-0/+1
the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06Simplifying modules structure by merging *-js-dojo into the binding-runtime ↵lresende1-0/+77
specific modules git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067729 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08TUSCANY-3812 - Fixing feed id to avoid generating different md5 hash which ↵lresende1-1/+1
is breaking caching git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056790 13f79535-47bb-0310-9956-ffa450edef68
2011-01-08TUSCANY-3814 - Fixing http headers to avoid hanging IE6 when consuming ↵lresende3-19/+14
tuscany atom feeds git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056789 13f79535-47bb-0310-9956-ffa450edef68
2011-01-01TUSCANY-3812 - Fixing ETag and Cache headers to avoid refresh issues in IElresende3-63/+132
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054319 13f79535-47bb-0310-9956-ffa450edef68
2011-01-01Minor renaming: HTTPUtil -> HTTPUtilslresende1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054317 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Move HttpClientFactory from common-http to host-httprfeng1-8/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043774 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08More version changes and make sure HttpClient connections are releasedrfeng1-25/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043772 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08Upgrade to Axis2 1.5.3, Axiom 1.2.10 and Abdera 1.1.1rfeng4-137/+208
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043771 13f79535-47bb-0310-9956-ffa450edef68
2010-11-15TUSCANY-3664 Fix atom binding/store samplebdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035417 13f79535-47bb-0310-9956-ffa450edef68
2010-11-14TUSCANY-3664 Add support for multiple operation output typesbdaniel1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1035091 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26TUSCANY-3735: Don't use HTTP authorization or authentication by default ↵nash2-13/+29
(merged 1.x commit r1027705) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027710 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26TUSCANY-3743: Return correct response code from If-Unmodified-Since (merged ↵nash1-1/+1
1.x commit r1027693) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027695 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26TUSCANY-3742: Fix time comparison for If-Modified-Since and ↵nash1-3/+11
If-Unmodified-Since (merged 1.x commit r1027658) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027684 13f79535-47bb-0310-9956-ffa450edef68
2010-10-26TUSCANY-3734: Fix incorrect rendering of non-ASCII characters (merged 1.x ↵nash1-5/+4
commit r1027641) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027655 13f79535-47bb-0310-9956-ffa450edef68
2010-09-19Fixes to get the store contribution working in a webapp. Make atom binding ↵jsdelfino1-1/+9
use the deployed binding URI, like the JSON-RPC already does. Change the dojo include from absolute to a relative path. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998596 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30Updating REST binding to use common-http cache context class and minor ↵lresende1-1/+1
update to HTTPCacheContext factory method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939810 13f79535-47bb-0310-9956-ffa450edef68
2010-04-29Refactoring HTTPCacheContext to common-http module to avoid binding-atom to ↵lresende1-1/+1
depend on binding-http git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939202 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16Remove some now unneeded uses of DataExchangeSemanticsantelder1-6/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@923761 13f79535-47bb-0310-9956-ffa450edef68
2010-02-26Moving getRequestPath utility to common-http utility classlresende1-24/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916511 13f79535-47bb-0310-9956-ffa450edef68
2010-01-11Use the servlethost helper to locate the servlet hostantelder1-3/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897979 13f79535-47bb-0310-9956-ffa450edef68
2009-11-20Moving 2.x trunklresende9-0/+2123
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68