Closed tomkralidis closed 1 year ago
We have lost somewhere gzip
. It is also an allowed encoding and it can significantly help to fit CAP and other XML-based messages into the 2048 bytes limit.
@josusky gzip is an acceptable encoding (along with base64
and utf-8
).
Is this related to #39
Closing this one given gzip is back in the specification.
(carryon from #26 from @antje-s)
7.1.7.5. Content Perhaps adding something like: "The inline content filed is useful for warnings to avoid the extra step of downloading. But also for warnings the maximum size must not be exceeded" Splitting of "A WNM SHOULD provide a content property, consisting of an encoding property (fixed to either utf-8 or base64), a value property (of less than 2048 bytes) of the data, as well as a size property with the length of the data." --> to perhaps A - "A WNM SHOULD provide a content property, consisting of an encoding property, a value property, and a size property" B - "The content encoding property is fixed to either utf-8 or base64" C - "The size of the content value SHALL be of less than 2048 bytes"
cc @kaiwirt @josusky @golfvert