seung-00 commented on code in PR #5099:
URL: https://github.com/apache/zeppelin/pull/5099#discussion_r2432115238
##########
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
I also think the path you mentioned looks good. However, since the
authentication referenced in `shiro.ini` appears to be set up based on the
`/configuration` path, I excluded `/configurations` from the path. The
wsMaxMessageSize API is intended to be a non-authenticated API.
Please feel free to let me know if you have any other suggestions. 🤔
--
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]