summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/common-http (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* Fixing minor typos on cors configuration sample in the processor commentslresende2012-04-101-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1311553 13f79535-47bb-0310-9956-ffa450edef68
* Enhance the CORS processor to set the default values based on the request ↵rfeng2012-04-091-22/+42
| | | | | | headers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1311440 13f79535-47bb-0310-9956-ffa450edef68
* Add Content-Type to the allowed headersrfeng2012-04-061-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1310618 13f79535-47bb-0310-9956-ffa450edef68
* Properly placing the exit when configuration is not available and default is ↵lresende2012-02-271-1/+1
| | | | | | in use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294281 13f79535-47bb-0310-9956-ffa450edef68
* Adding generic support for CORS (models, common-runtime, etc)lresende2012-02-2710-2/+660
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294278 13f79535-47bb-0310-9956-ffa450edef68
* Adding a way to store binding context in threadLocal to allow policy handler ↵lresende2011-03-151-0/+42
| | | | | | to access binding context git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081668 13f79535-47bb-0310-9956-ffa450edef68
* Minor formattinglresende2011-01-081-49/+68
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1056788 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3812 - Fixing ETag and Cache headers to avoid refresh issues in IElresende2011-01-011-0/+12
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054319 13f79535-47bb-0310-9956-ffa450edef68
* Minor formattinglresende2011-01-011-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054318 13f79535-47bb-0310-9956-ffa450edef68
* Minor renaming: HTTPUtil -> HTTPUtilslresende2011-01-011-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054317 13f79535-47bb-0310-9956-ffa450edef68
* Adding java doclresende2011-01-011-19/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1054316 13f79535-47bb-0310-9956-ffa450edef68
* Move HttpClientFactory from common-http to host-httprfeng2010-12-083-85/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043774 13f79535-47bb-0310-9956-ffa450edef68
* More version changes and make sure HttpClient connections are releasedrfeng2010-12-082-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043772 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.5.3, Axiom 1.2.10 and Abdera 1.1.1rfeng2010-12-083-2/+77
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043771 13f79535-47bb-0310-9956-ffa450edef68
* Instrummenting HTTP Headers to add toString()lresende2010-10-121-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1021951 13f79535-47bb-0310-9956-ffa450edef68
* Adding generated eTag to RPC style invocationslresende2010-05-121-0/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943389 13f79535-47bb-0310-9956-ffa450edef68
* Adding model for declarative http headers and other minor formattingslresende2010-05-075-1/+87
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942273 13f79535-47bb-0310-9956-ffa450edef68
* Updating REST binding to use common-http cache context class and minor ↵lresende2010-04-301-48/+51
| | | | | | update to HTTPCacheContext factory method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939810 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring HTTPCacheContext to common-http module to avoid binding-atom to ↵lresende2010-04-291-0/+257
| | | | | | depend on binding-http git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939202 13f79535-47bb-0310-9956-ffa450edef68
* Adding HTTPContext class to handle common context on HTTP related extensionslresende2010-04-271-0/+41
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938683 13f79535-47bb-0310-9956-ffa450edef68
* Making strings as constants...lresende2010-04-272-5/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938682 13f79535-47bb-0310-9956-ffa450edef68
* mark additional classes as extension spi according to use indicated by ↵kelvingoodson2010-04-261-0/+5
| | | | | | binding-atom-* git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@938086 13f79535-47bb-0310-9956-ffa450edef68
* Add missing Import-Packagerfeng2010-02-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916777 13f79535-47bb-0310-9956-ffa450edef68
* Moving getRequestPath utility to common-http utility classlresende2010-02-262-0/+85
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916511 13f79535-47bb-0310-9956-ffa450edef68
* Providing utility module to share common HTTP Utilities and Constantslresende2010-02-204-0/+127
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912092 13f79535-47bb-0310-9956-ffa450edef68