-
Notifications
You must be signed in to change notification settings - Fork 193
Update documentation for new configuration parameters #280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation for new configuration parameters #280
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request updates the Shiro documentation to describe new filter chain resolver configuration parameters (caseInsensitive and allowAccessByDefault) for both Web (shiro.ini) and Spring Boot (application.properties) configurations, addressing issue #272. Additionally, it includes unrelated improvements to commercial support documentation and navigation.
Changes:
- Added documentation for
filterChainResolver.caseInsensitiveandfilterChainResolver.allowAccessByDefaultparameters in Web configuration - Added documentation for
shiro.caseInsensitiveandshiro.allowAccessByDefaultparameters in Spring Boot configuration - Enhanced commercial support page with improved formatting and policy information
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/site/templates/menu.ftl | Added "Commercial Support" link to navigation menu |
| src/site/content/web.adoc | Added section documenting filter chain resolver configuration options for case-insensitive matching and default access behavior |
| src/site/content/support.adoc | Added link to commercial support page |
| src/site/content/spring-boot.adoc | Added two new configuration parameters for case-insensitive matching and default access control |
| src/site/content/commercial-support.adoc | Restructured page with improved formatting, clearer sections, and addition policy guidelines |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
50b97af to
f79366d
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updates Web and Spring Boot documentation to describe the new filter chain
resolver configuration parameters and their default behavior in Shiro 2.x
and 3.x.
fixes #272