1
0
mirror of https://github.com/jetty/jetty.project.git synced 2025-02-19 21:15:04 +00:00

21005 Commits

Author SHA1 Message Date
Jesse McConnell
c512f41488
set render styles 2020-04-09 10:32:25 -05:00
Jesse McConnell
0db9210f17
update to released web resources artifact 2020-04-09 10:31:38 -05:00
Joakim Erdfelt
4d9d98c2b5
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-04-08 16:15:57 -05:00
Joakim Erdfelt
5699b9ff3d Updating to version 9.4.29-SNAPSHOT 2020-04-08 13:15:04 -05:00
Joakim Erdfelt
ab228fde9e Updating to version 9.4.28.v20200408 jetty-9.4.28.v20200408 2020-04-08 12:33:56 -05:00
Jan Bartel
bfc9738f86
Issue Response.setLocale should override previous ()
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-04-08 17:28:14 +02:00
Joakim Erdfelt
10ddb6e673
Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x 2020-04-08 10:14:21 -05:00
Joakim Erdfelt
b9a9511914
Merge pull request from eclipse/jetty-9.4.x-4745-centralized-webapp-logging-doc
Issue  - update documentation for centralized-webapp-logging
2020-04-08 10:14:12 -05:00
Michael Mayer
9079fa63b3
Improve keystore exception message when keystore is not valid ()
Signed-off-by: Michael Mayer <michael@schnittstabil.de>
2020-04-08 10:13:10 -05:00
Michael Mayer
a640701d78
Improve keystore exception message when keystore is not valid ()
Signed-off-by: Michael Mayer <michael@schnittstabil.de>
2020-04-08 15:36:52 +02:00
Jan Bartel
3981ec1342 Issue Fix doc for DefaultServlet.welcomeServlets
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-04-08 12:27:43 +02:00
Jan Bartel
efe2dc1e90
Issue Call HttpSessionListener.sessionCreated in add order. ()
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-04-08 11:16:20 +02:00
Lachlan Roberts
45f822ed32 Issue - server is allowed to not select a websocket subprotocol
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-04-08 17:08:52 +10:00
Lachlan Roberts
4e69b48344 Issue - filter out synthetic annotated methods
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-04-08 15:31:42 +10:00
Joakim Erdfelt
5f6053e4d6
Merge pull request from eclipse/jetty-10.0.x-restore-owb-hack
Fixing OpenWebBeans test on Jetty 10.0.x
2020-04-07 10:28:18 -05:00
Joakim Erdfelt
08df1d9f73
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-restore-owb-hack 2020-04-07 09:44:07 -05:00
Simone Bordet
e1be62c978 Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'. 2020-04-07 14:54:09 +02:00
Simone Bordet
103c22dc43
Merge pull request from eclipse/jetty-9.4.x-4751-refresh_networktraffic_classes
Fixes  - Refresh NetworkTraffic* classes.
2020-04-07 14:29:17 +02:00
Simone Bordet
7ef05860ee Fixes - Refresh NetworkTraffic* classes.
Added missing license header.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-07 12:19:49 +02:00
Simone Bordet
4e3c0c8cd7 Fixes - Refresh NetworkTraffic* classes.
Introduced NetworkTrafficSocketChannelEndPoint to replace
NetworkTrafficSelectChannelEndPoint, now deprecated.

Code and javadocs cleanup.

Moved the tests to jetty-client so that also the client is tested.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-07 12:04:24 +02:00
Lachlan Roberts
3d40e0e25d Issue - correctly copy headers in websocket JsrUpgradeListener
Headers with the same name may not have been copied properly for
header values inspected and modified with a Configurator.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-04-07 15:06:25 +10:00
Lachlan Roberts
625dfd1a4d Issue - Fix WS path params to work within a context path
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-04-07 12:18:29 +10:00
olivier lamy
a189d13fd5 cleanup
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-04-07 10:59:50 +10:00
olivier lamy
be50caf591 Issue Allow DistributionTester to work with log files
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-04-07 10:59:50 +10:00
Jan Bartel
72ad3709c6 Merge branch 'jetty-10.0.x' of github.com:eclipse/jetty.project into jetty-10.0.x 2020-04-06 14:32:15 +02:00
Jan Bartel
f57a170e99 Fix merge from 9.4 for 2020-04-06 14:30:38 +02:00
Simone Bordet
ba2fe58111 Improvements to the Jetty client documentation, fixed section ids and xrefs.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-06 13:31:34 +02:00
Simone Bordet
e0cf316f72 Improvements to the Jetty client documentation, HTTP/2 section.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-06 12:37:27 +02:00
Jan Bartel
d94a1bfdac Fix test after merge for 2020-04-06 12:30:34 +02:00
Lachlan Roberts
54ee3f3939 Issue - Throwing in onClose now calls onError
- This applies to the javax onClose method not the core onClosed method.
- Also fixes a bug where onClosed may never be called if onFrame throws.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-04-06 20:28:57 +10:00
Jan Bartel
4265b1f467 Update test-jetty-osgi README.txt 2020-04-06 11:43:54 +02:00
Jan Bartel
3e2f27c197
Issue Fix jetty-slf4j-impl for osgi ()
* Issue  Fix jetty-slf4j-impl for osgi

Signed-off-by: Jan Bartel <janb@webtide.com>
2020-04-06 11:35:57 +02:00
Jan Bartel
e00560c36d Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-04-06 11:33:45 +02:00
Jan Bartel
8eb4bb98a4
@RunAs not honoured ()
* Issue  Fix @RunAs

Signed-off-by: Jan Bartel <janb@webtide.com>
2020-04-06 11:33:09 +02:00
Jan Bartel
d0389ed328 Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-04-06 11:31:10 +02:00
Jan Bartel
4b2842265a
Issue Ensure lifecycle callbacks happen for run-as and non async servlets ()
* Issue  Ensure lifecycle callbacks happen for run-as and non async servlets

Signed-off-by: Jan Bartel <janb@webtide.com>
2020-04-06 11:30:33 +02:00
Jan Bartel
9726bb88ff Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-04-06 10:58:44 +02:00
Jan Bartel
cf0e3c530f
Issue Ensure contextDestroyed called after filters and servlets destroyed ()
* Issue  Ensure contextDestroyed called after filters and servlets destroyed

Signed-off-by: Jan Bartel <janb@webtide.com>
2020-04-06 10:12:19 +02:00
Lachlan Roberts
2028b99e83 Issue - SessionID should return same String instance
Using the object hash code is not random enough to use as a unique ID.
Now using UUID.randomUUID() instead which sufficiently random.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-04-06 11:54:16 +10:00
Lachlan Roberts
664cb81e6d Issue - Default close status code should be normal status
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-04-06 07:48:14 +10:00
Simone Bordet
172063d5ae Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'. 2020-04-04 11:54:17 +02:00
Simone Bordet
6e0b5f387b Improvements to the Jetty client documentation, connection pool section.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-04 11:50:48 +02:00
Simone Bordet
f79b5aa507
Merge pull request from eclipse/jetty-9.4.x-4735-env_variables_fcgi
Fixes  - Get env variables in PHP scripts served through FastCGI…
2020-04-04 11:08:02 +02:00
Joakim Erdfelt
8f4de31d37
Issue - update documentation for centralized-webapp-logging
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-04-03 16:54:24 -05:00
Simone Bordet
51c42f2849 Improvements to the Jetty client documentation, protocols section.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-03 15:48:54 +02:00
Simone Bordet
eaf9d43a0b Improvements to the Jetty client documentation, proxy section.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-03 15:48:54 +02:00
Simone Bordet
9f38e433d4 Improvements to the Jetty client documentation, authentication section.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-03 15:48:54 +02:00
Simone Bordet
512f31b3af Improvements to the Jetty client documentation, cookies section.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-03 15:48:54 +02:00
Joakim Erdfelt
9b57fcd8ee
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>

# Conflicts:
#	jetty-documentation/src/main/asciidoc/configuring/security/configuring-form-size.adoc
2020-04-02 07:13:32 -05:00
Joakim Erdfelt
1cbb8d0232
Merge pull request from eclipse/jetty-9.4.x-4638-formcontentsize-doc
Issue  - updating documentation about form limits
2020-04-02 07:03:54 -05:00