Lachlan Roberts
7c46d96fce
Issue #5499 - add tests for ByteBufferAccumulator
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-17 17:11:47 +11:00
Lachlan Roberts
5788fe609d
Fix ByteBufferAccumulator minSize
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-16 18:43:22 +11:00
Lachlan Roberts
a1aa5dcd14
Issue #5499 - use ByteBufferAccumulator for websocket compression
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-16 18:33:38 +11:00
Lachlan Roberts
e7bed39239
Issue #5499 - add javadoc for ByteBufferAccumulator
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-13 09:56:32 +11:00
Lachlan Roberts
e0031e0585
Issue #5499 - takeBuffer releases all the buffers in the list
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-13 09:22:57 +11:00
Lachlan Roberts
d75e6de1b2
add takeByteBuffer method to ByteBufferOutputStream2
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-12 08:48:50 +11:00
Lachlan Roberts
595d4bfcc4
changes from review
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-11 22:18:26 +11:00
Lachlan Roberts
8dc0d9932d
adjust minimum space in ByteBufferAccumulator before buffer allocation
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-06 18:52:11 +11:00
Lachlan Roberts
3c44df0724
changes from review
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-06 14:09:13 +11:00
Lachlan Roberts
6e9572215b
ByteAccumulator transferTo expects buffer in fill mode.
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-05 19:11:34 +11:00
Lachlan Roberts
7bcae9968b
allow writing directly into the ByteAccumulator
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-05 17:19:05 +11:00
Lachlan Roberts
a3c3e24cab
Use the ByteBufferPool in the ByteAccumulator
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-05 14:38:19 +11:00
Lachlan Roberts
145bcff649
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-ByteAccumulator
2020-11-05 13:43:00 +11:00
Lachlan Roberts
05dafb89ab
Move work on ByteAccumulator to jetty-util
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-05 13:42:47 +11:00
Joakim Erdfelt
2fd895a6dc
Merge pull request #5570 from eclipse/dependency/jetty-9.4.x/org.infinispan.protostream-protostream-4.3.4.Final
...
Bump protostream from 4.2.2.Final to 4.3.4.Final
2020-11-04 13:19:52 -06:00
Joakim Erdfelt
71ad5447a4
Merge remote-tracking branch 'origin/release-9.4.34' into jetty-9.4.x
2020-11-04 10:24:21 -06:00
Joakim Erdfelt
4f8707390e
Adding required gson dependency to test-infinispan-sessions
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-04 10:09:15 -06:00
Joakim Erdfelt
2c43fbf37b
Bump protostream from 4.2.2.Final to 4.3.4.Final
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-03 14:08:58 -06:00
Joakim Erdfelt
1a92af3c8d
Merge pull request #5567 from eclipse/dependency/jetty-9.4.x/org.apache.maven.plugins-maven-antrun-plugin-3.0.0
...
Bump maven-antrun-plugin from 1.8 to 3.0.0
2020-11-03 13:51:41 -06:00
Joakim Erdfelt
a4f754d049
Merge pull request #5553 from eclipse/dependabot/maven/jetty-9.4.x/org.apache.maven.plugins-maven-javadoc-plugin-3.2.0
...
Bump maven-javadoc-plugin from 3.1.1 to 3.2.0
2020-11-03 13:50:32 -06:00
Greg Wilkins
f88f09a148
SessionCookieConfig name may be null ( #5557 )
...
* SessionCookieConfig name may be null
Protect against NPE by make a null name in SessionCookieConfig deactive session cookies.
* SessionCookieConfig name may be null
Protect against NPE by make a null name in SessionCookieConfig deactive session cookies.
* SessionCookieConfig name may be null
Protect against NPE by make a null name in SessionCookieConfig deactive session cookies.
* feedback from review
added static method to convert null name to default.
2020-11-03 16:22:26 +01:00
Joakim Erdfelt
40bde46b13
Bump maven-antrun-plugin from 1.8 to 3.0.0
...
+ and update configuration/task to configuration/target
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-11-03 08:46:27 -06:00
dependabot[bot]
761c67804a
Bump maven-javadoc-plugin from 3.1.1 to 3.2.0
...
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases )
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.1.1...maven-javadoc-plugin-3.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-03 14:36:07 +00:00
Joakim Erdfelt
69185bf31d
Merge pull request #5554 from eclipse/dependabot/maven/jetty-9.4.x/org.ops4j.pax.url-pax-url-wrap-2.6.1
...
Bump pax-url-wrap from 2.5.2 to 2.6.1
2020-11-03 08:32:10 -06:00
Joakim Erdfelt
ba577ba972
Merge pull request #5508 from eclipse/dependabot/maven/jetty-9.4.x/org.mariadb.jdbc-mariadb-java-client-2.7.0
...
Bump mariadb-java-client from 2.6.0 to 2.7.0
2020-11-03 07:44:56 -06:00
Joakim Erdfelt
edaadff55b
Updating to version 9.4.35-SNAPSHOT
2020-11-02 09:04:51 -06:00
Joakim Erdfelt
e46af88704
Updating to version 9.4.34.v20201102
2020-11-02 08:03:51 -06:00
Joakim Erdfelt
981b50df58
Merge pull request #5559 from eclipse/jetty-9.4.x-5555-NPE-NamedFilterMapping
...
Jetty 9.4.x 5555 npe named filter mapping
2020-11-02 07:57:18 -06:00
Lachlan
12f3c450dc
Merge pull request #5374 from eclipse/jetty-9.4.x-5320-WebSocketHttpClient
...
Issue #5320 - using jetty-websocket-httpclient.xml within webapp
2020-11-03 00:30:09 +11:00
gregw
4c49ca5184
More cleanup for #5555
...
Some more cleanup for #5555
2020-11-02 14:08:46 +01:00
Lachlan Roberts
60c56d8856
changes from review
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-11-02 23:43:42 +11:00
Greg Wilkins
b77ee515a5
Fixes #5555 NPE if Filter of named servlet ( #5556 )
...
Fixed #5555 NPE if there is a filter with a servlet name mapping, but a request is received for a servlet without a name match.
Added more simple tests for servlet and filter mappings
2020-11-02 13:30:52 +01:00
gregw
f21c606f1d
Fixes #5539 Stats XML format
...
Signed-off-by: gregw <gregw@webtide.com>
2020-11-02 10:45:45 +01:00
Simone Bordet
a1b3d3319d
Merge pull request #5491 from eclipse/jetty-9.4.x-5488-jetty-dir.css
...
Fixes #5488 - jetty-dir.css not found when using JPMS.
2020-11-02 10:40:19 +01:00
dependabot[bot]
40acf60936
Bump geronimo-annotation_1.3_spec from 1.1 to 1.3 ( #5552 )
...
Bumps geronimo-annotation_1.3_spec from 1.1 to 1.3.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 19:31:04 +10:00
dependabot[bot]
e70e995f0c
Bump openwebbeans.version from 2.0.18 to 2.0.19 ( #5551 )
...
Bumps `openwebbeans.version` from 2.0.18 to 2.0.19.
Updates `openwebbeans-web` from 2.0.18 to 2.0.19
- [Release notes](https://github.com/apache/openwebbeans/releases )
- [Commits](https://github.com/apache/openwebbeans/commits )
Updates `openwebbeans-jetty9` from 2.0.18 to 2.0.19
- [Release notes](https://github.com/apache/openwebbeans/releases )
- [Commits](https://github.com/apache/openwebbeans/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 19:30:29 +10:00
gregw
365bab153c
Fixes #5555 NPE if Filter of named servlet
...
Fixed #5555 NPE if there is a filter with a servlet name mapping, but a request is received for a servlet without a name match.
Added more simple tests for servlet and filter mappings
2020-11-02 10:19:08 +01:00
dependabot[bot]
9b4b52df59
Bump pax-url-wrap from 2.5.2 to 2.6.1
...
Bumps [pax-url-wrap](https://github.com/ops4j/org.ops4j.pax.url ) from 2.5.2 to 2.6.1.
- [Release notes](https://github.com/ops4j/org.ops4j.pax.url/releases )
- [Commits](https://github.com/ops4j/org.ops4j.pax.url/compare/url-2.5.2...url-2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 06:40:10 +00:00
Lachlan Roberts
458d67e3db
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-5320-WebSocketHttpClient
2020-11-02 15:07:05 +11:00
dependabot[bot]
2f295c126f
Bump mariadb-java-client from 2.6.0 to 2.7.0
...
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.6.0...2.7.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-30 18:18:43 +00:00
Joakim Erdfelt
8b61d70af5
Merge pull request #5510 from eclipse/dependabot/maven/jetty-9.4.x/io.grpc-grpc-core-1.33.0
...
Bump grpc-core from 1.0.1 to 1.33.0
2020-10-30 13:18:16 -05:00
Joakim Erdfelt
aa45104649
Merge pull request #5460 from eclipse/dependabot/maven/jetty-9.4.x/org.asciidoctor-asciidoctor-maven-plugin-2.1.0
...
Bump asciidoctor-maven-plugin from 1.5.6 to 2.1.0
2020-10-30 13:17:32 -05:00
Joakim Erdfelt
1f727cd10a
Merge pull request #5538 from eclipse/jetty-9.4.x-5531-ssl-dump-protocols
...
Issue #5535 - Adding support for regex include/exclude of Protocols to SslContextFactory
2020-10-30 13:07:30 -05:00
Joakim Erdfelt
249cb02a75
Issue #5535 - Removing irrelevant lines on test
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-30 11:22:46 -05:00
Baoyi Chen
1f5b446462
Fix issue #5499
...
this PR let the ByteAccumulator recyclable. after invoke ByteAccumulator.transferTo method
we can invoke ByteAccumulator.recycle method to reuse byte[] via ByteAccumulator.newByteBuffer method
Signed-off-by: Baoyi Chen <chen.bao.yi@qq.com>
2020-10-31 00:08:30 +08:00
Joakim Erdfelt
074b4f90f7
Issue #5535 - Adding regex include/exclude of Protocols to SslContextFactory
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-30 10:29:35 -05:00
Lachlan Roberts
59883af8bf
update version to 9.4.34-SNAPSHOT
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-10-30 15:00:38 +11:00
Lachlan Roberts
3c3fcc311e
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-5320-WebSocketHttpClient
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-10-30 12:43:31 +11:00
Joakim Erdfelt
c969fba71a
Issue #5531 - Using .setExcludeProtocols correctly.
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-29 20:28:21 -05:00
Joakim Erdfelt
cff4771375
Issue #5531 - Test excluded protocol behavior
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-10-29 13:57:20 -05:00