You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix made to the trailing white space on the Access-Control-Allow-Credentials in src/main/java/org/openbmp/db_rest/RestResponse.java doesnt appear to to be available in the version of db_rest used in the all in one container.
This is causing some 503 errors from proxies that adhere strictly to the rfc on http
Actually it seems that the db_rest master branch has the same error as was previously fixed. This error is in the RestResponse.java
the trailing space on the header needs to be removed from Access-Control-Allow-Credentials
The text was updated successfully, but these errors were encountered:
The fix made to the trailing white space on the Access-Control-Allow-Credentials in src/main/java/org/openbmp/db_rest/RestResponse.java doesnt appear to to be available in the version of db_rest used in the all in one container.
This is causing some 503 errors from proxies that adhere strictly to the rfc on http
Actually it seems that the db_rest master branch has the same error as was previously fixed. This error is in the RestResponse.java
the trailing space on the header needs to be removed from Access-Control-Allow-Credentials
The text was updated successfully, but these errors were encountered: