Jan Bartel
f9e9fd645d
Issue #1510
2017-04-27 12:47:51 +02:00
Greg Wilkins
776fd3e947
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2017-04-27 10:59:04 +02:00
Greg Wilkins
118652e985
Issue #1507
2017-04-27 10:57:55 +02:00
Jan Bartel
cbc3e7cc18
Issue #1508
2017-04-27 10:12:39 +02:00
Simone Bordet
17caad898b
Fixes #1506 - Make HttpChannels recycling configurable for HTTP/2.
2017-04-26 21:10:34 +02:00
Joakim Erdfelt
0195812f18
Disabling more flaky tests that are fixed in issue-207 branch
2017-04-26 11:34:57 -07:00
WalkerWatch
10bab0f1c2
Small documentation update
2017-04-26 13:09:53 -04:00
Joakim Erdfelt
f2dce2944a
Fixing build: [WARNING] Unable to locate Source XRef to link to
2017-04-26 08:51:54 -07:00
Joakim Erdfelt
240b82be70
Disabling currently flaky tests that are fixed in issue-207 branch
2017-04-26 08:45:59 -07:00
Greg Wilkins
5e5d650b05
Issue #1500
2017-04-26 16:02:18 +02:00
Greg Wilkins
fe173454e1
Fixed #1500
2017-04-26 15:38:18 +02:00
Greg Wilkins
9e65d1ebcb
Issue #1505
...
* minor cleanups of ClasspathPattern
* defined jetty.home.uri and jetty.base.uri in start.jar and webapp configuration properties
* minor cleanup of start.jar property handling (more needed)
* updated location classpathpatterns in modules
2017-04-26 14:54:37 +02:00
Greg Wilkins
a3ace98a8d
Issue #1448
...
Optimized excluded by name handling
2017-04-26 13:50:58 +02:00
Joakim Erdfelt
6ca9bacee6
Issue #1448 - Eliminating Resource creation from TypeUtil.getLoadedFrom()
...
+ Replaced with URI TypeUtil.getLocationOfClass(Class clazz)
+ and File TypeUtil.getLocationOfClassAsFile(Class clazz)
+ This is done to eliminate extraneous "new URL" and "URI.toURL" calls
that can trigger URL Stream Handler creation and initialization
which is the cause of the StackOverflowError
2017-04-26 13:43:35 +02:00
Simone Bordet
8c26eddbc6
Fixes #1504 - Improve defaults for HTTP/2 flow control.
...
Defaults are now 16/8 MiB on the client, and 1/0.5 MiB on the server
for session/stream.
2017-04-26 10:43:54 +02:00
Joakim Erdfelt
4c5dd93b30
Issue #1502 - Changing WSUF target creation used by PathMappings match
2017-04-24 16:08:37 -07:00
Joakim Erdfelt
5e4853e177
Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x
2017-04-24 12:43:09 -07:00
Joakim Erdfelt
e5b5a3c4ee
Issue #1500 - adding testcase
2017-04-24 12:42:57 -07: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
Simone Bordet
8af0d153e0
Updated version to correct value.
2017-04-24 18:42:19 +02:00
Simone Bordet
99e5b118bd
Fixes to make code compatible with JDK 9.
2017-04-24 11:04:05 +02:00
Simone Bordet
20ac0dbb76
Code cleanup.
2017-04-24 11:04:05 +02:00
Joakim Erdfelt
c460d804dd
Merge pull request #1495 from olamy/feature/bom_9_4_x
...
update bom with new 9.4 modules
2017-04-21 05:59:28 -07:00
Simone Bordet
de7c146bd7
Fixes #1235 - DNS lookup in newSSLEngine(InetSocketAddress address).
2017-04-21 11:29:10 +02:00
Simone Bordet
f28a777662
Fixes #1404 - Jetty 9.4.2 does not support constructors with varargs in XML config files.
...
The issue was caused by a missing @Name annotation on the "protocols" parameter.
2017-04-21 11:06:49 +02:00
Greg Wilkins
63ff4af6b8
improved unit test
2017-04-21 15:21:04 +10:00
olivier lamy
a3f77a127c
update bom with new 9.4 modules
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-04-21 14:37:48 +10:00
Greg Wilkins
68c7a1d960
Fixes #1494
...
Converted dependencies from a Set to a List, so the order of dependencies
can be used to help select between multiple provides. More specifically,
stop an unordered Set allowing one dependency to trigger a default provider
when an earlier specified dependency enables a specific provider.
2017-04-21 14:26:28 +10:00
Joakim Erdfelt
a584646c82
Merge pull request #1491 from olamy/bugfix/remove_syserr_println
...
prefer LOG.debug to System.err.println
2017-04-20 20:34:09 -07:00
Greg Wilkins
8aa64949c2
Fixes #1492
...
ini properties should be overridable
2017-04-21 13:25:52 +10:00
Greg Wilkins
29a26c76a2
Fixes #1493
2017-04-21 13:25:18 +10:00
olivier lamy
970cec230b
prefer LOG.debug to System.err.println
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-04-21 11:44:50 +10:00
Joakim Erdfelt
a654c7c9e5
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
...
Conflicts:
pom.xml
2017-04-20 18:33:07 -07:00
Joakim Erdfelt
874662fe4a
Issue #1475 - retain encoded form of path
2017-04-20 09:00:48 -07:00
Joakim Erdfelt
803542c485
Merge pull request #1430 from olamy/feature/bom-artifact
...
#1348 add BOM artifact
2017-04-20 06:19:08 -07:00
Joakim Erdfelt
2f870b0923
Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x
2017-04-20 06:13:47 -07:00
Jan Bartel
e1bd46023e
Issue #1481
...
Fix bug
2017-04-20 18:10:34 +10:00
Jan Bartel
193c427a52
Merge pull request #1488 from olamy/feature/1481
...
Add convenient method to add user to Realm
2017-04-20 16:05:57 +10:00
olivier lamy
9f3841d8e0
fix after review
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-04-20 15:41:26 +10:00
olivier lamy
626327fa67
add as simple unit test #1481
2017-04-20 15:03:04 +10:00
olivier lamy
6a88e13b3a
make those methods public for external use
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-04-20 15:03:04 +10:00
olivier lamy
99a98127cd
#1481 HashLogin has now a setter to configure the UserStore implementation to use
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-04-20 15:03:04 +10:00
olivier lamy
a2f89f2bf9
implementation for #1481
...
Add a new base class UserStore
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-04-20 15:03:04 +10:00
Greg Wilkins
6bb8f793a3
Fixed #1487 #1486
2017-04-20 14:32:54 +10:00
Greg Wilkins
02276974a8
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2017-04-20 13:19:28 +10:00
Greg Wilkins
2f04b0f869
Fix #1487
2017-04-20 11:38:28 +10:00
Joakim Erdfelt
9e15e01f36
Allowing URLStreamHandler test to exist in codebase, but not run in CI
2017-04-19 18:01:12 -07:00
Greg Wilkins
f5631a9f1b
Fix #1486
2017-04-20 09:38:50 +10:00
Joakim Erdfelt
9ce9832293
Issue #1480 - more testcase updates
2017-04-19 15:14:44 -07:00