seung-00 commented on code in PR #5099:
URL: https://github.com/apache/zeppelin/pull/5099#discussion_r2480141374
##########
zeppelin-server/src/main/java/org/apache/zeppelin/rest/ConfigurationsRestApi.java:
##########
@@ -32,7 +32,7 @@
import org.apache.zeppelin.service.AuthenticationService;
/** Configurations Rest API Endpoint. */
-@Path("/configurations")
Review Comment:
@Reamer
Could you please take a look at this?
The issue this PR addresses, configuration data being accessible via
WebSocket without a permission check because of the `wsMaxMessageSize` field,
seems to be a clear problem that needs to be fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]