Commit Graph

422 Commits

Author SHA1 Message Date
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 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
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
Joakim Erdfelt 70fe268bde Merge branch 'release-9.4.8' into jetty-9.4.x 2017-11-29 10:52:02 -07:00
Joakim Erdfelt aeb1a1d6cd Merge tag 'jetty-9.4.8.v20171121' into jetty-9.4.x
Tag for release: jetty-9.4.8-SNAPSHOT

 + 212 HttpClient should support pluggable AuthenticationStore
 + 215 Add Conscrypt for native ALPN/TLS/SSL
 + 272 WebSocket hangs in blockingWrite
 + 487 JDK 9 build compatibility
 + 901 Overriding SSL context KeyStoreType requires explicit override of
   TrustStoreType
 + 922 Implements methods Connection.getBytes[In|Out]()
 + 1209 IllegalStateException when HTTP/2 push is disabled
 + 1213 Upgrade to ASM Version 6.0 for JDK9
 + 1509 Improve GZIPContentDecoder buffer pooling sizing
 + 1550 Resolve inconsistent Shutdown configuration with Jetty Runner
 + 1640 Introduce :run-distro goal for local jetty distribution deployment
 + 1692 Annotation scanning should ignore `module-info.class` files
 + 1696 Missing stacktraces on debug of WriteFlusher onFail
 + 1705 Rejected executions in QueuedThreadPool can lead to memory leaks
 + 1760 Update to apache jasper 8.5.20
 + 1768 Allow jetty properties to be set for the jetty:run-forked goal
 + 1782 Using assembly.tarLongFileMode=posix for jetty-home and
   jetty-distribution assembly
 + 1797 JEP 238 - Multi-Release JAR files break bytecode scanning
 + 1806 Improved ReservedThreads idle timeout
 + 1807 Add new HttpChannel listener and events for metrics libraries
 + 1814 Move JavaVersion to jetty-util for future Java 9 support requirements
 + 1818 Improve Infinispan support on JDK 9
 + 1819 Race condition during annotation parsing
 + 1823 ResourceHandler with ranged requests does not return Content-Type
   response header
 + 1829 OSGi webbundle classes scanned twice
 + 1833 Request.startAsync requires context path
 + 1835 Locker is not reentrant on ServerConnector#setConnectionFactories
 + 1836 Migrate Locker implementation to JVM ReentrantLock implementation
 + 1841 Reduce contention on ServletHolder
 + 1845 Allow null User-Agent in HttpClient
 + 1849 Refactoring of SelectorManager.defaultSchedulers()
 + 1851 Improve insufficient thread warnings/errors
 + 1854 Consistent IOException and timeout handling when extracting form
   parameters
 + 1856 ResourceHandler without ServletContext throws NPE for welcome files if
   used directly
 + 1857 GZIPContentTransformer fails to send entire message if used with
   BufferedContentTransformer
 + 1865 Improve Exception on invalid redirect usage
 + 1867 Improve Exception thrown during Expect 100 Continue
 + 1868 Need a way to randomly select ports for tests
 + 1871 JMXify SslContextFactory
 + 1878 Handle 100 Continue response without Expect header
 + 1879 'Bad tld url' seen during :jetty-run when running integration tests
 + 1881 Improve support of WebSocket over Unix Domain Socket
 + 1885 SessionHandler get/set maxInactiveInterval is not symmetric with
   negative values
 + 1888 Implement cookie matching on Path attribute per RFC 6265
 + 1891 Make HTTP/2 async error notifications configurable
 + 1892 NPE resulting from bad JEP 238 MultiReleaseJarFile structure
 + 1893 Add ability to set HttpClient Connection TTL
 + 1897 Introduce a round-robin connection pool for HttpClient
 + 1900 Update to CDI 2.0 for cdi module
 + 1901 Reimplement PathWatcher as scanner
 + 1909 Update to Apache Jasper 8.5.23
 + 1910 Remove unused jetty-jsp module
 + 1912 AbstractConnector EndPoint leak for failed SSL connections
 + 1914 HttpClient fails to parse Content-Type response header with RFC 2045
   charset="utf-8" syntax
 + 1919 Review LowResourceMonitor
 + 1920 Connect Timeouts with NonBlocking CreateEndPoint
 + 1924 ManagedSelector can livelock under high load
 + 1931 Expose RolloverOutputStream for pluggable behaviour
 + 1933 Use CLASSPATH for scanning java9 system classes
 + 1956 Store and report build information of Jetty
 + 1958 Blocking Timeout has different behavior in HttpInput vs HttpOutput
 + 1970 ManagedSelector can lose selector thread under high concurrent load
 + 1980 PushCacheFilter does not push TLS offloaded HTTP/2 requests
 + 1981 Loading resource content failed
 + 1984 Remove jetty-client dependency in jetty-rewrite
2017-11-29 10:51:22 -07: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
Joakim Erdfelt ff53002fac Updating to version 9.4.9-SNAPSHOT 2017-11-21 13:11:31 -07:00
Joakim Erdfelt 82b8fb23f7 Updating to version 9.4.8.v20171121 2017-11-21 12:33:52 -07: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
Jesse McConnell 0f34179b2b Merge branch 'release-9.3.22' into jetty-9.3.x 2017-11-03 09:45:47 -05:00
WalkerWatch 5458e41fbb Merge branch 'jetty-9.3.x' into jetty-9.4.x 2017-11-02 13:57:18 -04:00
WalkerWatch 482a643781 Resolves #1935 - Documentation anchors unable to start with numeric characters. 2017-11-02 13:56:44 -04:00