lprimak commented on code in PR #2372:
URL: https://github.com/apache/shiro/pull/2372#discussion_r2600046190


##########
web/src/main/java/org/apache/shiro/web/filter/authc/HttpAuthenticationFilter.java:
##########
@@ -163,6 +166,10 @@ public void setAuthcScheme(String authcScheme) {
         this.authcScheme = authcScheme;
     }
 
+    public void setAllowPreFlightRequests(boolean allowPreFlightRequests) {

Review Comment:
   This (might) be missing isAllowPreflightRequests() getter - but I am not 
sure.



-- 
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]

Reply via email to