Joakim Erdfelt
885ab6f2e0
Restoring dependency to jetty-servlet
2024-01-03 12:11:25 -06:00
Joakim Erdfelt
1f03b3e649
Remove duplicate `<dependency>` declarations
2024-01-03 11:14:47 -06:00
Joakim Erdfelt
71778c25f9
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2024-01-03 10:49:54 -06:00
Joakim Erdfelt
2f3c9257d1
Results of: mvn spotless:apply
2024-01-03 10:40:38 -06:00
Joakim Erdfelt
9a18dc8722
Results of: mvn spotless:apply
2024-01-03 03:12:56 -06:00
Joakim Erdfelt
fd81c80194
Updating to version 11.0.20-SNAPSHOT
2023-12-15 15:09:03 -06:00
Joakim Erdfelt
f781e475c8
Updating to version 11.0.19
2023-12-15 14:54:13 -06:00
Joakim Erdfelt
c91e3fbc48
Updating to version 10.0.20-SNAPSHOT
2023-12-15 14:49:33 -06:00
Joakim Erdfelt
8492d1c78f
Updating to version 10.0.19
2023-12-15 14:38:06 -06:00
Joakim Erdfelt
1e2b356b80
Updating to version 11.0.19-SNAPSHOT
2023-10-26 21:24:54 -05:00
Joakim Erdfelt
5a9a771a9f
Updating to version 11.0.18
2023-10-26 21:14:03 -05:00
Joakim Erdfelt
c50aa2f61b
Updating to version 10.0.19-SNAPSHOT
2023-10-26 21:10:08 -05:00
Joakim Erdfelt
8545fd9bf4
Updating to version 10.0.18
2023-10-26 20:59:27 -05:00
Joakim Erdfelt
c8829f75bf
Updating to version 11.0.18-SNAPSHOT
2023-10-09 13:49:23 -05:00
Joakim Erdfelt
48e7716b94
Updating to version 11.0.17
2023-10-09 13:38:47 -05:00
Joakim Erdfelt
722b97ad6a
Updating to version 10.0.18-SNAPSHOT
2023-10-09 13:32:28 -05:00
Joakim Erdfelt
af15f12297
Updating to version 10.0.17
2023-10-09 13:21:53 -05:00
Joakim Erdfelt
cb8c4b6ab2
Updating to version 11.0.17-SNAPSHOT
2023-08-25 14:55:08 -05:00
Joakim Erdfelt
bedff458c4
Updating to version 11.0.16
2023-08-25 14:43:04 -05:00
Joakim Erdfelt
896dee2466
Updating to version 10.0.17-SNAPSHOT
2023-08-25 14:27:38 -05:00
Joakim Erdfelt
a2735a9ae9
Updating to version 10.0.16
2023-08-25 14:10:55 -05:00
Simone Bordet
d721815e23
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-07-17 11:05:47 +02:00
Simone Bordet
af9d8d3a32
Added test case to show how to handle zip content in AsyncMiddleManServlet. ( #9986 )
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-07-17 11:03:57 +02:00
Joakim Erdfelt
8e5bedcf8f
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-07-14 12:48:56 -05:00
Joakim Erdfelt
a9c596e3d7
Updating various old/moved URL references found across project (`jetty-10.0.x`) ( #10098 )
...
* Now that the migration of `https://eclipse.org/jetty/ ` to `https://eclipse.dev/jetty/ ` has occurred, it is time to review the URI use in our project
+ Updated URLs in poms
+ Added more URIs to XmlConfiguration
+ Updated URLs in module files
+ Updated URLs in documentation
+ Updated URLs in HTML
+ Correcting bad double-scheme URLs (eg: `http://https://www.eclipse ...`)
+ Updating text in *.mod files
+ Removing `/current/` from path `/jetty/documentation/current/`
+ Fixing mailing list URL
---------
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2023-07-14 12:38:45 -05:00
gregw
32399b14d2
Fixed bad merge
2023-06-23 10:05:24 +02:00
gregw
ae01e36388
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-06-23 09:18:53 +02:00
Gary Gregory
4e19fac07a
Bulletproof AbstractProxyServlet#destory() to make it easier to write ( #9938 )
...
unit tests for custom subclasses of AbstractProxyServlet
Co-authored-by: Greg Wilkins <gregw@webtide.com>
2023-06-23 09:17:58 +02:00
Joakim Erdfelt
1efe9afdf8
Updating to version 11.0.16-SNAPSHOT
2023-04-11 13:53:30 -05:00
Joakim Erdfelt
5bc5e562c8
Updating to version 11.0.15
2023-04-11 13:37:23 -05:00
Joakim Erdfelt
ca3c1756ad
Updating to version 10.0.16-SNAPSHOT
2023-04-11 13:23:25 -05:00
Joakim Erdfelt
68017dbd00
Updating to version 10.0.15
2023-04-11 12:24:32 -05: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
Olivier Lamy
22bb0d0788
Updating to version 11.0.15-SNAPSHOT
2023-03-01 18:56:07 +10:00
Olivier Lamy
e62cc0344a
Updating to version 10.0.15-SNAPSHOT
2023-03-01 18:55:10 +10:00
gregw
7cfc239990
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
...
Signed-off-by: gregw <gregw@webtide.com>
2023-02-15 15:27:17 +11:00
gregw
7a7d69a69f
Happy no year
...
Remove modification date from copyright notice and instead just have the
project inception year.
Signed-off-by: gregw <gregw@webtide.com>
2023-02-15 15:22:32 +11:00
Joakim Erdfelt
1c7c020a93
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2023-02-02 15:04:26 -06:00
dependabot[bot]
ca19b143a9
Bump maven.surefire.plugin.version from 3.0.0-M5 to 3.0.0-M8 ( #9255 )
2023-02-02 04:15:39 +00:00
Simone Bordet
8a2e8133a9
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-01-19 15:11:53 +01:00
Simone Bordet
7fd62668d7
Fixes #9183 - ConnectHandler may close the connection instead of send… ( #9184 )
...
* Fixes #9183 - ConnectHandler may close the connection instead of sending 200 OK.
Delaying the call to UpstreamConnection.fillInterested() until the 200 OK response has been sent.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-01-19 15:07:22 +01:00
Joakim Erdfelt
260245c012
Updating to version 11.0.14-SNAPSHOT
2022-12-07 15:04:55 -06:00
Joakim Erdfelt
a04bd1ccf8
Updating to version 11.0.13
2022-12-07 14:46:29 -06:00
Joakim Erdfelt
54c4c03244
Updating to version 10.0.14-SNAPSHOT
2022-12-07 14:33:17 -06:00
Joakim Erdfelt
1c2636ea05
Updating to version 10.0.13
2022-12-07 14:12:50 -06:00
Jan Bartel
ed7968850b
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2022-11-23 14:01:21 +11:00
Jan Bartel
cd7482a151
Issue #8460 simplify DefaultSessionIdManager start ( #8464 )
...
* Issue #8460 check DefaultSessionIdManager is started
2022-11-23 13:47:29 +11:00
Simone Bordet
ab62e8e834
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-11-16 21:49:11 +01:00
Simone Bordet
3569f65066
Fixes #8750 - AbstractProxyServlet.onServerResponseHeaders does not support headers with empty values ( #8904 )
...
Fixed support for empty headers.
Added test case.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2022-11-16 21:47:00 +01:00