olivier lamy
4ce42c19ec
unit test must not force a maven repository path #1574
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:10:23 -07:00
Joakim Erdfelt
806dff64f3
Issue #1590 - Revert Java 8 class usage back to Java 7 limits
2017-08-08 09:10:22 -07:00
Greg Wilkins
c8cd6629d9
Issues #1513 #1515
...
Fixed and tested backup file
2017-08-08 09:10:21 -07:00
Greg Wilkins
675889a993
Issues #1513 #1515
...
Fixed removed of old files.
Added test to check file handling
2017-08-08 09:10:21 -07:00
Greg Wilkins
4d8987459d
Fixed #1513 paranoid cleanup
2017-08-08 09:10:20 -07:00
Greg Wilkins
01be856663
Fixed #1513 back ported some 9.4 changes
2017-08-08 09:10:19 -07:00
Greg Wilkins
6f0cb033e7
Fixed #1513 sync shared timer
2017-08-08 09:10:18 -07:00
Greg Wilkins
15cad7379d
Issue #1507
2017-08-08 09:10:17 -07:00
Joakim Erdfelt
2d24922383
Issue #1469 - conforming to java.util.Timer quirks
2017-08-08 09:10:16 -07:00
Joakim Erdfelt
7b8e3bf47c
Eliminate time creep in RFOS
2017-08-08 09:10:16 -07:00
Joakim Erdfelt
b0bead2bc0
Fixes #1357 - Refactored date/time handling and added tests for RolloverFileOutputStream
2017-08-08 09:10:15 -07:00
Greg Wilkins
189cc4e369
Issue #1468 Configure PKIX Revocation Checker for SslContextFactory
2017-08-08 09:10:14 -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
f8236e0270
Updating to version 9.3.21-SNAPSHOT
2017-08-08 09:10:05 -07:00
Joakim Erdfelt
a7bcac6d75
Updating to version 9.3.20.v20170531
2017-08-08 09:07:35 -07:00
Joakim Erdfelt
796da084b4
Issue #1625 - Support new IANA declared websocket close status codes
2017-08-08 08:49:58 -07:00
Joakim Erdfelt
af4962f842
Issue #1605 - common executor and bufferpool for jsr356 client
2017-08-08 08:49:57 -07:00
Joakim Erdfelt
0de3673132
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-08-08 08:49:57 -07:00
Joakim Erdfelt
5b72d8a733
Issue #1604 - WebSocketContainer stop is now smarter
2017-08-08 08:49:56 -07:00
Joakim Erdfelt
ab98caafbb
Issue #1603 - fixing NPE in WebSocketServerFactory init
2017-08-08 08:49:55 -07: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
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
Joakim Erdfelt
6c89cebcbf
Merge remote-tracking branch 'origin/jetty-9.2.x' into jetty-9.3.x
2017-05-30 13:25:26 -07:00
Joakim Erdfelt
b318f1c6dd
Merge + Fixing formatting
2017-05-30 13:14:49 -07:00
Joakim Erdfelt
d42ff37e57
Fixing compile error
2017-05-30 13:13:28 -07:00
Greg Wilkins
ce67192399
Fixed determining mime type of `PathResource` based on its file name. ( #1532 )
2017-05-30 22:13:25 +02:00
Bernhard Haumacher
5e63c4db62
Fixed determining mime type of `PathResource` based on its file name. ( #1532 )
...
The result of `toString()` is expected to be the path name of a Resource. This is used for determining the mime type based on the file name extension in `org.eclipse.jetty.server.ResourceCache.Content`. Without a custom `toString()` implementation, no mime type can be determined for a resource. This problem does no longer exist in current Jetty, since `PathResource` has vanished.
2017-05-30 21:51:31 +02:00
Christoph Dreis
e9f398cf41
Deprecate ConcurrentHashSet ( #1570 )
...
Signed-off-by: dreis2211 <christoph.dreis@freenet.de>
2017-05-30 21:46:11 +02:00
Joakim Erdfelt
355f4ed7f3
Removing redundant new URI
2017-05-30 12:16:10 -07:00
Joakim Erdfelt
ae496051de
Fixing confusing wss -> https case
2017-05-30 12:15:01 -07:00
WalkerWatch
c9c284f432
Sessions doco update
2017-05-30 10:14:27 -04:00
Greg Wilkins
98970f973c
Fixed #1579 forgiving of bad quality CSV
2017-05-30 10:19:14 +02:00
Greg Wilkins
cb84946467
Fixed #1579 forgiving of bad quality CSV
2017-05-30 10:14:12 +02:00
Greg Wilkins
50500ac99d
Issue #1568 handle query strings with encoded characters
2017-05-24 23:03:22 +02:00
Greg Wilkins
78280d0595
Issue #1568 handle query strings with encoded characters
2017-05-24 09:22:16 +02:00
Joakim Erdfelt
4731470188
Issue #1568 - fixing accidental NPE with no query
2017-05-23 11:59:39 -07:00
Joakim Erdfelt
296050dfc4
Issue #1568 - Fixing improper query encoding in WebSocket ServletUpgradeRequest
2017-05-23 10:32:22 -07:00
Jan Bartel
79883c739d
Merge pull request #1545 from olamy/bugfix/1520
...
PropertyUserStore should extract packed config file #1520
2017-05-23 11:51:48 +02:00
Greg Wilkins
971044fe31
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2017-05-22 23:35:04 +02:00
Greg Wilkins
0d316345ad
StopLifeCycle utility class
2017-05-22 23:34:24 +02:00
Greg Wilkins
33e2f89ccb
Fix #1567
2017-05-22 21:13:00 +02:00
Joakim Erdfelt
b32f652d7c
Issue #1536 adding missing artifacts
2017-05-22 10:33:01 -07: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
WalkerWatch
8eb3b997de
Removed deprecated [name] section
2017-05-22 12:18:48 -04:00