Commit Graph

27633 Commits

Author SHA1 Message Date
Joakim Erdfelt 33c8d9974b
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2023-03-20 13:58:47 -05:00
Joakim Erdfelt 705d68ebf3
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2023-03-20 13:58:11 -05:00
Joakim Erdfelt 574ad3b4da
Merge pull request #9503 from eclipse/jetty-10.0.x-9497-effective-web-xml
Issue #9497 allow jetty:effective-web-xml for jar projects
2023-03-20 13:56:29 -05:00
Joakim Erdfelt d81941a91e
Disable broken JDK19 test
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2023-03-20 13:42:12 -05:00
Joakim Erdfelt 46cdb70449
Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2023-03-20 12:05:57 -05:00
Joakim Erdfelt 41d1048006
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2023-03-20 12:01:35 -05:00
Joakim Erdfelt 17aa0c5ab9
Fixing #9517 - bad url-pattern prefix match behavior (#9518)
* Fixing #9517 - bad url-pattern prefix match behavior

Fixed regression where `/foo/*` was incorrectly matching `/foobar`.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: gregw <gregw@webtide.com>
Co-authored-by: gregw <gregw@webtide.com>
2023-03-20 17:53:40 +01:00
Simone Bordet 092a592278
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-03-20 10:22:23 +01:00
Simone Bordet 869f58543f
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-03-20 10:18:43 +01:00
Simone Bordet fe505766fd
Fixes #9501 - jetty client with proxy Connection: close (#9508)
Now Connection: close is ignored for 2xx responses to a CONNECT method.
In this way the tunnel is kept open, and bad proxies that were sending
Connection: close are now supported as apparently they are still out there.

Fixes also #6483.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-03-20 10:09:58 +01:00
Jan Bartel e45247f344 Merge remote-tracking branch 'origin/jetty-11.0.x' into jetty-12.0.x 2023-03-16 19:04:12 +01:00
Jan Bartel 37d446528b Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x 2023-03-16 18:58:23 +01:00
Jan Bartel f2b0f217d3
Issue #9400 Handle scan of weird jar format (#9433) 2023-03-17 04:56:54 +11:00
Jan Bartel 38d3d7b8fc
Jetty 12.0.x improve multiversion annotations test (#9492)
* Improve testing of annotation parsing of multiversion jars
2023-03-16 18:54:04 +11:00
Lachlan Roberts a32d0fa125 Uncomment line in SymlinkAllowedResourceAliasChecker and add test for it.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2023-03-16 14:59:15 +09:00
Olivier Lamy b2c1121657
Jetty 12.0.x publish dependency report (#9504)
* add Jenkins file for dependency report

Signed-off-by: Olivier Lamy <olamy@apache.org>
2023-03-16 13:06:05 +10:00
Jan Bartel c357a1216d Issue #9497 allow jetty:effective-web-xml for jar projects 2023-03-15 19:32:01 +01:00
Joakim Erdfelt 89a519b082
Fix flaky test 2023-03-15 11:31:25 -05:00
Simone Bordet 9594469160
Merged branch 'jetty-11.0.x' into 'jetty-12.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-03-14 18:52:52 +01:00
Simone Bordet 0871e2fb5d
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-03-14 18:51:12 +01:00
Simone Bordet e6de81084d
Improved HttpClient TLS documentation about server host name verification. (#9494)
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-03-14 18:49:48 +01:00
Joakim Erdfelt 71e94a57c0
Merge pull request #9481 from eclipse/fix/12.0.x/dependency-updates-report
Jetty 12 - Dependency Updates and Report Script
2023-03-14 06:06:56 -05:00
Greg Wilkins bd0186c2f7
Jetty 12.0.x 9444 servlet paths fully decoded (#9479)
getServletPath and getPathInfo will never return an encoded path segment. Instead, they will throw an IllegalArgumentException if they are called when there is a URI with violations.

Signed-off-by: gregw <gregw@webtide.com>
Co-authored-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2023-03-11 14:13:09 +01:00
Olivier Lamy bcd175a156 Merge branch 'jetty-11.0.x' into jetty-12.0.x 2023-03-11 10:29:40 +10:00
Olivier Lamy 95bad2782d Merge branch 'jetty-10.0.x' into jetty-11.0.x 2023-03-11 10:28:52 +10:00
Olivier Lamy d748fde470
no need of unzip jetty-home for every single test if it is the same zip (based on lastModified file value) (#9486)
Signed-off-by: Olivier Lamy <olamy@apache.org>
2023-03-11 10:21:39 +10:00
Greg Wilkins b63c5ef611
HttpMessage interface for BadMessageException
Convert class BadMessageException to a HttpMessage.RuntimeException to allows different types of HttpExceptions exceptions.
This follows the pattern of the QuietException interface.
2023-03-10 09:59:05 +01:00
Olivier Lamy 88329dc8dc
merge back 12.0.0.beta0 release branch (#9484)
merge back release branch 12.0.0.beta0

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2023-03-10 11:05:11 +10:00
Joakim Erdfelt a03ec5ffc0
Update <ruleSet> for ee10 2023-03-09 10:24:33 -06:00
Joakim Erdfelt ff5fd6420e
Update apacheds to 2.1.2 2023-03-09 10:19:47 -06:00
Jan Bartel fc08390d4e Path can have no elements. 2023-03-09 17:18:19 +01:00
Joakim Erdfelt 9626048138
Update <ruleSet> for ee8 2023-03-09 10:13:27 -06:00
Joakim Erdfelt 3de4323b20
Fix typo in comment 2023-03-09 09:57:14 -06:00
Joakim Erdfelt 1a3f8becd0
Update <ruleSet> for ee9 2023-03-09 09:56:42 -06:00
Jan Bartel f9a018105d
Issue #9459 empty session path in cookie (#9477) 2023-03-10 00:38:52 +11:00
Jan Bartel 9f9868b754
Issue #9463 NPE in ee10 maven plugin startup (#9475)
* Issue #9463 NPE in ee10 maven plugin startup
2023-03-10 00:34:31 +11:00
Joakim Erdfelt 20404f760c
<onlyUpgradable> set to true 2023-03-09 06:36:35 -06:00
Olivier Lamy 9aa716af15 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2023-03-09 13:35:45 +10:00
dependabot[bot] 3c16575be0
Merge pull request #9452 from eclipse/dependabot/maven/jetty-10.0.x/org.apache.maven.plugins-maven-plugin-plugin-3.8.1 2023-03-09 02:37:31 +00:00
Olivier Lamy 3ac49c8d65
Issue #9442 documentation html artifact does not contain html content (#9478)
Signed-off-by: Olivier Lamy <olamy@apache.org>
2023-03-09 12:36:17 +10:00
Joakim Erdfelt 16e98f72de
Adding jna test scope dep to ee9 test-loginservice 2023-03-08 17:03:01 -06:00
Joakim Erdfelt 661e71567f
Adding jna to top level depMan 2023-03-08 16:28:51 -06:00
Joakim Erdfelt b8a6ba10f6
Update ee10 servlet-jsp-api to 3.1.1 2023-03-08 16:15:41 -06:00
Joakim Erdfelt 7f52d4f3f0
Set <onlyProjectDependencies> config to true 2023-03-08 16:13:27 -06:00
Joakim Erdfelt 0feff8d35a
Ignoring jetty releases and maven alpha/beta versions 2023-03-08 16:08:09 -06:00
Joakim Erdfelt 19dd5e87d4
Update hazelcast to 5.2.2 2023-03-08 15:39:04 -06:00
Joakim Erdfelt 2e6c5b0bfe
Update mariadb to 3.1.2 2023-03-08 15:38:34 -06:00
Joakim Erdfelt 1b76cbe211
Update osgi-core to 8.0.0 2023-03-08 15:33:53 -06:00
Joakim Erdfelt e610e39ca4
Update osgi-promise to 1.3.0 2023-03-08 15:33:32 -06:00
Joakim Erdfelt 04ff7f6a29
Update jboss-logmanager to 2.3.0.Alpha1 2023-03-08 15:28:21 -06:00