-
When using the ext.httpclient it is not possible to use https. On Android it seems to be disabled:
I am using `org.restlet.ext.httpclient` (because I need to use PATCH which is not supported by the s…
-
Hey guys,
The README basically discusses how to use this with Azure. I was wondering how I can use it to deploy on AWS. Would the only changes be in the application.properties file? And if so, what…
-
REST candidates follows
-- restlet - already in the maven deps.
-- jersey - need to further learn/understand difference
-
Here is the restlet.jar file content that I am using. I think it is version 2.0 or earlier.
![restlet-jar](https://cloud.githubusercontent.com/assets/12999827/8298562/c0ddfbbe-199c-11e5-8d1d-cddd7f13f…
-
Hello,
I have updated my project from Restlet JSE 2.1rc3 to 2.1.2. Since then, the component starts but no request is processed.
After some analysis, I figured out that an exception occurs in the Se…
-
I need to have a https server with restlet. I tried all possible connector and could not make it work. The only connector that might work is Jetty. I have Jetty 9 and Java 8 running Androud 5. The je…
-
I am facing an issue, I am trying to return a JsonP representation if the callback parameter is present.
To do so I am using the JsonpFilter built in:
```
JsonpFilter jsonpFilter = new JsonpFilter(g…
-
I have a REST API with **Restlet 2.3** and need to implement a file-uploading functionality to it.
The problem is that when someone uploads a file using a POST (with a multipart/form-data Content-Typ…
-
Currently, if Deflate is negotiated as the preferred encoding, the representation will not be unpacked by Internet Explorer. This is a severe bug!
This is due to Restlet using the wrong kind of Defl…
-
We've made some initial progress in #7148, #6613, #6537, #6497, #6484, #6486, #6485, #5774, #5688, #5679, #5668, #5660, #5596, #5581, #5521, #5504, #5399, #3768, #3525 (among others)
But there's so…