sh1nj1 opened a new pull request, #4926: URL: https://github.com/apache/zeppelin/pull/4926
### What is this PR for? This PR fixes a broken feature where getUserList fails when using JdbcRealm for Shiro authentication. The previous PR addressing SQL injection introduced an error that prevents getUserList from working correctly with JdbcRealm. As a result, users are unable to set notebook permissions. Ref: #4676 ### What type of PR is it? Bug Fix ### Todos ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3725 ### How should this be tested? Added new unit test should be passed * `./mvnw clean package -pl zeppelin-server -am` Verify in UI * Go to notebook permission settings * Type username and see if username listed ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No -- 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]
