You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by GitBox <gi...@apache.org> on 2020/12/22 14:50:14 UTC

[GitHub] [shiro] bdemers commented on a change in pull request #269: [SHIRO-805] Spelling

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



##########
File path: web/src/main/java/org/apache/shiro/web/filter/mgt/PathMatchingFilterChainResolver.java
##########
@@ -101,7 +101,7 @@ public FilterChain getChain(ServletRequest request, ServletResponse response, Fi
 
         String requestURI = getPathWithinApplication(request);
 
-        // in spring web, the requestURI "/resource/menus" ---- "resource/menus/" bose can access the resource
+        // in spring web, the requestURI "/resource/menus" ---- "resource/menus/" base can access the resource

Review comment:
       ```suggestion
           // in spring web, the requestURI "/resource/menus" ---- "resource/menus/" both can access the resource
   ```




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org