summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-rest-runtime/src/main/java/org/apache/tuscany/sca/binding/rest/provider/TuscanyRESTServlet.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide binder context to allow Wink to properly construct relative URIs with...lresende2013-09-101-0/+18
* Reuse the DeploymentConfigurationrfeng2012-10-121-6/+11
* TUSCANY-4065 - Properly retrieving binding context within the response handlerslresende2012-06-201-0/+8
* Cleaning commented out codelresende2012-06-201-10/+0
* Adding more generic support for CORS into the runtime of REST bindinglresende2012-02-271-0/+5
* Cleaning up unused codelresende2011-10-071-17/+0
* Adding support for ?wadl to resources exposed trough the rest bindinglresende2011-10-071-2/+65
* Enhance Tuscany JAX-RS reader/writer to better handle JAXBrfeng2011-09-301-2/+2
* Add some code to set the Cross-Origin Resource Sharing headers. As a start ju...antelder2011-08-091-0/+11
* Adding a way to store binding context in threadLocal to allow policy handler ...lresende2011-03-151-47/+23
* Add the discovery for javax.ws.rs.ext.RuntimeDelegate and update the slf4j ve...rfeng2010-11-171-1/+2
* Update to slf4j 1.6.1 and remove the workaround for wink GET @Consumes checkrfeng2010-11-171-5/+2
* Investigating migration to wink 1.2-SNAPSHOTlresende2010-11-161-42/+12
* TUSCANY-3716 - Adding Tuscany respondeHandler to be able to add HTTP headers ...lresende2010-10-121-6/+92
* Tidy up binding.rest osgi enablementrfeng2010-09-081-2/+18
* TUSCANY-3595 - Setting up proper classloader to find resources under OSGi env...lresende2010-08-291-5/+28
* Adjust the path URI for web app deploymentrfeng2010-06-011-0/+2
* Add a workaround for TUSCANY-3572rfeng2010-05-281-19/+50
* Merge branch 'jaxrs' into trunkrfeng2010-05-191-0/+94