13726 Commits

Author SHA1 Message Date
Joakim Erdfelt
93741c32a8 Merge branch 'jetty-9.4.x' 2016-10-19 16:17:36 -07:00
Joakim Erdfelt
167f6c8d23 Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-10-19 16:17:25 -07:00
Joakim Erdfelt
0162140e09 Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-10-19 16:16:59 -07:00
Greg Wilkins
6bc8717053 Improve logging modules and listing #984
Trim provider list and accept as default if only 1 available
2016-10-20 10:06:52 +11:00
Joakim Erdfelt
91cbb067f8 Limiting jacoco reports to only org.eclipse.jetty classes 2016-10-19 14:36:59 -07:00
Joakim Erdfelt
4dfd3fad73 Fixing log4j.properties -> log4j.xml 2016-10-19 14:24:54 -07:00
Joakim Erdfelt
15d00767a5 Using ${jetty.logging.dir} consistently 2016-10-19 14:23:54 -07:00
Joakim Erdfelt
d1d3996bf5 Merge pull request #1005 from SimonDallaway/LdapLoginModule
fix for userRdnAttribute value != username
2016-10-19 14:08:54 -07:00
Joakim Erdfelt
b459c4118b Using new recommended timeout() syntax 2016-10-19 13:15:39 -07:00
Joakim Erdfelt
54db1f48db Merge pull request #1012 from WalkerWatch/issues/modlisting
Issue #984 documentation updates.
2016-10-19 13:09:47 -07:00
Joakim Erdfelt
883c32994f Merge pull request #996 from WalkerWatch/issues/644
Issue #644 Documentation updates
2016-10-19 13:09:37 -07:00
Joakim Erdfelt
acd632b204 Merge branch 'shauway-jetty-9.3.x-docs-ssl' into jetty-9.3.x 2016-10-19 13:08:47 -07:00
Joakim Erdfelt
c512c3167a Merge branch 'jetty-9.3.x-docs-ssl' of git://github.com/shauway/jetty.project into shauway-jetty-9.3.x-docs-ssl 2016-10-19 13:08:20 -07:00
Simone Bordet
a62e0968d5 Merged branch 'jetty-9.4.x' into 'master'. 2016-10-19 20:47:59 +02:00
WalkerWatch
7ddc679a6e Issue #644 Documentation updates
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-10-19 14:47:55 -04:00
Simone Bordet
c6ac3c8c39 Removed unnecessary files. 2016-10-19 20:46:59 +02:00
Joakim Erdfelt
36d75d4c4f Merge branch 'jetty-9.4.x' 2016-10-19 10:59:28 -07:00
Joakim Erdfelt
0651b3fa20 Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-10-19 10:59:09 -07:00
Joakim Erdfelt
52e81a5ef8 Merge branch 'jetty-9.2.x' into jetty-9.3.x 2016-10-19 10:56:49 -07:00
WalkerWatch
1e6db80f91 Issue #984 documentation updates.
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-10-19 13:27:26 -04:00
Joakim Erdfelt
d9054d24b3 Issue #984 - minor cleanup, consistency across all modules
+ Also correcting filename jcl-simple-impl.mod
2016-10-19 10:25:44 -07:00
Joakim Erdfelt
c3a07945cc Adding more reports to build 2016-10-19 10:07:26 -07:00
Simone Bordet
dfc332bc14 Initial draft of the migration guide. 2016-10-19 19:05:15 +02:00
Joakim Erdfelt
91e5fb2ce5 Adding jacoco report generation and publishing 2016-10-19 08:51:45 -07:00
Simone Bordet
6db48b2f02 Merged branch 'jetty-9.4.x' into 'master'. 2016-10-19 16:35:36 +02:00
Simone Bordet
ae228cc49a Removed deprecated [name] section from ALPN modules.
The [name] section was only needed when ALPN coexisted with NPN.
2016-10-19 16:34:24 +02:00
Simone Bordet
a5d4518f94 Improved error messages. 2016-10-19 16:32:16 +02:00
Simone Bordet
b2c62b648f Removed reference to jetty-logging.xml.
File jetty-logging.xml has been renamed to console-capture.xml,
but it's not needed anymore in jetty.conf.
2016-10-19 16:01:28 +02:00
Simone Bordet
d07d78066e Moved console-capture.xml from modules/console-capture/ to etc/.
This is needed to ease migrations from Jetty 9.3.x, that otherwise
won't be able to find that file.
Furthermore, it's a file that will be rarely modified, since it can
be tuned via properties in start.ini.
Finally, it needs to be in etc/ if it is to be referenced by jetty.conf.
2016-10-19 16:01:16 +02:00
Simone Bordet
582de49311 Improved error message for modules that are no longer available. 2016-10-19 15:56:28 +02:00
Simone Bordet
ae240b9c17 Fixed properties in *.mod and *.xml for module console-capture. 2016-10-19 11:44:13 +02:00
Simone Bordet
0e56cd4eb2 Fixed message formatting. 2016-10-19 11:36:21 +02:00
Greg Wilkins
05a968b6fb reverted accidental commit #984 2016-10-19 20:20:04 +11:00
Greg Wilkins
631437060b Improve logging modules and listing #984
Improved logging dependencies
2016-10-19 17:29:39 +11:00
Greg Wilkins
a32923b66e Improve logging modules and listing #984
added jul-slf4j
updated logging dependencies
2016-10-19 16:25:18 +11:00
Greg Wilkins
b82d4ee2fe Improve logging modules and listing #984
Avoid sorting all modules. Only sort enabled modules.  This allows for
cycles to exist within all modules, but they are only seen as a problem if they
actually enabled.
2016-10-19 16:25:18 +11:00
Greg Wilkins
08be6aca91 Improve logging modules and listing #984
renamed simple implementation modules.
2016-10-19 16:25:18 +11:00
Greg Wilkins
69a676036d Improve logging modules and listing #984
Improve usage text for property assignment
2016-10-19 16:25:18 +11:00
Greg Wilkins
a0a1c83964 Improve logging modules and listing #984
Use ERROR instead of WARN for fatal start problems
improved log formatting
2016-10-19 16:25:18 +11:00
Greg Wilkins
7bbfd618e3 Improve logging modules and listing #984
Used the term 'logging binding' instead of 'logging bridge'
2016-10-19 16:25:18 +11:00
Greg Wilkins
9cdfdf34a7 Improve logging modules and listing #984
renamed stderout-capture to console-capture
2016-10-19 16:25:18 +11:00
Jan Bartel
d04289e9c5 Merge remote-tracking branch 'origin/jetty-9.4.x' 2016-10-19 14:12:15 +11:00
Jan Bartel
0a19c13570 Issue #1014 2016-10-19 14:11:16 +11:00
Simone Bordet
b5e64a77af Merged branch 'jetty-9.4.x' into 'master'. 2016-10-17 19:24:58 +02:00
Simone Bordet
dc5edcac74 Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2016-10-17 19:24:37 +02:00
Simone Bordet
be93a1ff31 Fixes #292 - NPE in SslConnectionFactory newConnection.
ConnectionFactories may be added after the connector is started.
As such there is always the possibility that creating a new
connection fails because there is no available ConnectionFactory for
that protocol.

Rather than failing with an IllegalStateException instead of a
NullPointerException, we now check at connector start whether the
SslConnectionFactory is properly configured.
This should catch 99% of the cases, where the connector is
misconfigured, reporting the error earlier and explicitly
(connector does not start) rather later and hidden (connection cannot
 be created).
2016-10-17 19:14:01 +02:00
Simone Bordet
ad8bdde4f3 Code cleanup. 2016-10-17 18:51:28 +02:00
Joakim Erdfelt
d282fc67d2 Merge branch 'jetty-9.3.x' into jetty-9.4.x 2016-10-17 09:46:13 -07:00
Simone Bordet
f9e3c535d6 Issue #989 - InputStreamResponseListener.get() throws with HTTP/2 following redirect.
Added test case, but it passes cleanly.
2016-10-17 15:46:43 +02:00
Simone Bordet
39f47244fa Merged branch 'jetty-9.4.x' into 'master'. 2016-10-17 15:36:32 +02:00