WalkerWatch
ea3339d395
Updating documentation for #3388
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2019-02-26 10:59:32 -05:00
Simone Bordet
2a8b4c4c47
Updated ALPN to JDK 8u201 and 8u202.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-01-16 17:25:39 +01:00
Simone Bordet
0e17b56aaf
Updated ALPN to JDK 8u201 and 8u202.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2019-01-16 17:12:25 +01:00
Olivier Lamy
9b7afd8a03
Happy new year!! ( #3232 )
...
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2019-01-01 11:52:16 +10:00
WalkerWatch
7c4d12fb7d
Updating for customrequestlog impl
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2018-12-13 13:43:22 -05:00
Raymond Augé
7ef8f882bd
fixes #3141 Upgrade jetty osgi tests to use spifly 1.2 ( #3142 )
...
Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
2018-11-28 15:00:31 +01:00
Paweł Nawrocki
f5445a759e
Fixed invalid QoS Filter parameter names ( #3149 )
...
Signed-off-by: Pawel Nawrocki <pnaw94@hotmail.com>
2018-11-27 10:57:28 +10:00
Jan Bartel
10622f3455
Issue #3109 Remove unnecessary aries-util. ( #3110 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2018-11-19 15:19:14 +01:00
Simone Bordet
d095413aee
Added additional JPMS section.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-11-15 16:38:10 +01:00
Simone Bordet
00c2c21700
Fixed small typos and clarified JPMS usage.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-11-15 15:08:42 +01:00
WalkerWatch
6c35d62a7a
Adding link to Oracle JDR/JRE Crypto roadmap
2018-11-09 11:21:14 -05:00
Jan Bartel
ef261a39ae
Issue #2925 Update troubleshooting doc for files locking on windows ( #3061 )
...
* Issue #2925 Update troubleshooting doc for files locking on windows
Signed-off-by: Jan Bartel <janb@webtide.com>
* General formatting fixes.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2018-11-06 16:40:21 +01:00
Jan Bartel
871f73cdf6
Jetty 9.4.x 2932 switchable classloader for session attribute values ( #2964 )
2018-11-06 10:03:48 +01:00
Greg Wilkins
bb045f641e
Issue #3049 Warn on common SslContext vulnerable configurations ( #3050 )
...
* Issue #3049 Warn on common SslContext vulnerable configurations
Signed-off-by: Greg Wilkins <gregw@webtide.com>
* Adding documentation notes for weak cipher warnings
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
* Issue #3049 - SslContextFactory warnings on known bad config
+ Changes warnings from being a boolean on SslContextFactory
to being a logger named
"org.eclipse.jetty.util.ssl.SslContextFactory.config"
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
* Issue #3049 - SslContextFactory warnings on known bad config
+ Cleanup based on review
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
* Issue #3049 - SslContextFactory warnings on known bad config
+ Cleanup based on review
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2018-11-02 05:19:03 +01:00
WalkerWatch
94bfeacba5
Added note on stopping the server. Resolves #3033
2018-10-31 16:56:25 -04:00
Olivier Lamy
8500e806ec
align used algorithm to detect java bin to use ( #3025 )
...
add javaPath for JettyRunDistro mojo to force a java executable to use
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2018-10-24 19:02:31 +10:00
Simone Bordet
932f1a7516
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2018-10-17 15:49:54 +02:00
Simone Bordet
44ac57040a
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2018-10-17 12:36:56 +02:00
WalkerWatch
68911c54fb
Updating/augmenting JPMS documentation included in PR #2934
2018-10-11 14:08:24 -04:00
Simone Bordet
bd3eeeaa3f
Merged branch 'jetty-9.4.x' into 'jetty-9.4.x-2191-jpms_automatic_module_name'.
2018-10-04 12:27:31 +02:00
WalkerWatch
64dc930500
Clarify Websocket intro. Resolves #2951
2018-10-03 11:13:40 -04:00
Simone Bordet
5cac3376c6
Issue #2191 - JPMS Support.
...
JPMS documentation.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-09-28 13:23:43 +02:00
Simone Bordet
e4ff653295
Issue #2191 - JPMS Support.
...
Introduced --jpms option in jetty-start to run Jetty from the module-path.
Introduced [jpms] sections in *.mod files, to specify JPMS command line
options that needs to be added to the command line generated by jetty-start.
Bumped java.transaction-api to 1.3 because it has Automatic-Module-Name.
Fixed ASM version lookup using ManifestUtils.
Fixed WebInfConfiguration.findAndFilterContainerPaths() to properly
scan the module-path, which may contain both files and directories.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-09-25 22:11:25 +02:00
WalkerWatch
be564ecd59
Updated example. Resolves #2916
2018-09-18 10:53:07 -04:00
Olivier Lamy
0c97d28cba
java 8 required ( #2885 )
...
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2018-09-10 12:32:45 +10:00
Simone Bordet
82c04f3ae8
Fixed typos SPENGO -> SPNEGO.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-09-07 10:12:06 +02:00
WalkerWatch
88363dd3c1
Cleaning up note.
2018-08-29 12:15:37 -04:00
WalkerWatch
9f6747d741
Updated gzip doc. Resolves #2845
2018-08-27 22:52:58 -04:00
Jan Bartel
09be34e08b
Issue #2844 Clean up webdefault and DefaultServlet documentation ( #2851 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2018-08-28 09:53:06 +10:00
WalkerWatch
a6c071e5e9
Updating module listing. Resolves #2501
2018-08-15 10:17:38 -04:00
Kazuhiro Sera
96218e8bc4
Fix typos detected by github.com/client9/misspell
...
Signed-off-by: Kazuhiro Sera <seratch@gmail.com>
2018-08-10 23:52:16 +09:00
Simone Bordet
eceaff7bed
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2018-07-18 16:21:00 +02:00
Simone Bordet
37e4da24cb
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2018-07-18 16:15:27 +02:00
lachan-roberts
e05c11ae30
Changing default Http headerCacheSize from 512 to 4096
...
Signed-off-by: lachan-roberts <lachlan@webtide.com>
2018-07-10 10:39:45 +10:00
WalkerWatch
42e939000d
CVE Report Fix
2018-07-03 11:35:05 -04:00
WalkerWatch
13a070db70
Doc merge
2018-07-03 11:33:42 -04:00
WalkerWatch
f41a766ea5
Updating CVE table
2018-07-03 11:18:55 -04:00
Greg Wilkins
4f54447585
Jetty 9.4.x 2501 accept listener ( #2511 )
...
* Issue #2501 - Accept Listener
* Issue #2501 - Include accepting connections in connection limit.
* AcceptRateLimit minimal delay
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-06-19 09:03:54 +02:00
Simone Bordet
4f1dd352d6
Issue #2468 - Remove SoLinger. ( #2644 )
...
* Issue #2468 - Remove SoLinger.
For non-blocking sockets, StandardSocketOptions#SO_LINGER javadocs
report that the behavior is undefined. In JDK 11 setting SoLinger
for non-blocking sockets will be ignored.
As such, there is no point in allowing SoLinger to be configured
in Jetty that only uses non-blocking sockets.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-06-09 13:21:24 +02:00
Jameson Allen
b5fea4f4f6
Incorrect sigil used for example of --list-config command
...
changed % to $ in the example of --list-config command
Signed-off-by: Jameson Allen <jameson.f.allen@gmail.com>
2018-06-08 14:36:50 -05:00
Simone Bordet
23fa0303a6
Fixes #2632 - Wrong return type for Request.send(Response.CompleteListener listener) method in documentation for Jetty 9.4.x.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-06-08 09:25:07 +02:00
WalkerWatch
65070e6b2a
Documentation for GlobalWebAppConfigBinding. Resolves #2207
2018-05-29 13:49:24 -04:00
Joakim Erdfelt
deef864192
Updating docbook.xsl
2018-05-22 16:47:25 -05:00
Jesse McConnell
09d40dc665
Update docbook.xsl
...
remove documentation page tracker
2018-05-22 15:21:27 -05:00
Olivier Lamy
07b3367519
#2472 it looks https://central.maven.org/maven2 does not work anymore ( #2538 )
...
* #2472 it looks https://central.maven.org/maven2 does not work anymore
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
* #2472 add unit test we correctly download files from default repo
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
* use maven format to download alpn boot jar modules
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
* change default to https://repo1.maven.org/maven2 #2472
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2018-05-18 08:21:29 +10:00
Joakim Erdfelt
61c2bb362a
Happy New Year (2018)
...
+ Fixing some overlooked entries
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2018-05-02 14:27:28 -05:00
WalkerWatch
d9de386b28
Updated documentation in light of #2403 .
2018-05-02 10:34:29 -04:00
Jan Bartel
44dfa868df
Issue #2445 Optionally expose request for jaas ( #2463 )
...
* Issue #2445 Optionally expose request for jaas
Signed-off-by: Jan Bartel <janb@webtide.com>
2018-05-01 10:06:22 +10:00
Simone Bordet
6e2cd06c89
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2018-04-20 10:31:39 +02:00
Simone Bordet
8323417622
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2018-04-20 10:27:14 +02:00
Olivier Lamy
c7e78ae896
update logging versions #2461 ( #2465 )
...
* update logging versions #2461
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2018-04-19 15:45:11 +10:00
Jan Bartel
b53fbe01ab
Issue #2401 Fix documentation for osgi webapp bundle
2018-04-03 10:35:34 +10:00
WalkerWatch
e6eac94898
Fixed broken documentation links.
2018-03-29 00:13:34 -04:00
WalkerWatch
ad3035385a
Updated Conscrypt documentation to note it works with client. Provided links to server and client examples. Resolves #1830
2018-03-20 11:23:40 -04:00
Simone Bordet
daef17bdce
Issue #171 - Specify HTTP authentication for a single request.
...
Updated documentation to show how it is done.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-03-19 10:09:25 +01:00
WalkerWatch
06bb007eb9
Added documentation warning for #173
2018-03-15 11:52:30 -04:00
Joakim Erdfelt
44546e5ca9
Fixing jetty-start tests
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2018-03-15 07:36:50 -05:00
WalkerWatch
5712b0217f
Issue #2179 - Documentation - Adding end date for 9.2
2018-03-07 11:31:47 -05:00
Simone Bordet
fde21a45f7
Fixes #2011 - Improve ALPN documentation.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2018-03-01 11:34:37 +01:00
WalkerWatch
9805d16b39
Resolves #2178 - Updates documentation regarding tmpdir.
2018-02-22 16:22:10 -05:00
WalkerWatch
d25561441f
Resolves #2124 - Clarifies classpath for jetty-web.xml
2018-02-22 10:54:31 -05:00
WalkerWatch
69216c2034
Cleanup codehaus references
2018-02-20 11:35:43 -05:00
WalkerWatch
8ac9bd3bae
Merge fixes
2018-02-13 09:41:26 -05:00
WalkerWatch
d41bcec681
Removing Google search from documentation for now.
2018-02-13 09:35:24 -05:00
WalkerWatch
26bc8687d7
Issue #2179 - Documentation - Updated version matrix.
2018-02-08 10:06:58 -05:00
WalkerWatch
9a787b1e54
Resovling merge conflicts and updating doc headers
2018-02-07 16:28:31 -05:00
WalkerWatch
4044045936
Merge resolution
2018-02-07 16:22:12 -05:00
Chris Walker
1704360ec3
Issue #2185 - Adds check for documentation header and separates it fr… ( #2186 )
...
* Issue #2185 - Adds check for documentation header and separates it from java license check. Updated license plugin.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
* Making requested changes for file listing
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2018-02-07 16:06:52 -05:00
WalkerWatch
66ddb7defb
Updating documentation license headers.
2018-02-07 13:19:58 -05:00
WalkerWatch
0c3264c272
Merge fixes
2018-02-07 13:16:52 -05:00
WalkerWatch
cfe130ed2b
Updating documentation license dates
2018-02-07 13:13:58 -05:00
WalkerWatch
ec769390b8
Issue #2154 - Added documentation and links. Resovles #2154
2018-01-31 14:51:44 -05:00
Jan Bartel
c07bab5e30
Update OSGi doc for spifly and fix errors.
2018-01-30 13:07:40 +01:00
Chris Walker
e2c825a37e
Jetty quick start doc material ( #2155 )
...
* Initial re-work and additions to quick start guide.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
* Additional content for Quick Start documentation
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2018-01-26 08:43:43 -05:00
Simone Bordet
43f99d8857
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2018-01-17 12:00:13 +01:00
Simone Bordet
53eebd045c
Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'.
2018-01-17 11:56:26 +01:00
Joakim Erdfelt
18208a13aa
Merge pull request #2071 from H1Gdev/doc
...
Fix typo in WebSocket doc.
2017-12-20 08:23:17 -06:00
H1Gdev
8f6978dd36
Fix typo in WebSocket doc.
...
Signed-off-by: H1Gdev <h1g.z.ouroboros+github@gmail.com>
2017-12-20 10:16:37 +09:00
WalkerWatch
2c0f695386
Documentation formatting corrections
2017-12-19 12:29:44 -05:00
Simone Bordet
19dbab7971
Fixes #2069 - Update the PushCacheFilter documentation. ( #2070 )
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2017-12-19 10:03:30 -05:00
WalkerWatch
48a4db637f
Issue #2039 - Added link to related documentation
2017-12-14 13:38:02 -05:00
WalkerWatch
ce819b5430
Issue #2039 - Updated documentation examples.
2017-12-13 11:37:00 -05:00
Simone Bordet
1466aa1f75
Fixes #2017 - Documentation on ALPN needs updating. ( #2045 )
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2017-12-12 12:17:51 -05:00
WalkerWatch
6b93a8ec9d
Issue #2039 - Additional documentation. Resolves #2039 .
2017-12-12 10:39:33 -05:00
WalkerWatch
3abbcbde65
Documentation - added note about DIGEST and MD5
2017-12-07 14:47:11 -05:00
WalkerWatch
e82649bf9d
Issue #1993 - Updated maven doc. Resolves #1993 .
2017-12-06 08:56:07 -05:00
Simone Bordet
4ca0a63e58
Issue 1830 - Document Conscrypt SSL. ( #2001 )
...
Updated references to Conscrypt 1.0.0.RC11.
Used "default" rather than "native" for the JSSE docs.
Changed "two-way authentication" to "client certificate authentication".
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2017-11-28 17:23:18 -05:00
WalkerWatch
00d977d5d5
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2017-11-28 14:08:50 -05:00
WalkerWatch
aecf4b389b
Remove NPN documentation. Resolves #1999
2017-11-28 14:08:21 -05:00
WalkerWatch
9e891a4ceb
Cleaned up examples for #1830 .
2017-11-22 13:39:23 -05:00
WalkerWatch
b02f225470
Additional documentation for Conscrypt. Resolves #1830
2017-11-21 17:13:14 -05:00
WalkerWatch
81ec56b7c3
Added docoumentation for Conscrypt SSL.
...
Consolidated exisitng SSL documentation and move non-root-port80 doc. Resolves #1830 .
2017-11-16 16:18:28 -05:00
WalkerWatch
7ba4428e9f
Cleaned up cross reference syntax, leaving only xref and link anchors. Resolves #716 .
2017-11-09 13:45:29 -05:00
WalkerWatch
89c5332187
Updating module documentation. Resolves #1887
2017-11-09 13:33:33 -05:00
WalkerWatch
64858a5f56
Documentation update. Resolves #1549
2017-11-09 13:19:29 -05:00
WalkerWatch
1fb8b2e4ad
Updated documentation for Jetty Runner. Resolves #1550
2017-11-09 13:01:24 -05:00
WalkerWatch
c58ad44f4b
Fixed incorrect usages of {SRCDIR} in documentation links.
2017-11-07 08:27:37 -05:00
WalkerWatch
ff4590e5df
Added documentation for Session XML config. Resolves #1716 .
2017-11-06 13:57:23 -05:00
WalkerWatch
99e63fea83
Added Spring Boot note to Quickstart. Resolves #1552
2017-11-06 10:29:18 -05:00
WalkerWatch
5458e41fbb
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2017-11-02 13:57:18 -04:00