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
Joakim Erdfelt
e4bfe00dce
Updating to version 9.4.12-SNAPSHOT
2018-06-05 14:18:37 -05:00
Joakim Erdfelt
d5fc0523cf
Updating to version 9.4.11.v20180605
2018-06-05 13:23:02 -05:00
WalkerWatch
65070e6b2a
Documentation for GlobalWebAppConfigBinding. Resolves #2207
2018-05-29 13:49:24 -04: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
1732ffca51
Updating to version 9.4.11-SNAPSHOT
2018-05-03 11:48:05 -05:00
Joakim Erdfelt
daa59876e6
Updating to version 9.4.10.v20180503
2018-05-03 10:55:19 -05: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
Joakim Erdfelt
a74a328024
Merge branch 'release-9.4.9' into jetty-9.4.x
2018-03-21 16:33:56 -05: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
Joakim Erdfelt
c3cc138a3b
Updating to version 9.4.10-SNAPSHOT
2018-03-20 08:25:59 -05:00
Joakim Erdfelt
1f8159b1e4
Updating to version 9.4.9.v20180320
2018-03-20 07:18:24 -05: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
Joakim Erdfelt
a05b157c03
Updating to version 9.3.24-SNAPSHOT
2018-02-28 16:39:30 -06:00
Joakim Erdfelt
0554f8d8b4
Updating to version 9.3.23.v20180228
2018-02-28 15:45:57 -06: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
328aeef558
Issue #2194 - Updated jetty-documentation pom.xml. Matches changes made in #1858 to ensure links to api documentation work for nightly builds.
2018-02-12 13:53:00 -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