-
For the 1st request, I get the JSON response. From the next request onwards I start getting this log and HTTP Status Code 204, even though the ServerResource is successfully returning a representation…
-
I'm trying to set up a POST endpoint to receive messages from Google Pub/Sub using Restlet GAE edition.
For some reason the request is received but the content is always missing.
As a test I set up a …
-
```
Building hyperlinks from PlaceRequest can be very inefficient when these place
requests differ only in one parameter. These cases could be made a lot more
efficient by modifying the TokenFormatt…
-
Using Restlet 2.1.1 + Jackson. I have a ServerResource method with a signature roughly like this:
``` java
@Put
@Transactional
public EmptyBean update(List updates) { ...}
```
However, when calling …
-
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…
-
Hi there. I am trying to build a spark scala application using magellan. I am trying to build a jar but the dependency for this package, in my gradle build is not being found. Hence I can't compile an…
-
Can anyone provide an example request for the Saved Search request? I have not been able to get it working. Based on the request structure provided in the readme, I am trying the following curl reques…
-
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…
-
org.restlet.engine.connector.HttpsServerHelper$2.handle (HttpsServerHelper.java:122)
The above line prevents random threads to hung up for 15 minutes consistently without proceeding further.
!…