14465 Commits

Author SHA1 Message Date
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
Greg Wilkins
a85da08fd4 Issue #1480 - Fixed single dot handling 2017-04-20 08:10:44 +10:00
Joakim Erdfelt
46b418b370 Merge pull request #1483 from tremes/weld_update_new
Update Weld & related versions in CDI module.
2017-04-19 12:57:36 -07:00
WalkerWatch
64fc778f30 Updating documentation pom.xml for Javadoc
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-19 15:40:31 -04:00
Joakim Erdfelt
f64b0409ff Issue #1480 - improving canonicalPath test cases 2017-04-19 12:16:42 -07:00
Joakim Erdfelt
ad2fe27303 Improving javadoc 2017-04-19 12:16:37 -07: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
e9138026f8 Merge branch 'release-9.4.4' into jetty-9.4.x 2017-04-19 10:50:20 -07:00
Tomas Remes
06fef36e83 Update Weld & related versions in CDI module
Signed-off-by: Tomas Remes <tremes@redhat.com>
2017-04-19 15:29:30 +02:00
Greg Wilkins
7e61570481 Issue #1480 Optimised canonicalPath implementation 2017-04-19 13:24:49 +10: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 jetty-9.4.4.v20170414 2017-04-14 13:20:17 -07:00
Joakim Erdfelt
19f28a5a8c Issue #1475 - some code cleanup 2017-04-14 13:03:17 -07:00
Joakim Erdfelt
e598f5da14 Issue #1475 - more tests for bad ContextHandler.logger creation 2017-04-14 12:53:25 -07:00
Joakim Erdfelt
ccfe579a55 Issue #1475 - SIOOBE in ContextHandler startup
+ Fixed ContextHandler logname creation to be more resilient to
  bad characters that are unsuitable for a log name
+ Corrected AbstractLogger condensePackageString() to be
  more resilient to bad characters and classname formatting
2017-04-14 12:04:18 -07:00
Jan Bartel
509f59c32d Issue #1472 2017-04-14 14:43:41 +10:00
Jan Bartel
2ba44ac058 Issue #1466 2017-04-14 14:07:36 +10:00
Joakim Erdfelt
68ff657c0b Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-04-13 09:07:58 -07:00
Joakim Erdfelt
399ff337c8 Issue #1469 - conforming to java.util.Timer quirks 2017-04-13 09:07:26 -07:00
Joakim Erdfelt
feeaa4b0a0 Removing erroneous 9.3.19-SNAPSHOT reference from VERSION.txt 2017-04-13 06:32:36 -07:00
Jan Bartel
70160c5b3f Issue #1467 2017-04-13 16:49:55 +10:00