bdemers commented on a change in pull request #316:
URL: https://github.com/apache/shiro/pull/316#discussion_r687155316



##########
File path: 
support/spring/src/main/java/org/apache/shiro/spring/web/ShiroFilterFactoryBean.java
##########
@@ -354,7 +354,7 @@ public void setGlobalFilters(List<String> globalFilters) {
      * @return the application's Shiro Filter instance used to filter incoming 
web requests.
      * @throws Exception if there is a problem creating the {@code Filter} 
instance.
      */
-    public Object getObject() throws Exception {
+    public AbstractShiroFilter getObject() throws Exception {

Review comment:
       I like this change, but this is API breaking.
   
   @xczs666 any ideas on how to work around this as you were digging into the 
problem originally?




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