restlet-framework-java icon indicating copy to clipboard operation
restlet-framework-java copied to clipboard

The first REST API framework for Java

Results 160 restlet-framework-java issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

This patch preserves the order of cipher suites, set with `Context.getParameters().add("enabledCipherSuites", "space separated list of cipher suites")`. While usually not that important, the fix also covers the parameter `"enabledProtocols"`. I...

we defined a resource using restlet (version: 2.4.3), which could query by `GET /rest/regions?param1=xx&language=zh_CN` but in server side, we could not get query param `language ` by `getRequest().getResourceRef().getQueryAsForm().getFirstValue` debug step...

Module: Restlet Engine

Caused by: sun.security.validator.ValidatorException: Certificate chaining error at sun.security.validator.SimpleValidator.engineValidate(SimpleValidator.java:207) at sun.security.validator.Validator.validate(Validator.java:260) at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324) at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229) at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1596) The default trustmanager algorithm used by java and the default algorithm used...

Extension: SSL

Since Jetty 9 is no longer community supported as of June 1st, 2022 and will be end-of-life soon: Will there be version of Restlet-2.4 that integrates with one of the...

Extension: Jetty

Hi there! I see that 2.5 newbuild has a mavenized build :raised_hands: : . I pulled the branch and split restlet into 2 parts projects, org.restlet and org.restlet.gwt and use...

Edition: GWT

Fixes issue #1317 in 2.4 - applies #1318 (merged in 2.3) to 2.4. _We have been running this patch with restlet 2.4.3 for the last 2 years._

The framework includes an extension for Guice for dependency injection, however, it lacks an extension for Dagger2. Reflection-based dependency injection (DI) can impede the creation of a high-performance, native-image packaged...

Extension: Guice

We recently upgraded from v2.3.5 and noticed the call-backs on our custom `ConnectorService` were no longer being called. The issue seems to have been introduced by 6afed5c70ae36316af4cf471b077d219bc022a00, which sets the...

Module: Restlet Engine

RestletFrameworkServlet fails to support restlets that serve static content due to "No ClientDispatcher". This patch fixes this by creating an implicit Component in much the same way as ServerServlet.

Module: Restlet Engine