-
I experience strange behaviour with Restlet 2.3.1.
I have a resource with @Get, @Post and @Delete method. What I see is Restlet keeps calling the first method it encounters.
So, if the first call is…
-
Have reproduced this with 0522 on both DJ and ML's machine, uploading to both the production XNAT and a local Dockerised version
StudyDate is empty on the subject page next to the experiment. The s…
-
See the mail here: http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3048890
and my repository containing a simple, minimal example here: https://github.com/dhalperi/restlet-test…
-
The application is executed in Tomcat 8 using the Servlet connector, behind an Apache HTTPD which is configured as reverse proxy. The reverse proxy sets the X-Forwarded-For header correctly, but the m…
ebner updated
6 months ago
-
[5.zip](https://github.com/restlet/restlet-framework-java/files/351853/5.zip)
Hello.
I can't parse this $metadata (content in 5.xml). If I removing sap:label attribute with extended characters (with e…
-
I tried to generate my classes with Eclipse.
I've imported my libraries.
I get FreeMarker template error:
```
get(importedJavaClasses) failed on instance of org.restlet.ext.odata.internal.edm.Entity…
-
Consider support of Restlet API within Vert.x environments. See discussion:
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3058658
See also integration with RxJava:
https://gi…
-
As it stands, Restlet's routing mechanism leaves no trace of which VirtualHost handled the request. However, for applications that run on multiple hosts, it may be useful to alter their behavior accor…
-
when my chrome input http://127.0.0.1:8000/user, the method is POST
**ps:** The browser plug-in is Restlet Client
### **raise:**
{"error":"Request body is not correct","error_code":"001"}
im…
HiJen updated
6 years ago
-
Hi,
I tried to build openam from this source and I happen to got this kind of error that it cannot find some of dependencies. I search in google about this issue, and some points out that it is becau…