carapaceproxy icon indicating copy to clipboard operation
carapaceproxy copied to clipboard

A Distributed Java Reverse Proxy

Results 95 carapaceproxy issues
Sort by recently updated
recently updated
newest added

When building on Java 21, we get the following error: ``` Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid' ``` We probably need to upgrade...

upgrade was needed to support building on JDK21 (closes #470)

When saving, apparently removes always the backslashes `\` until there are none An example: `secure and (request.headers.host ~ "(foo|bar|baz)-test\.(.*)example.org(:443)?")`

bug

Vue 2 is in end of life: We should upgrade the admin UI to Vue 3:

On the certificates page, we currently only provide a warning for expired certificates. It would be interesting to have a signal for certificates in Failed state and in unreacheble state....

component/ui

In CaffeineCacheImpl the verbose boolean variable is used to decide whether to log into Finer or not. I can't set this variable to true in an up and running system....

While creating a certificate we noticed from the interface that the status of the certificate was null. ```json { "id": "example.com", "hostname": "example.com", "mode": "acme", "dynamic": true, "status": null, "sslCertificateFile":...

bug

Let's assume the case that we have a backend that has just restarted. Once the backend starts up, it will presumably not be able to handle the load of requests...

enhancement