gregw
0c9c91f917
Fixed missed push for #9724
...
updates from review
2023-05-13 08:29:13 +02:00
Greg Wilkins
4b67abcf38
Jetty 12 immutable ee10 configurations ( #9724 )
...
* Immutable EE10 Configurations
2023-05-13 08:17:42 +02:00
Ludovic Orban
ef0f7a06e1
#9680 prevent AttributeNormalizer from accepting combined resources
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-05-12 18:34:41 +02:00
Jan Bartel
2261ce9a50
Issue #9762 ee9 double parses cookies ( #9764 )
...
* Issue #9762 ee9 double parses cookies
* implemented the TODOs to cache servlet cookies
---------
Co-authored-by: gregw <gregw@webtide.com>
2023-05-12 17:14:44 +02:00
Jan Bartel
87a430d148
Issue #9745 Role * wins over specific roles ( #9757 )
2023-05-12 17:13:57 +02:00
Lachlan Roberts
b16660388f
fix ParserTest after merge
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-11 11:14:16 +10:00
Lachlan Roberts
07c8c8a2cf
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2023-05-11 11:08:31 +10:00
Lachlan Roberts
72f628dc31
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-05-11 11:06:37 +10:00
Lachlan
8eae62d622
Merge pull request #9741 from eclipse/jetty-10.0.x-websocket-parser
...
Review of websocket parser, improve testing & comments.
2023-05-11 11:06:13 +10:00
Jan Bartel
f74dbbcd2d
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2023-05-10 17:23:49 +02:00
Jan Bartel
0ecb499ab7
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-05-10 17:19:14 +02:00
Jan Bartel
a138bfbe1a
Add tests for combining of Constraints as per spec ( #9664 )
...
* Add tests for combining of Constraints as per spec
2023-05-10 17:13:58 +02:00
Ludovic Orban
143509c214
#9639 fix typo in null check resulting in invalid warnings being emitted
...
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
2023-05-10 15:51:31 +02:00
Jan Bartel
ba676021b6
Issue #9750 Fix value of login-config/auth-method for CLIENT-CERT ( #9751 )
2023-05-10 01:06:35 +10:00
Lachlan Roberts
413a644a44
remove longLengthAccumulator field in websocket Parser
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-09 19:02:39 +10:00
Lachlan Roberts
b0f292b4ca
cleanups of old jaspi dependencies
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-09 15:11:53 +10:00
Lachlan Roberts
99a673b900
minor change to jaspi poms
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-09 14:57:22 +10:00
Lachlan Roberts
b3cbf78588
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2023-05-09 14:38:40 +10:00
Olivier Lamy
2b0530e4e6
Merge branch 'jetty-10.0.x' into jetty-11.0.x
2023-05-09 14:35:43 +10:00
Lachlan
7d10cd5cd6
Merge pull request #9737 from eclipse/jetty-10.0.x-jetty-jaspi
...
Issue #9631 - update jaspi jar and permissions for Jetty-10
2023-05-09 13:56:58 +10:00
Lachlan
1d71a9bb2d
Merge pull request #9748 from eclipse/jetty-12.0.x-qpack-merge
...
merge hpack/qpack changes to 12
2023-05-09 13:46:18 +10:00
Lachlan Roberts
69200f6161
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-websocket-parser
2023-05-09 13:42:21 +10:00
Lachlan Roberts
2f76ba2298
fix to QPACK instruction generation
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-09 12:09:42 +10:00
Jan Bartel
3d87bb60bf
Issue #9734 fix check for state start in cookie config ( #9735 )
...
* Issue #9734 fix check for state start in cookie config
* Update after review
2023-05-08 23:26:25 +10:00
Jan Bartel
626ab7a964
Issue #9743 changeSessionId should throw ISE if no session ( #9744 )
2023-05-08 23:25:57 +10:00
Lachlan Roberts
422cddf8b1
merge hpack/qpack changes to 12 from #9634
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-08 16:44:28 +10:00
Lachlan Roberts
ca254d394b
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2023-05-08 15:05:49 +10:00
Lachlan Roberts
975782b2ca
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-05-08 12:49:10 +10:00
Lachlan
a8c9eea75b
Merge pull request #9634 from eclipse/jetty-10.0.x-9554-qpack-hpack
...
Issue #9554 - move common hpack/qpack code to jetty-http (jetty-10)
2023-05-08 12:48:48 +10:00
Greg Wilkins
4c16e6a707
Jetty 12 content length 0 take3 ( #9740 )
...
* Optimize Content-Length: 0 handling
Create and use a pre-encoded HttpFields.CONTENT_LENGTH_0 constant
Used the constant in more places
renamed the `putLongField` methods of HttpFields.Mutable to just `put`
Fixed wrong docs examples
2023-05-07 19:22:15 +02:00
gregw
e5dea257b1
Removed deleted jar from ee10-security.mod
2023-05-07 13:09:50 +02:00
Jan Bartel
ad8c508fd2
Issue #9650 throw ISE if response committed before resetBuffer called ( #9673 )
2023-05-06 18:42:06 +10:00
Jan Bartel
4f82b4579f
Issue #9648 ServletApiResponse.sendError must check if already committed. ( #9669 )
2023-05-06 01:00:34 +10:00
Jan Bartel
a59be47b3f
Issue #9649 ServletApiResponse.addIntHeader must ignore headers after commit ( #9668 )
2023-05-06 00:59:33 +10:00
Jan Bartel
11a67fbdd7
Issue #9731 infinite loop in role refs ( #9732 )
...
* Issue #9731 infinite loop in role refs
* Update jetty-ee9/jetty-ee9-nested/src/main/java/org/eclipse/jetty/ee9/nested/UserIdentityScope.java
Co-authored-by: Greg Wilkins <gregw@webtide.com>
---------
Co-authored-by: Greg Wilkins <gregw@webtide.com>
2023-05-06 00:58:22 +10:00
Simone Bordet
7e6de2512c
Fixed range-request tests after merge.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-05-05 11:06:06 +02:00
Lachlan Roberts
736a576f75
Review of websocket parser, improve testing & comments.
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-05 18:51:37 +10:00
Lachlan
d0b49ff4f8
Merge pull request #9739 from eclipse/jetty-12.0.x-9637-ServletRequestListener
...
Issue #9637 - Update behaviour and add testing for ServletRequestListener
2023-05-05 18:47:24 +10:00
Lachlan Roberts
be0620ed12
Issue #9631 - use correct artifactId for exclusions
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-05 16:41:27 +10:00
Lachlan Roberts
89c42c89e7
Issue #9631 - update remaining pom.xml files
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-05 16:36:55 +10:00
Lachlan Roberts
33f1320a71
Issue #9631 - update jaspi jar and permissions for Jetty-10
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-05 14:42:45 +10:00
Simone Bordet
baf72248aa
Fixed tests after merge.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-05-04 22:36:00 +02:00
Simone Bordet
3463e42861
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-05-04 12:08:00 +02:00
Simone Bordet
017fec7940
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-05-04 11:04:30 +02:00
Simone Bordet
d5f68a78ca
Merge pull request #9727 from eclipse/fix/jetty-10-7091-socks5
...
Fixes #7091 - Add SOCKS5 support
2023-05-04 11:03:36 +02:00
Olivier Lamy
346b844d5f
jetty 12.0.x rename jakarta classes as well ( #9725 )
...
* use modify source plugin 1.0.4 which transform Jakarta classes to Javax classes
---------
Signed-off-by: Olivier Lamy <olamy@apache.org>
2023-05-04 11:55:11 +10:00
Lachlan Roberts
e79cf08d05
removing deprecated PushSessionCacheFilter in 12.0.x
...
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-05-04 09:52:21 +10:00
Lachlan Roberts
bc681a7539
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x
2023-05-04 09:48:38 +10:00
Lachlan Roberts
c2ea09a88e
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-05-04 09:48:01 +10:00
Lachlan
32f026cc5d
Merge pull request #9715 from eclipse/jetty-10.0.x-PushSessionCacheFilter
...
deprecate PushSessionCacheFilter
2023-05-04 09:47:41 +10:00