Commit Graph

713 Commits

Author SHA1 Message Date
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 49edcbc9df Merge branch 'jetty-9.4.x' 2017-12-12 10:40:09 -05:00
WalkerWatch 6b93a8ec9d Issue #2039 - Additional documentation. Resolves #2039. 2017-12-12 10:39:33 -05:00
WalkerWatch 76613c0999 Merge branch 'jetty-9.4.x' 2017-12-07 14:47:37 -05:00
WalkerWatch 3abbcbde65 Documentation - added note about DIGEST and MD5 2017-12-07 14:47:11 -05:00
WalkerWatch f7601d6735 Issue #1695 Partial documentation. 2017-12-07 14:26:46 -05:00
Jan Bartel 78a2c8c6d2 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-12-06 15:46:49 +01: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
WalkerWatch 29fd791213 Merge branch 'jetty-9.4.x' 2017-11-28 17:24:19 -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 b6163bdeca Merge branch 'jetty-9.4.x' 2017-11-28 14:09:22 -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 fafae49876 Merge branch 'jetty-9.4.x' 2017-11-22 13:39:57 -05:00
WalkerWatch 9e891a4ceb Cleaned up examples for #1830. 2017-11-22 13:39:23 -05:00
Jan Bartel 24699b75e4 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-11-21 23:21:15 +01: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 2e3538076b Merge branch 'jetty-9.4.x' 2017-11-16 16:18:54 -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 80725581e2 Merge branch 'jetty-9.4.x' 2017-11-09 13:46:53 -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 e7f6969059 Merge branch 'jetty-9.4.x' 2017-11-09 13:34:00 -05:00
WalkerWatch 89c5332187 Updating module documentation. Resolves #1887 2017-11-09 13:33:33 -05:00
WalkerWatch 0f3d822f84 Merge branch 'jetty-9.4.x' 2017-11-09 13:20:05 -05:00
WalkerWatch 64858a5f56 Documentation update. Resolves #1549 2017-11-09 13:19:29 -05:00
WalkerWatch 07189b29b4 Merge branch 'jetty-9.4.x' 2017-11-09 13:01:48 -05:00
WalkerWatch 1fb8b2e4ad Updated documentation for Jetty Runner. Resolves #1550 2017-11-09 13:01:24 -05:00
WalkerWatch 3b3e1ffc1c Merge branch 'jetty-9.4.x' 2017-11-07 08:28:07 -05:00
WalkerWatch c58ad44f4b Fixed incorrect usages of {SRCDIR} in documentation links. 2017-11-07 08:27:37 -05:00
WalkerWatch 92f3003f7b Merge branch 'jetty-9.4.x' 2017-11-06 13:58:21 -05:00
WalkerWatch ff4590e5df Added documentation for Session XML config. Resolves #1716. 2017-11-06 13:57:23 -05:00
WalkerWatch 814769637d Merge branch 'jetty-9.4.x' 2017-11-06 10:29:41 -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 144bc234ef Merge branch 'jetty-9.4.x' 2017-11-02 13:57:50 -04: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
WalkerWatch d23781cd6d Merge branch 'jetty-9.4.x' 2017-11-02 13:37:10 -04:00
WalkerWatch 6d0e6a80b7 Merge branch 'jetty-9.3.x' into jetty-9.4.x 2017-11-02 13:36:36 -04:00
WalkerWatch 21aa425cbc Fixing broken link and typo. 2017-11-02 13:36:02 -04:00
WalkerWatch 0f540e13ac Merge branch 'jetty-9.4.x' 2017-10-31 12:58:56 -04:00
WalkerWatch 7743a8cb32 Fixing Javadoc adoc formatting 2017-10-31 12:58:19 -04:00
Jesse McConnell a72eb0001d Updating to version 9.3.23-SNAPSHOT 2017-10-30 15:39:57 -05:00
Jesse McConnell 705048cc49 Updating to version 9.3.22.v20171030 2017-10-30 15:16:29 -05:00
WalkerWatch c0e013e895 Merge branch 'jetty-9.4.x' 2017-10-23 13:25:12 -04:00
WalkerWatch 4a0c47770f Updating Hot Deploy doc with module instructions. 2017-10-23 13:24:39 -04:00
Simone Bordet 54eb4a0f19 Merged branch 'jetty-9.4.x' into 'master'. 2017-10-23 15:32:47 +02:00
Simone Bordet 260149ea99 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-10-23 15:32:19 +02:00
sebastian haas af557ca398 Update ALPN documentation for JDK 8u151 and 8u152 (#1916)
Signed-off-by: Sebastian Haas <sehaas@deebas.com>
2017-10-23 15:30:14 +02:00
WalkerWatch 9947a497a6 Fixed war name 2017-10-18 16:38:20 -04:00
WalkerWatch 9356bd557b Fixing link discrepancy 2017-10-18 16:28:17 -04:00
Joakim Erdfelt c3c3881c9f Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-10-10 13:44:22 -07:00
WalkerWatch 1146ed9ca1 Adding auth documentation. Resolves #1850 2017-10-10 14:04:52 -04:00
WalkerWatch 69dba4442b Merge branch 'jetty-9.4.x' 2017-10-10 09:41:05 -04:00
WalkerWatch f29ed835a4 Updating EOL info. Resolves #1883 2017-10-10 09:40:18 -04:00
WalkerWatch 46c1d65377 Merge branch 'jetty-9.4.x' 2017-10-03 15:45:41 -04:00
WalkerWatch 49e85101da Minor link fix 2017-10-03 15:45:08 -04:00
Jan Bartel f4ccbc8c70 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-10-03 16:35:58 +11:00
Jan Bartel 8f64ae2a93 Issue #1640
Update jetty maven plugin doc.
2017-10-03 12:28:13 +11:00
Jan Bartel be931ee237 Merge remote-tracking branch 'origin/jetty-9.4.x' into issue-1640 2017-10-03 11:40:16 +11:00
WalkerWatch 23911e918a Merge branch 'jetty-9.4.x' 2017-09-29 14:46:56 -04:00
WalkerWatch d5b55705bf Added javadoc.version value to assis with snapshot javadoc links in #1858 2017-09-29 14:43:29 -04:00
Greg Wilkins 1ce96be964 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-09-28 07:58:15 +10:00
WalkerWatch 55b0f102b0 Adding authorization examples for #1850. 2017-09-27 14:37:39 -04:00
Jan Bartel 29ee1c26d3 Issue #1640
Doco.
2017-09-27 16:29:08 +10:00
Jan Bartel ee4fd24cb1 Merge remote-tracking branch 'origin/jetty-9.4.x' into issue-1640 2017-09-27 15:44:55 +10:00
Greg Wilkins efe694e2e4 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-09-26 14:41:42 +10:00
Jan Bartel 4a70e84f24 Issue #1847 2017-09-26 10:28:40 +10:00
WalkerWatch b889d2d300 Fixing JXURL usage and updating proxy webapp as in #1747. Resolves #1844. 2017-09-25 14:54:19 -04:00
WalkerWatch 5ccdf1a6e6 Merge branch 'jetty-9.4.x' 2017-09-25 10:14:26 -04:00
WalkerWatch 5764afc6e0 Fixing link issue 2017-09-25 10:14:08 -04:00
Simone Bordet d0d52c8ba1 Merged branch 'jetty-9.4.x' into 'master'. 2017-09-25 13:05:00 +02:00
Simone Bordet b7bd1b25aa Updated HTTP/2 documentation.
Fixed flow control windows default values.
2017-09-25 11:49:00 +02:00
deridex 6a52b63602 correct default max streams per http2 connection (#1842)
Signed-off-by: David Ha <davidha@1493.net>
2017-09-25 11:40:49 +02:00
Greg Wilkins 1b7ebf5599 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-09-23 00:22:57 +10:00
Jan Bartel 2f5f01a160 Issue #1640
Documentation.
2017-09-21 16:08:33 +10:00
WalkerWatch aa1e56c8c6 Resolving warnings present during doc generation. 2017-09-20 17:41:23 -04:00
WalkerWatch d77ba8203a Making note of Infinispan 9.1.0 modules 2017-09-20 17:16:28 -04:00
WalkerWatch edb168f782 Fixed version and formatting issues. 2017-09-20 16:55:59 -04:00
WalkerWatch 8d3d109f8f Cleaning up hazelcast doc 2017-09-20 16:37:56 -04:00
WalkerWatch 5d1efcf1c2 Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x 2017-09-20 16:35:15 -04:00
WalkerWatch c256f622dd Cleaning up naming 2017-09-20 16:35:05 -04:00
Joakim Erdfelt eee41174f2 Merge branch 'release-9.4.7' into jetty-9.4.x 2017-09-18 14:06:44 -07:00
Joakim Erdfelt d9865a02ba Updating to version 9.4.8-SNAPSHOT 2017-09-14 08:44:27 -07:00
WalkerWatch 6176f67049 Additional updates for #1813. 2017-09-14 11:13:02 -04:00
Joakim Erdfelt 80fb788d0c Updating to version 9.4.7.v20170914 2017-09-14 07:35:18 -07:00
Simone Bordet 12220c2a66 Fixes #1813 - Update Garbage Collection documentation to reflect JDK9 changes. 2017-09-14 13:46:10 +02:00
WalkerWatch b9b284b3f6 Updated documentation for symlinks. Resolves #1812 2017-09-12 15:31:41 -04:00
WalkerWatch 804cabfbe6 Documentation formatting fix. Resolves #1744. 2017-09-06 17:25:05 -04:00
WalkerWatch 1a89dff8db Documentation updates for #1793. 2017-09-06 17:11:39 -04:00
Jan Bartel df0e6d7f43 Issue #1793 2017-09-06 18:00:31 +10:00
Simone Bordet bce20d1b2e Merged branch 'jetty-9.4.x' into 'master'. 2017-09-04 15:57:01 +02:00
WalkerWatch 3a4d3592bd Updating connectory documentation. Resolves #1784 2017-08-31 10:49:58 -04:00
Joakim Erdfelt 02f0649840 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-08-28 11:33:12 -07:00
Jan Bartel de9ac99fb2 Document 'env' config param for jetty-maven-plugin. 2017-08-24 17:00:19 +10:00
Joakim Erdfelt 651f422034 Merge branch 'jetty-9.4.x' to 'master' 2017-08-18 10:54:58 -07:00
WalkerWatch 3ee7f9fe4a Removed usages of JXURL in documentation. Also updated proxy webapp. Resolves #1747. 2017-08-16 17:05:37 -04:00
Joakim Erdfelt 1311052b15 Cleaning up state of branch to match the original jetty-9.4.x
+ Does not include changes to /jetty-cdi/
+ Does not include changes to /jetty-websocket/ for javax.websocket-1.1
2017-08-08 09:47:04 -07:00
Joakim Erdfelt 585f126b48 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x-clean 2017-08-08 09:24:41 -07:00
WalkerWatch dfd9e43b2d Updated web-default.xml documentation. Resolves #1462. 2017-08-08 09:15:32 -07:00
Simone Bordet 95bf957b4f Updated ALPN documentation for JDK 8u141. 2017-08-08 09:15:18 -07:00
WalkerWatch b8168f2bb0 Updates to SSL documentation. Resolves #1667 2017-08-08 09:14:37 -07:00
WalkerWatch 15cc8f1d40 Documentation update for Connectors. Resolves #1663 2017-08-08 09:14:24 -07:00
WalkerWatch 47b72399a5 Resolves #1408 2017-08-08 09:14:12 -07:00
WalkerWatch 4d2f66a252 Script doco update 2017-08-08 09:13:48 -07:00
S K a7e4f92054 Issue #1622 - HeaderFilter does not work if response has been committed (#1628)
Signed-off-by: S K (xz64) <xz64.xyz@gmail.com>
2017-08-08 09:13:46 -07:00
WalkerWatch b81115dfbc Updating SSL documentation for clarity. 2017-08-08 09:13:42 -07:00
S K (xz64) b93f9b319d add general purpose header filters
Signed-off-by: S K (xz64) <xz64.xyz@gmail.com>
2017-08-08 09:13:37 -07:00
olivier lamy 82581d25af modify module names after Jan review
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:36 -07:00
olivier lamy 2fed68a700 add documentation page for hazelcast session manager module
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:31 -07:00
olivier lamy 82dfd8fd74 apply changes after review #1571
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:22 -07:00
olivier lamy 4e62d682ad revert change for session-configuration-infinispan.adoc. will be part of an other pr
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:22 -07:00
olivier lamy a66c35d68c add entry in chapter.adoc for hazelcast session management #1571
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:21 -07:00
olivier lamy 6da26c6fa9 add documentation page for Hazelcast session management #1571
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:20 -07:00
WalkerWatch 48c7d5c7eb Updating 9.4.x for #1598 2017-08-08 09:13:10 -07:00
WalkerWatch 2eaacf46ea Updating documentation. Resolves #1598 2017-08-08 09:12:58 -07:00
WalkerWatch b4ddcb7e4d Updating 9.4.x for #1598 2017-08-08 09:12:56 -07:00
olivier lamy 61dbd9c48e fix typo in session-configuration-infinispan documentation #1583
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:10:13 -07:00
Joakim Erdfelt a7bcac6d75 Updating to version 9.3.20.v20170531 2017-08-08 09:07:35 -07:00
Joakim Erdfelt 11a544d6ac Updating to version 9.3.22-SNAPSHOT 2017-08-01 11:26:37 -07:00
Joakim Erdfelt bb1d69ca52 Updating to version 9.3.21.M0 2017-08-01 10:47:04 -07:00
Simone Bordet f7302a13b4 Merged branch 'jetty-9.4.x' into 'master'. 2017-08-01 11:21:41 +02:00
Simone Bordet c04c395833 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-08-01 11:21:05 +02:00
Simone Bordet b616249603 Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'. 2017-08-01 11:14:28 +02:00
WalkerWatch 3e22706210 Merge remote-tracking branch 'origin' 2017-07-26 12:05:25 -04:00
WalkerWatch ba83772dc4 Updated web-default.xml documentation. Resolves #1462. 2017-07-26 11:58:49 -04:00
Simone Bordet 9d767e405e Merged branch 'origin/jetty-9.4.x' into 'master'. 2017-07-24 11:23:50 +02:00
Simone Bordet 4f3c48e818 Merge branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-07-24 11:23:15 +02:00
Simone Bordet 8568fe18d8 Updated ALPN documentation for JDK 8u141. 2017-07-24 11:22:49 +02:00
Greg Wilkins b358c06974 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-07-18 12:46:44 +02:00
WalkerWatch f80ff4f544 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-07-14 12:16:40 -04:00
WalkerWatch 9063b359d4 Restoring SSL dump info 2017-07-14 12:16:00 -04:00
WalkerWatch c0d87fd0c2 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
# Conflicts:
#	jetty-documentation/src/main/asciidoc/configuring/connectors/configuring-ssl.adoc
2017-07-14 12:07:51 -04:00
WalkerWatch 629e41526e Updates to SSL documentation. Resolves #1667 2017-07-14 11:17:51 -04:00
Joakim Erdfelt a9c329859d Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-07-12 13:18:12 -07:00
Joakim Erdfelt 2e8f9fc748 Revert "Issue #1650 - setting unique SNAPSHOT version to aide in 3rd party testing of branch"
This reverts commit 38c112764d.
2017-07-12 11:28:32 -07:00
Joakim Erdfelt 5b6b80ef81 Merge remote-tracking branch 'origin/jetty-9.4.x' into backport-jws11 2017-07-12 11:18:20 -07:00
WalkerWatch 60335bf8fe Documentation update for Connectors. Resolves #1663 2017-07-12 11:34:14 -04:00
Joakim Erdfelt ee8d4c1587 gitattributes followup 2017-07-06 16:24:31 -07:00
WalkerWatch 1341b47ad6 Resolves #1408 2017-06-29 14:09:37 -04:00
Joakim Erdfelt 38c112764d Issue #1650 - setting unique SNAPSHOT version to aide in 3rd party testing of branch 2017-06-28 16:42:37 -07:00
WalkerWatch 0bfc41e068 Script doco update 2017-06-22 17:18:01 -04:00
Greg Wilkins 7fd45b6766 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-06-22 11:24:21 +02:00
S K 3cca6642d1 Issue #1622 - HeaderFilter does not work if response has been committed (#1628)
Signed-off-by: S K (xz64) <xz64.xyz@gmail.com>
2017-06-22 08:18:30 +02:00
Joakim Erdfelt 579b99c2c9 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-06-20 08:43:51 -07:00
WalkerWatch de976e8777 Updating SSL documentation for clarity. 2017-06-20 09:08:19 -04:00
Joakim Erdfelt 5638f7b25b Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-06-16 14:33:01 -07:00
S K (xz64) 4af81674d2 add general purpose header filters
Signed-off-by: S K (xz64) <xz64.xyz@gmail.com>
2017-06-15 09:08:38 -07:00
olivier lamy 53eee555c5 modify module names after Jan review
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-14 14:52:08 +10:00
Joakim Erdfelt 00beb607fc Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-06-13 10:40:02 -07:00
olivier lamy dae0b7fde3 add documentation page for hazelcast session manager module
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-13 18:34:55 +10:00
Joakim Erdfelt 76ace004b6 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-06-09 09:17:43 -07:00
olivier lamy a63e91d324 apply changes after review #1571
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 13:02:23 +10:00
olivier lamy 0c3b3dffce revert change for session-configuration-infinispan.adoc. will be part of an other pr
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 13:02:23 +10:00
olivier lamy d0ab064789 add entry in chapter.adoc for hazelcast session management #1571
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 13:02:23 +10:00
olivier lamy 98f8405771 add documentation page for Hazelcast session management #1571
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 13:02:23 +10:00
Joakim Erdfelt 5ee1c7a533 Merge branch 'release-9.4.6' into jetty-9.4.x 2017-06-07 10:01:11 -07:00
Joakim Erdfelt 828afa0020 Merge branch 'release-9.3.20' into jetty-9.3.x 2017-06-07 09:58:56 -07:00
WalkerWatch 8a07b46949 Updating 9.3.x for #1598 2017-06-06 15:37:00 -04:00
WalkerWatch ccdf0a339d Updating 9.4.x for #1598 2017-06-06 15:36:19 -04:00
WalkerWatch 0abdbedf5e Updating documentation for 9.4.x for #1598 2017-06-06 15:10:53 -04:00
WalkerWatch 5819fcd13b Updating documentation. Resolves #1598 2017-06-06 15:09:35 -04:00
WalkerWatch 85b33827a7 Updating 9.4.x for #1598 2017-06-06 15:04:26 -04:00
Simone Bordet b953f8d2d0 Merged branch 'jetty-9.4.x' into 'master'. 2017-06-05 18:07:51 +02:00
olivier lamy 2c25b6c977 fix typo in session-configuration-infinispan documentation #1583
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-01 14:19:01 +10:00
Joakim Erdfelt 6a3c40e935 Updating to version 9.4.7-SNAPSHOT 2017-05-31 17:26:34 -07:00
Joakim Erdfelt 8ba0f2d95d Updating to version 9.4.6.v20170531 2017-05-31 16:22:52 -07:00
Joakim Erdfelt 429380d36a Updating to version 9.3.21-SNAPSHOT 2017-05-31 16:10:04 -07:00
Joakim Erdfelt 0f3b1cbe36 Updating to version 9.3.20.v20170531 2017-05-31 15:24:57 -07:00
Greg Wilkins ab4d300ae7 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-05-30 17:43:19 +02:00
WalkerWatch c9c284f432 Sessions doco update 2017-05-30 10:14:27 -04:00
Greg Wilkins d3e50f8f80 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-05-22 23:37:51 +02:00
WalkerWatch b5ab099ac7 Fixing typo 2017-05-22 13:12:21 -04:00
WalkerWatch 08b96c3765 Correcting and cleaning up quickstart documentation. Resolves #1565 2017-05-22 13:02:17 -04:00
Simone Bordet 94c9fc548c Merged branch 'jetty-9.4.x' into 'master'. 2017-05-18 21:12:50 +02:00
WalkerWatch 82c909acdc Documentation updates 2017-05-18 12:12:32 -04:00
Joakim Erdfelt cf56168f7d Updating to version 9.3.20-SNAPSHOT 2017-05-02 15:26:56 -07:00
Joakim Erdfelt d36d57d5c7 Updating to version 9.3.19.v20170502 2017-05-02 14:31:51 -07:00
Joakim Erdfelt 782f36f157 Updating to version 9.4.6-SNAPSHOT 2017-05-02 14:29:09 -07:00
Joakim Erdfelt 9d8ad7489c Updating to version 9.4.5.v20170502 2017-05-02 13:22:18 -07:00
Simone Bordet 146a1d5ed5 Merged branch 'jetty-9.4.x' into 'master'. 2017-05-02 22:17:06 +02:00
Simone Bordet 861372c70d Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-05-02 22:16:45 +02:00
Simone Bordet c955fb609e Merged branch 'jetty-9.2.x' into 'jetty-9.3.x'. 2017-05-02 22:12:29 +02:00
Simone Bordet 46a53b8a9b Merged branch 'jetty-9.4.x' into 'master'. 2017-05-02 11:29:35 +02:00
Simone Bordet 0ca19bf99a Issue #1517 - Review JMX's ConnectorServer.
Changed the semantic of null or empty address to refer to the local host.
Any address is specified with 0.0.0.0.

Commented out JmxIT tests as they are broken.
2017-05-02 11:26:25 +02:00
Simone Bordet cab1ec77ad Merged branch 'jetty-9.4.x' into 'master'. 2017-05-02 10:03:30 +02:00
Simone Bordet f0d2e2b764 Fixes #1517 - Review JMX's ConnectorServer.
Introduced possibility to connect via TLS.
Updated the documentation.
2017-05-02 10:03:06 +02:00
Greg Wilkins 68caf72835 Merge remote-tracking branch 'origin/jetty-9.4.x' 2017-05-01 13:30:41 +02:00
WalkerWatch 10bab0f1c2 Small documentation update 2017-04-26 13:09:53 -04:00
WalkerWatch 417e6d32c2 Pom fix
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-24 14:59:37 -04:00
WalkerWatch f12a765f10 Documentation cleanup and session additions. Resolves #1501
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-24 14:58:02 -04:00
WalkerWatch 64fc778f30 Updating documentation pom.xml for Javadoc
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-19 15:40:31 -04:00
WalkerWatch a69a532b09 Updating for new Javadoc repository.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-19 14:05:51 -04:00
Joakim Erdfelt 92ea5bda21 Updating to version 9.4.5-SNAPSHOT 2017-04-14 14:43:36 -07:00
Joakim Erdfelt 3dc8f557c6 Updating to version 9.4.4.v20170414 2017-04-14 13:20:17 -07:00
WalkerWatch eeb1ad5b7f Updated documentation. Resolves #1447
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-06 13:40:40 -04:00