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
can we have a new release with fixes merged following 3.4 release? we specifically need the #821 as we have updated spring boot version. I have tried to use the workaround to not use crnk error handling but that's changing the response format and we want to keep the crnk ErrorResponse format.
As a result of this the response format is html instead of json, <!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1></body></html>
it would be really appreciated if we can have a new release. TIA
The text was updated successfully, but these errors were encountered:
can we have a new release with fixes merged following 3.4 release? we specifically need the #821 as we have updated spring boot version. I have tried to use the workaround to not use crnk error handling but that's changing the response format and we want to keep the crnk ErrorResponse format.
As a result of this the response format is html instead of json,
<!doctype html><html lang="en"><head><title>HTTP Status 401 – Unauthorized</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 401 – Unauthorized</h1></body></html>
it would be really appreciated if we can have a new release. TIA
The text was updated successfully, but these errors were encountered: