-
Hi,
Is there a way to redirect the headers received from a callback originating from a OAuth Server?
I have tried basic redirection, and also using ReDirector + Extractor, but they all strip awa…
-
Migration guide (soap calls to restlets):
https://developer.atlassian.com/jiradev/api-reference/jira-api-status/jira-rpc-services/jira-soap-to-rest-migration-guide
Announcement notice:
https://develo…
-
Hello,
it is possible to overwrite the jetty server header by setting the agent on server info (restlet 2.3.2)
``` java
getServerInfo().setAgent("toto");
```
it seems to work only for requests reach…
-
Hi,
When a `JAXBElement` is used as root element of a response entity, `JaxbConverter` is not selected.
This case may happen when returning XML simple type (excerpt from my `ObjectFactory`):
``` jav…
-
write some blog entries
introduction to framework with simple code:
```
example: http://christiansellberg.blogspot.kr/2012/04/rest-play-framework-vs-java-ee-6.html
```
testdriving your app:
- d…
-
Initial ticket : http://restlet.tigris.org/issues/show_bug.cgi?id=820
-
At this time, the RangeTestCase#testPut and AsynchroneTestCase#testPut test cases fail. There is an issue when using the HttpUrlConnection-base client which leads the server to be unable to get the in…
-
- expose as an extra protocol, in a REST-compatible way
- let developers reuse existing server resources
- similar to W3C Server-Sent Events approach
Suggested by Olivier Croisier
# workload: 2d (see…
-
Initial ticket : http://restlet.tigris.org/issues/show_bug.cgi?id=994
-
Reported by Arjohn Kampman
> We were also having problem with incoming entities. To give an example:
>
> ``` java
> SomeServerResource {
> @Post void postIdSet(IdSet idSet) {
> // code he…