| commit | 8251dc4e013cde02879d186240155da8f996bdb7 | [log] [tgz] |
|---|---|---|
| author | SeungYoung Oh <seung-00@naver.com> | Thu Jan 22 15:49:09 2026 +0900 |
| committer | GitHub <noreply@github.com> | Thu Jan 22 15:49:09 2026 +0900 |
| tree | a172af97f7144ae60e1ee9da41671fc1aeb192c2 | |
| parent | a041703dd76d6cee15a8c9c4bc6ad6d0d4767ebf [diff] |
[ZEPPELIN-6366] Separate WebSocket max message size into a dedicated REST API ### What is this PR for? Currently, configuration data is fetched through both REST API and WebSocket channels. However, the WebSocket path does not perform permission checks, and the only required data from it is the WebSocket max message size. I extracted the websocket max message size field into a dedicated REST API, to improve security and simplify configuration handling. ### What type of PR is it? Improvement ### Todos * [ ] #5060 ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/6366 ### How should this be tested? - Check the configuration page (/configuration) - Check the notebook page (/notebook/{notebook_id}) ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? N * Is there breaking changes for older versions? Y * Does this needs documentation? N Closes #5099 from seung-00/feature/ZEPPELIN-6366. Signed-off-by: ChanHo Lee <chanholee@apache.org>
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core features:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.