Commit Graph

20641 Commits

Author SHA1 Message Date
olivier lamy f14560a228 fix documentation
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-04-02 12:38:33 +10:00
olivier lamy e3bab28924 document new default behaviour with annotations scanning
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-04-02 12:38:33 +10:00
olivier lamy 5c38ae3549 Issue #4727 setConfigurationDiscovered true per default
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-04-02 12:38:33 +10:00
olivier lamy 22061399e5 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2020-04-02 12:33:13 +10:00
olivier lamy 5c2e0b32a4 Merge branch 'jetty-9.4.x' into jetty-10.0.x 2020-04-02 12:32:22 +10:00
Olivier Lamy ea06ba1865
Issue #4699 fix jar files from multimodules not scanned (#4742)
* Issue #4699 fix jar files from multimodules not scanned

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>

* fix license headers

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-04-02 08:06:10 +10:00
Joakim Erdfelt bdaf86d38d
Issue #4638 - updating documentation about form limits
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-04-01 12:44:44 -05:00
Simone Bordet ed675b03cd Fixes #4735 - Get env variables in PHP scripts served through FastCGIProxyServlet.
Fixed test dependency on ALPN.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-01 18:41:25 +02:00
Greg Wilkins af895966fa Issue #4711 trailers
Standard trailers cannot be set if committed or HTTP/1.0

Signed-off-by: Greg Wilkins <gregw@webtide.com>
2020-04-01 17:55:33 +02:00
Simone Bordet 5edff904fe Fixes #4735 - Get env variables in PHP scripts served through FastCGIProxyServlet.
Introduced fastCGI.envNames to specify a comma separated list of
environment variable names that are forwarded to the PHP process.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-01 15:15:45 +02:00
Simone Bordet ec38e99630 Fixed handling of ClientConnector promises.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-04-01 10:06:35 +02:00
olivier lamy 0030d9ad08 Merge branch 'jetty-10.0.x' into jetty-11.0.x 2020-04-01 12:10:09 +10:00
Simone Bordet b5956b975d Improvements to the Jetty client documentation.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-03-31 23:12:48 +02:00
Joakim Erdfelt 929ce34640
Issue #4529 - Fixing HTML error page from showing servlet info if configured not to do so
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-03-31 14:58:17 -05:00
Simone Bordet 9a6ad8af62 Improvements to the Jetty client documentation.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2020-03-31 17:53:28 +02:00
Simone Bordet 414a1dd396 Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'. 2020-03-31 14:50:48 +02:00
Greg Wilkins ef9e155118
Issue #2074 no merge query string (#4730)
* Issue #4713 Async dispatch with query.

+ Preserve the entire URI with query when startAsync(req,res) is used.
+ merge any query string from dispatch path with either original query or preserved query from forward

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* Issue #4713 asyncDispatch with query parameters

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* Issue #2074 Do not merge query strings

Do not merge the query string itself, only the parameter map.
The query string is either the original or replaced by the one from the dispatch.

Signed-off-by: Greg Wilkins <gregw@webtide.com>
2020-03-31 14:26:25 +02:00
Jan Bartel 524e690140
Issue #4682 Session with no attributes unreadable from jdbc (#4688)
Signed-off-by: Jan Bartel <janb@webtide.com>
2020-03-31 14:25:52 +02:00
Jan Bartel 3f7d04ff96
Issue #4719 Keep previous charencoding if not set in content type (#4720)
* Issue #4719 Keep previous charencoding if not set in content type

Signed-off-by: Jan Bartel <janb@webtide.com>

* Issue #4719 - Adding unit tests for charset reset/change

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2020-03-31 14:24:55 +02:00
Simone Bordet 81c13f08d0
Merge pull request #4633 from eclipse/jetty-9.4.x-4628-start-module-non-required
Issue #4628 - Ensuring checkEnabledModules is conditional dependency aware
2020-03-31 11:10:53 +02:00
olivier lamy efd090d31e Merge branch 'jetty-10.0.x' into jetty-11.0.x 2020-03-31 15:00:48 +10:00
olivier lamy 546566da5c restore VERSION.TXT
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy 0d836926cb disable CDI test as 3rd party librairies do not support yet jakarta namespace
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy dfd43a7ac6 disable jetty-start-war-mojo-it as it is using a webapp not jakarta ready
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy b0fc5dac0a fix pom exclusion
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy eefb7663d4 disable maven it test which cannot work until 3rd party migrate to jakarta namespace
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy bd9ca70c51 fix it maven plugin
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy e589db21c2 fix more test war files
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy 51a75fd032 fix some issues due to jar scanning with wrong package name
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy 809887de96 more fix with updating the jar used for session serialisation
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy 495a6aca54 re enable osgi
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy dd13dd380d renane META-INF/services/javax.servlet.ServletContainerInitializer to META-INF/services/jakarta.servlet.ServletContainerInitializer
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy fa3b818916 renane META-INF/services/javax.servlet.ServletContainerInitializer to META-INF/services/jakarta.servlet.ServletContainerInitializer
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy a1d16ac5e5 fix some checkstyle
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy b47904ebe2 some checkstyle fixes
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy 5f6ab9a6a0 change taglib standard to use new file
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy e2f71606f9 checkstyle
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy e1f6e98240 checkstyle
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy 3ac1b7cbba cleanup some dependencies
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy d5cdbbc585 fix servlet api jar pattern
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy 512e21e8e6 temporary disable osgi as it is not the most important
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy ef1fc0c904 upgrade some plugins version, configure war plugin to avoid error due to testing javax.servlet, upgrade openwebbeans-web
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
olivier lamy 765db76ec5 activate snapshot repository
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2020-03-31 14:54:59 +10:00
Lachlan Roberts fde16cdceb wip - updating other dependencies which will need to use servlet 5
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-03-31 14:54:59 +10:00
Lachlan Roberts 5309b4b225 Issue #4568 - update to use jakarta.servlet 5.0.0
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-03-31 14:54:59 +10:00
Lachlan Roberts 200a3216f1 Issue #4568 - use jakarta.websocket for jetty-11
- Update the jetty-11.0.x branch to use Jakarta WebSocket API.
- Rename websocket classes, variables and comments using javax to use jakarta instead.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2020-03-31 14:54:59 +10:00
Greg Wilkins 4837fe1c86 Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x 2020-03-30 16:41:05 +02:00
Greg Wilkins e913e7970f
Fixes #4542 Root pathspec mapping pathInfo (#4705)
* Fixes #4542 Root pathspec mapping pathInfo

For the "" root pathspec, the pathinfo should always be the full path and the matched path is ""

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* updates from review

Signed-off-by: Greg Wilkins <gregw@webtide.com>
2020-03-30 16:38:42 +02:00
Greg Wilkins e3d670d61d
Issue #4713 Async dispatch with query. (#4721)
* Issue #4713 Async dispatch with query.

+ Preserve the entire URI with query when startAsync(req,res) is used.
+ merge any query string from dispatch path with either original query or preserved query from forward

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* Issue #4713 asyncDispatch with query parameters

Signed-off-by: Greg Wilkins <gregw@webtide.com>
2020-03-30 16:23:26 +02:00
Simone Bordet fa54c74946
Merge pull request #4618 from eclipse/jetty-10.0.x-4400-review_httpclient_content
Issue #4400 - Review HttpClient's ContentProvider.
2020-03-30 15:54:42 +02:00