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
This involves wrapping the XHTML output into <div xmlns="http://www.w3.org/1999/xhtml"></div> and then canonicalizing the XML.
Doing it on the client-side would allow to get rid of 3 request interceptors:
RDFPostCleanupInterceptor
UpdateRequestCleanupInterceptor
MultipartRDFPostCleanupFilter
The text was updated successfully, but these errors were encountered:
This involves wrapping the XHTML output into
<div xmlns="http://www.w3.org/1999/xhtml"></div>
and then canonicalizing the XML.Doing it on the client-side would allow to get rid of 3 request interceptors:
RDFPostCleanupInterceptor
UpdateRequestCleanupInterceptor
MultipartRDFPostCleanupFilter
The text was updated successfully, but these errors were encountered: