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
to support the IoT RFC EST (7030, https://www.rfc-editor.org/rfc/rfc7030.html) I need to configure the response mime and s/mime type.
In this RFC, the enroll certificate response requires a specific Content-Type with a smime-type extension.
but checking the source code of the HttpServletResponse.setContentType method (and the more generic addHeader)
the evidence is that only " ;chartset=xxx" is allowed.
How can i return the requested Content-Type header?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
to support the IoT RFC EST (7030, https://www.rfc-editor.org/rfc/rfc7030.html) I need to configure the response mime and s/mime type.
In this RFC, the enroll certificate response requires a specific Content-Type with a smime-type extension.
but checking the source code of the HttpServletResponse.setContentType method (and the more generic addHeader)
the evidence is that only " ;chartset=xxx" is allowed.
How can i return the requested Content-Type header?
Beta Was this translation helpful? Give feedback.
All reactions