[
https://issues.apache.org/jira/browse/FLINK-9104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16424376#comment-16424376
]
ASF GitHub Bot commented on FLINK-9104:
---------------------------------------
Github user walterddr commented on a diff in the pull request:
https://github.com/apache/flink/pull/5797#discussion_r178913403
--- Diff:
flink-docs/src/main/java/org/apache/flink/docs/rest/RestAPIDocGenerator.java ---
@@ -258,6 +265,37 @@ private static String createMessageHtmlEntry(Class<?>
messageClass, Class<?> emp
return json;
}
+ /**
+ * Create character escapes for HTML when generating JSON
request/response string.
+ */
+ private static class HTMLCharacterEscapes extends CharacterEscapes {
--- End diff --
good point. added in comments to illustrate the necessity.
> Re-generate REST API documentation for FLIP-6
> ----------------------------------------------
>
> Key: FLINK-9104
> URL: https://issues.apache.org/jira/browse/FLINK-9104
> Project: Flink
> Issue Type: Bug
> Components: REST
> Affects Versions: 1.5.0
> Reporter: Gary Yao
> Assignee: Rong Rong
> Priority: Blocker
> Labels: flip-6
>
> The API documentation is missing for several handlers, e.g.,
> {{SavepointHandlers}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)