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
0a19c13570
Issue #1014
2016-10-19 14:11:16 +11: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
de7bdf2b94
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-10-17 15:34:56 +02:00
Simone Bordet
f305bf8a2d
Made the test more robust.
2016-10-17 15:34:08 +02:00
Greg Wilkins
8f522dcb2c
fixed bad merge
2016-10-17 12:23:19 +11:00
Greg Wilkins
81d98407a4
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-10-17 12:01:45 +11:00
Greg Wilkins
6adfc324ad
remove blockfor #1009
2016-10-17 11:43:58 +11:00
Greg Wilkins
02309d3510
Issue #984 Improve module listing
...
Updated CSV operator
2016-10-17 11:39:10 +11:00
Joakim Erdfelt
ade14ba34b
Updating to version 9.3.14-SNAPSHOT
2016-10-14 11:33:51 -07:00
Joakim Erdfelt
c3a78e70a8
Updating to version 9.3.13.v20161014
2016-10-14 10:39:37 -07:00
Joakim Erdfelt
6c3c24e7dd
Updating jetty-version-maven-plugin declaration
2016-10-14 10:34:18 -07:00
Joakim Erdfelt
7a2548ea72
Fixing script
2016-10-14 10:33:33 -07:00
Jan Bartel
18693074de
Issue #1007
2016-10-14 15:53:52 +11:00
Greg Wilkins
b11757a1e2
Issue #984 Improve module listing
...
Fixed cycle in logging from gcloud datastore
2016-10-14 15:42:12 +11:00
Greg Wilkins
cb74cb8c1f
fixed racew in unit test
2016-10-14 15:40:11 +11:00
Denis Bardadym
8eb56edc8a
Fix typo in DefaultServlet ( #988 )
...
Fixes #952
Signed-off-by: Denis Bardadym <bardadymchik@gmail.com>
2016-10-14 14:18:16 +11:00
Greg Wilkins
9bbd191a69
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-10-14 13:59:52 +11:00
Greg Wilkins
937a2d44f7
LSB Tags #926
2016-10-14 13:58:20 +11:00
SimonDallaway
51567be439
fix for userRdnAttribute value != username
...
Signed-off-by: SimonDallaway <simon.dallaway@datacom.co.nz>
2016-10-14 13:20:04 +13:00
Greg Wilkins
68e86e4d4e
Deprecated Modules #1003
...
Added deprecated.properties file to provide more details of deprecated modules
2016-10-14 10:48:51 +11:00
Greg Wilkins
d9c2352966
Issue #984 Improve module listing
...
improved logging of file copies
renamed stderrout-logging to stderrout-capture
2016-10-14 10:17:39 +11:00
Greg Wilkins
91f708b9f6
Issue #984 Improve module listing
...
Use stderrout-logging for jcl-impl
2016-10-14 08:26:41 +11:00
Greg Wilkins
cfed44fa7d
Issue #984 Improve module listing
...
Made jul-impl a dependency of logging-jul
2016-10-14 08:18:15 +11:00
Greg Wilkins
f47cc6cbc9
fixed racew in unit test
2016-10-14 08:13:59 +11:00
Simone Bordet
7e2f991cc4
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-10-13 11:59:02 +02:00
Simone Bordet
12e907d162
Fixes #999 - Create a Flight Recorder module.
2016-10-13 11:57:37 +02:00
Greg Wilkins
c7b833c595
Issue #984 Improve module listing
...
Changed |= to ?= for optional property set
2016-10-13 16:37:24 +11:00
Greg Wilkins
fa3603a739
Issue #984 Improve module listing
...
Logback file handler
2016-10-13 16:37:24 +11:00
Greg Wilkins
0966036fbc
Issue #984 Improve module listing
...
Fixed server classes property
2016-10-13 16:37:24 +11:00
Greg Wilkins
d5a4f0f6d4
Issue #984 Improve module listing
...
Simplified start.jar ini mechanism
updated logging modules to have file handlers
2016-10-13 16:37:24 +11:00
Greg Wilkins
438ecb8dc3
code cleanup
2016-10-13 16:37:24 +11:00