-
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
-
// Request
MyResource resource =new ClientResource("http://127.0.0.1:8889/rest/xxxx ").wrap(MyResource.class);
resource.post(myObject);
Construction of a ClientResource with URI as …
-
When a GET request has a Range bigger than the actual content to be sent in the response, Restlet gives a wrong Content-Length header. The Content-Range header is correct.
Example HTTP Request:
GE…
cmosa updated
10 years ago
-
Initial ticket : http://restlet.tigris.org/issues/show_bug.cgi?id=1338
-
uReplicator compiles fine on an older version (Xenial) but fails in Bionic.
```[INFO] ~/uReplicator/uReplicator-Worker/src/main/scala:-1: info: compiling
[INFO] Compiling 7 source files to ~/uRepl…
-
Initial ticket : http://restlet.tigris.org/issues/show_bug.cgi?id=942