Simone Bordet
6c9009cabf
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2017-06-13 19:26:55 +02:00
stephane martin
4f1e583b85
HTTP/2 :authority: declaration should omit default ports in jetty-client ( #1611 )
...
Change-Id: I2b4f8e8373e3ba16361a37fd1f6549a4a2d97d60
Signed-off-by: Stéphane Martin <stephane.martin@neotys.com>
2017-06-13 19:26:19 +02:00
Jan Bartel
09bc4f3d8b
Merge pull request #1575 from olamy/feature/hazelcast_session_management
...
add Hazelcast session management #1571
2017-06-13 15:58:28 +02:00
Joakim Erdfelt
67022482e5
Issue #1605 - common executor and bufferpool for jsr356 client
2017-06-12 09:23:23 -07:00
Jan Bartel
10a6e5fa5e
Issue #1600
2017-06-09 11:55:21 +02:00
Greg Wilkins
c6b9ce0401
Stop module
...
Moved jetty-stop.xml to jetyt-home
Created stop module
2017-06-08 12:53:04 +02:00
Greg Wilkins
5066dd7d13
update BOM to use ${project.version}
2017-06-08 08:55:10 +02:00
olivier lamy
3f5b61ab1c
update versions for new modules
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 13:03:56 +10:00
olivier lamy
90e8f6620e
use set rather than put, recommendation from hazelcast
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 13:02:23 +10:00
olivier lamy
08c3255a57
do not include hazelcast-client for embedded mode
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 13:02:23 +10:00
olivier lamy
2d787cb1ff
fix typo
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 13:02:23 +10: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
olivier lamy
fd972c0848
Hazelcast session management #1571
...
fix modules configuration
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 13:02:22 +10:00
olivier lamy
8a300613df
add Hazelcast session management #1571
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-08 13:02:22 +10:00
Joakim Erdfelt
caff2b932d
Issue #1605 - restoring default behavior of ContainerProvider.getWebSocketContainer()
...
+ Allowing users to reconfigure JettyClientContainerProvider to restore
the Jetty 9.4.x behavior for singletons and ServerContainer behaviors
2017-06-07 14:16:16 -07:00
Joakim Erdfelt
c85e50a83c
Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x
2017-06-07 11:48:56 -07:00
Joakim Erdfelt
064c1bc39a
Issue #1604 - WebSocketContainer stop is now smarter
2017-06-07 11:48:36 -07: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
836507a539
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2017-06-07 10:01:02 -07:00
Joakim Erdfelt
828afa0020
Merge branch 'release-9.3.20' into jetty-9.3.x
2017-06-07 09:58:56 -07:00
Joakim Erdfelt
c1143fcc90
Issue #1603 - fixing NPE in WebSocketServerFactory init
2017-06-07 09:56:58 -07:00
Jan Bartel
4204061bd4
Issue ##1597
...
Make osgi import of javax.mail optional
2017-06-07 11:59:53 +02: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
Greg Wilkins
70d55252b9
Issue #1503 Optionally strip IPv6. Fixed inverted boolean
2017-06-06 17:05:07 +02:00
Jan Bartel
95e6a64bdb
Issue #1591
2017-06-06 17:01:12 +02:00
Greg Wilkins
55ee9279e1
Issue #1503 Optionally strip IPv6
2017-06-06 16:53:49 +02:00
Greg Wilkins
c4ae7ab8d9
removed deprecated test method usage
2017-06-06 12:27:21 +02:00
Greg Wilkins
26e8d18a42
Fixes #1592 bad compressed etag comparison
2017-06-06 10:06:48 +02:00
Simone Bordet
28e6378b26
Fixes #1595 - Avoid sending unnecessary stream WINDOW_UPDATE frames.
...
Now the flow control strategy checks whether the stream is already
remotely closed, and if so it does not send the window update.
2017-06-05 18:07:29 +02:00
Joakim Erdfelt
82cadedc5e
Merge pull request #1594 from olamy/bugfix/1574
...
unit test must not force a maven repository path #1574
2017-06-05 05:49:43 -07:00
olivier lamy
16f441541b
unit test must not force a maven repository path #1574
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-05 21:29:59 +10:00
Greg Wilkins
80e964ef35
Issue #1468 Configure PKIX Revocation Checker for SslContextFactory
2017-06-01 13:58:07 +02:00
Jan Bartel
9e44508cda
Merge pull request #1584 from olamy/bugfix/infinispan_doco_typo
...
fix typo in session-configuration-infinispan documentation #1583
2017-06-01 10:05:32 +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
Joakim Erdfelt
0f98e607e8
Issue #1514 - fixing bad websocket dump output
2017-05-31 13:36:27 -07:00
Joakim Erdfelt
8ca70c691c
Issue #1569 - relaxing WebSocketPolicy.setMax*MessageSize checks
...
+ Allow setting of the max (binary|text) message size to -1 to
have unconstrained message sizes.
+ Disconnect message size from buffer size in JSR356 Session calls
2017-05-31 13:06:36 -07:00
Joakim Erdfelt
8d21193931
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2017-05-31 06:11:57 -07:00
Joakim Erdfelt
08082f7509
Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x
2017-05-31 06:11:34 -07:00
Joakim Erdfelt
2b93c4ecd9
Fixing PathResource.toString() duplicate
2017-05-30 13:31:09 -07:00