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

Create 4.x branch in preparation for a 4.0.5 release #262

Draft
wants to merge 61 commits into
base: 4.x
Choose a base branch
from

Commits on Nov 4, 2023

  1. setup for v5

    (cherry picked from commit ffd9159)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    712ac35 View commit details
    Browse the repository at this point in the history
  2. setup for v5

    (cherry picked from commit 0d262f7)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d107a40 View commit details
    Browse the repository at this point in the history
  3. fix so that it actually works

    (cherry picked from commit 91630bd)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5467ba4 View commit details
    Browse the repository at this point in the history
  4. update cargo version

    (cherry picked from commit 8c05d86)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9e8c465 View commit details
    Browse the repository at this point in the history
  5. update tomcat version

    (cherry picked from commit 35697bc)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3ed82c3 View commit details
    Browse the repository at this point in the history
  6. Enable optional cookie forward mechanism in proxy mode

    (cherry picked from commit 2fe8804)
    sytolk authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    4bf4b48 View commit details
    Browse the repository at this point in the history
  7. request-filenam condition modicitions for HTML5 (tested on Payara Gla…

    …ssfish Server)
    
    Needed some modifications for request-filename condition to got it
    working well on Payara Glassfish Server.
    
    urlrewrite.xml rule:
    <rule>
    <name>HTML5 Redirect</name>
    <condition type="request-filename" operator="notfile"></condition>
    <condition type="request-filename" operator="notdir"></condition>
    <from>^((?!rest).)*$</from>
    <to type="redirect">%{context-path}/index.html</to>
    </rule>
    
    (cherry picked from commit d652dad)
    mkmayer authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    cdeeae6 View commit details
    Browse the repository at this point in the history
  8. request-filename condition modifications for HTML5 (tested on Payara …

    …Glassfish Server)
    
    Needed some modifications for request-filename condition to got it
    working well on Payara Glassfish Server.
    
    urlrewrite.xml rule:
    <rule>
    <name>HTML5 Redirect</name>
    <condition type="request-filename" operator="notfile"></condition>
    <condition type="request-filename" operator="notdir"></condition>
    <from>^((?!rest).)*$</from>
    <to type="redirect">/index.html</to>
    </rule>
    
    (cherry picked from commit b651500)
    mkmayer authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1fe892e View commit details
    Browse the repository at this point in the history
  9. paultuckey#143 Fix any url pattern host replacement

    (cherry picked from commit a42a84b)
    Denis Osochenko authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    15bee38 View commit details
    Browse the repository at this point in the history
  10. Suggested fix for issue paultuckey#224

    (cherry picked from commit dfbba1a)
    fripoli authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f6389a9 View commit details
    Browse the repository at this point in the history
  11. Suggested fix for issue paultuckey#224

    (cherry picked from commit 9dbe8c5)
    fripoli authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f876e8f View commit details
    Browse the repository at this point in the history
  12. Fixed duplicate headers

    Duplicate headers from this filter influenced CORS behaviour (ticket paultuckey#228)
    
    (cherry picked from commit 4acda02)
    grauds authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    0351f34 View commit details
    Browse the repository at this point in the history
  13. Allow same condition variables in mod-rewrite style 'to' as in 'from'.

    (cherry picked from commit 831300e)
    denuno authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    babe52c View commit details
    Browse the repository at this point in the history
  14. Fix case sensitivity, no substitution, and tabs in rule parsing of mo…

    …d_rewrite-style conf files.
    
    (cherry picked from commit 03e0713)
    see-eff authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b2ebba9 View commit details
    Browse the repository at this point in the history
  15. Add unicode encoding

    (cherry picked from commit c0a7620)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1846c25 View commit details
    Browse the repository at this point in the history
  16. remove annotation tests

    (cherry picked from commit feaa3e2)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1a60d6d View commit details
    Browse the repository at this point in the history
  17. Support config file from outside path

    (cherry picked from commit 923e90e)
    a-langer authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b6fc5ca View commit details
    Browse the repository at this point in the history
  18. Create FUNDING.yml

    (cherry picked from commit bccdf19)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a44c328 View commit details
    Browse the repository at this point in the history
  19. Create maven.yml

    (cherry picked from commit 358ce15)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9da0cf3 View commit details
    Browse the repository at this point in the history
  20. Bump junit from 4.9 to 4.13.1

    Bumps [junit](https://github.com/junit-team/junit4) from 4.9 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](junit-team/junit4@r4.9...r4.13.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 4810348)
    dependabot[bot] authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    e68ffc6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e67cb24 View commit details
    Browse the repository at this point in the history
  22. Bump junit from 4.9 to 4.13.1 in /annotation

    Bumps [junit](https://github.com/junit-team/junit4) from 4.9 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
    - [Commits](junit-team/junit4@r4.9...r4.13.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 189a694)
    dependabot[bot] authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    18ae0f1 View commit details
    Browse the repository at this point in the history
  23. Fix grammar issues

    (cherry picked from commit 15ad02b)
    kasiagauza authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f80c954 View commit details
    Browse the repository at this point in the history
  24. Update manual URL

    (cherry picked from commit 5d6c290)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9f9b8c8 View commit details
    Browse the repository at this point in the history
  25. Add gradle build

    (cherry picked from commit 51369d2)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    39c8c5d View commit details
    Browse the repository at this point in the history
  26. Update year, remove google group

    (cherry picked from commit ae3b449)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    c067b67 View commit details
    Browse the repository at this point in the history
  27. Update source and target version

    (cherry picked from commit bbf3329)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a48e2de View commit details
    Browse the repository at this point in the history
  28. Stick with pom

    (cherry picked from commit 5519d39)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    c9c4463 View commit details
    Browse the repository at this point in the history
  29. Upgrade so we can at least run tests

    (cherry picked from commit 9760803)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    11c2bbf View commit details
    Browse the repository at this point in the history
  30. Stick with pom

    (cherry picked from commit 520b690)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    278ff51 View commit details
    Browse the repository at this point in the history
  31. fix javadoc

    (cherry picked from commit 16b87d1)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d3fa2a8 View commit details
    Browse the repository at this point in the history
  32. build all branches

    (cherry picked from commit 3419d7c)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    44c8642 View commit details
    Browse the repository at this point in the history
  33. upgrade meven plugins

    (cherry picked from commit 5d42fef)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ac13c4a View commit details
    Browse the repository at this point in the history
  34. upgrade maven plugins

    (cherry picked from commit f15c492)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3f1e0ad View commit details
    Browse the repository at this point in the history
  35. upgrade maven plugins

    (cherry picked from commit 3a939e1)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    34a1924 View commit details
    Browse the repository at this point in the history
  36. upgrade maven plugins

    (cherry picked from commit 1501e9f)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    733ff51 View commit details
    Browse the repository at this point in the history
  37. upgrade maven plugins

    (cherry picked from commit f4293f8)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    94eb7a5 View commit details
    Browse the repository at this point in the history
  38. upgrade maven plugins

    (cherry picked from commit 59107fb)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    11915a0 View commit details
    Browse the repository at this point in the history
  39. upgrade maven plugins

    (cherry picked from commit 58962ac)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    2efb29e View commit details
    Browse the repository at this point in the history
  40. upgrade maven plugins

    (cherry picked from commit bd905bd)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    2ef5876 View commit details
    Browse the repository at this point in the history
  41. upgrade maven plugins

    (cherry picked from commit b6eb067)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    21f6029 View commit details
    Browse the repository at this point in the history
  42. isFile handles encoded URIs

    (cherry picked from commit 9b35a66)
    bdw429s authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    853fa9d View commit details
    Browse the repository at this point in the history
  43. Add support for 307 Temprorary & 308 Permanent redirect

    (cherry picked from commit f70c8a6)
    Warren Crossing authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    192e18f View commit details
    Browse the repository at this point in the history
  44. Bump ant from 1.7.0 to 1.10.11

    Bumps ant from 1.7.0 to 1.10.11.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.ant:ant
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    (cherry picked from commit fac9851)
    dependabot[bot] authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    32fb229 View commit details
    Browse the repository at this point in the history
  45. progress

    (cherry picked from commit b936cba)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ebe4fac View commit details
    Browse the repository at this point in the history
  46. progress

    (cherry picked from commit db09b69)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b1cdaa1 View commit details
    Browse the repository at this point in the history
  47. progress

    (cherry picked from commit 3896147)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    dbb0525 View commit details
    Browse the repository at this point in the history
  48. progress

    (cherry picked from commit 3385a51)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    9eef1a4 View commit details
    Browse the repository at this point in the history
  49. progress

    (cherry picked from commit 65c111f)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d7ebacf View commit details
    Browse the repository at this point in the history
  50. progress

    (cherry picked from commit 3c39547)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    ab81123 View commit details
    Browse the repository at this point in the history
  51. config for upload to sonatype

    (cherry picked from commit 178650a)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    13a64af View commit details
    Browse the repository at this point in the history
  52. add sources and javadoc to release

    (cherry picked from commit 7817bf2)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5046fcf View commit details
    Browse the repository at this point in the history
  53. add release

    (cherry picked from commit 332a831)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    8349888 View commit details
    Browse the repository at this point in the history
  54. add utf8 source encoding

    (cherry picked from commit 7a8d1bb)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    53bc4bf View commit details
    Browse the repository at this point in the history
  55. skip gpg

    (cherry picked from commit bacf03f)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    e231085 View commit details
    Browse the repository at this point in the history
  56. notes

    (cherry picked from commit 3459e2f)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    72475d9 View commit details
    Browse the repository at this point in the history
  57. Remove jetbrains link

    (cherry picked from commit 4247add)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    245b6a8 View commit details
    Browse the repository at this point in the history
  58. Add note to check maven central

    (cherry picked from commit 574906a)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d7c133c View commit details
    Browse the repository at this point in the history
  59. remove unused annotation processor

    (cherry picked from commit 2eed91f)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b810945 View commit details
    Browse the repository at this point in the history
  60. chore: tidy up

    (cherry picked from commit ec67926)
    paultuckey authored and chadlwilson committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7d54563 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    e448aca View commit details
    Browse the repository at this point in the history