Commit Graph

14403 Commits

Author SHA1 Message Date
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 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
Simone Bordet 5d6bda39b6 Cleaned up test logging levels. 2017-04-12 12:27:03 +02:00
Simone Bordet 2dce90c98d Improved handling of asynchronous failures. 2017-04-12 12:21:08 +02:00
Greg Wilkins 3359db09bb Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-04-12 16:55:50 +10:00
Greg Wilkins 6a10b4272b Issue #1463 2017-04-12 16:55:31 +10:00
Greg Wilkins b6b451a988 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-04-12 14:56:47 +10:00
Greg Wilkins 23a9c6c1be Issue #1463 2017-04-12 14:54:18 +10:00
Jan Bartel 8885f24ccb Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-04-12 11:26:09 +10:00
Jan Bartel daafc8fed1 Issue #877
Add test case
2017-04-12 11:08:07 +10:00
Greg Wilkins c4f2be4cfa Issue #1454 convenience methods 2017-04-11 10:09:33 +10:00
Jan Bartel 582b974e8e Merge pull request #1451 from mbooth101/ebz512807
Make the requirement on "osgi.serviceloader.registrar" optional
2017-04-10 16:40:33 +10:00
WalkerWatch eeb1ad5b7f Updated documentation. Resolves #1447
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2017-04-06 13:40:40 -04:00
Joakim Erdfelt 9e2aeda052 Updating to version 9.3.19-SNAPSHOT 2017-04-06 07:47:53 -07:00