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

Implement containsLast in HttpFields #10340

Merged
merged 44 commits into from
Aug 26, 2023

Commits on Aug 17, 2023

  1. Freeze HttpFields

    gregw committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a932e24 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    04c8ab1 View commit details
    Browse the repository at this point in the history
  2. Better testing of iterator

    gregw committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    fb918c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e92de8f View commit details
    Browse the repository at this point in the history
  4. Added listIterator

    gregw committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6fc4951 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9d6dd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. extra test

    Signed-off-by: gregw <gregw@webtide.com>
    gregw committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ff73edf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03459de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46b11cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88cc66c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    
    # Conflicts:
    #	jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpField.java
    #	jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpFields.java
    #	jetty-core/jetty-http/src/test/java/org/eclipse/jetty/http/HttpFieldsTest.java
    gregw committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9e936ee View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    64b2722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5cd147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e409f44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f6b60b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    999b2b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7e8c7a View commit details
    Browse the repository at this point in the history
  7. Fix clear again

    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7d6d400 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    
    # Conflicts:
    #	jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/ResponseHttpFields.java
    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    050f351 View commit details
    Browse the repository at this point in the history
  9. fixed compile

    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3057ca5 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7accc62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ddaf2ae View commit details
    Browse the repository at this point in the history
  12. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2a83e03 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2b71af4 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    42d297f View commit details
    Browse the repository at this point in the history
  15. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    
    updated content-encoding handling
    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9f89b98 View commit details
    Browse the repository at this point in the history
  16. Don't default clear

    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f8047cf View commit details
    Browse the repository at this point in the history
  17. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c2ca524 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'jetty-12.0.x' into fix/10310/freezeHttpFields

    # Conflicts:
    #	jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/HttpGenerator.java
    #	jetty-core/jetty-server/src/test/java/org/eclipse/jetty/server/ResponseTest.java
    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    30d6f60 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    gregw committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    366cc07 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Updates from review

    gregw committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7bd6c7d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge remote-tracking branch 'origin/jetty-12.0.x' into experiment/je…

    …tty-12.0.x/HttpFieldsContainsLast
    gregw committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9a8dd7b View commit details
    Browse the repository at this point in the history
  2. Updates from review

    gregw committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2b67179 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2f6717 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    gregw committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    484c2c0 View commit details
    Browse the repository at this point in the history
  5. Updates from review

    gregw committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2287796 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    96b8f37 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    gregw committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    09db3bb View commit details
    Browse the repository at this point in the history
  3. Updates from review

    gregw committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7348bf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5d8859 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix/10310/freezeHttpFields' into experiment/jetty-12.0.…

    …x/HttpFieldsContainsLast
    gregw committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    61e03bb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    2409241 View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    gregw committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    66c8303 View commit details
    Browse the repository at this point in the history
  3. Updates from review

    gregw committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ced7ad9 View commit details
    Browse the repository at this point in the history