Skip to content
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

fix: spark routes may show BadRequestException when a route has a regexp #8974

Merged

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    6107a60 View commit details
    Browse the repository at this point in the history
  2. fix: spark routes may show BadRequestException when regexp is in route

    E.g.,
    CodeIgniter\HTTP\Exceptions\BadRequestException: The URI you submitted has disallowed characters: "(. )"
    kenjis committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    adbc291 View commit details
    Browse the repository at this point in the history
  3. docs: add PHPDoc tags

    kenjis committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4ad4bd3 View commit details
    Browse the repository at this point in the history