WalkerWatch
83d99159f6
First pass of Chapter 8 cleanup.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-11 17:49:59 -04:00
Joakim Erdfelt
c55c78d658
Merge pull request #711 from WalkerWatch/jetty-9.3.x
...
Chapter 7 clean up, prose fix.
2016-07-11 14:28:19 -07:00
WalkerWatch
aa6685e1f8
Chapter 7 clean up, prose fix.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-11 16:45:23 -04:00
Joakim Erdfelt
bc9007a9ed
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-07-11 10:32:33 -07:00
Joakim Erdfelt
8efc07ae1d
Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x
2016-07-11 10:32:11 -07:00
Joakim Erdfelt
596e372c7a
Fixes #687 - Normalizing resolved symlinks
2016-07-11 10:31:07 -07:00
Joakim Erdfelt
7f5213e668
Merge pull request #707 from WalkerWatch/jetty-9.3.x
...
Chapter 6 fixes, removal of Quickstart pieces for #679 .
2016-07-08 13:56:20 -07:00
WalkerWatch
ced94f0eb8
Chapter 6 fixes, removal of Quickstart pieces for #679 .
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-08 16:37:54 -04:00
Joakim Erdfelt
66dfe7a5c2
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-07-08 08:45:39 -07:00
Joakim Erdfelt
8c918526cb
Adding logos
2016-07-08 08:45:26 -07:00
Joakim Erdfelt
369a105524
Issue #695 - Flagging with method level @Deprecated for improved IDE experience
2016-07-08 08:38:43 -07:00
Joakim Erdfelt
8ff7bdfda6
Merge pull request #703 from WalkerWatch/jetty-9.3.x
...
Resolves #701
2016-07-08 08:12:10 -07:00
WalkerWatch
e4807076b2
Resolves #701
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-08 10:47:49 -04:00
Greg Wilkins
16c43727bf
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-08 21:19:53 +10:00
Greg Wilkins
adf3281ba8
Issue #696 Improve testing of LocalConnector
...
Fixed some races in the implementation
2016-07-08 21:15:36 +10:00
Greg Wilkins
0d74658ab6
fixed bad tests
2016-07-08 13:37:41 +10:00
Jan Bartel
5b5c8c3791
Issue #282
2016-07-08 13:23:00 +10:00
Joakim Erdfelt
461adb8dd3
Merge pull request #699 from WalkerWatch/jetty-9.3.x
...
Updates to Intro, Chapter 5 and ResourceHandler example for #687 .
2016-07-07 15:18:38 -07:00
Joakim Erdfelt
5c6e271b2c
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-07-07 13:43:01 -07:00
WalkerWatch
db9a8dc962
Updates to Intro, Chapter 5 and ResourceHandler example for #687 .
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-07 16:34:58 -04:00
Joakim Erdfelt
172ee4266c
Merge pull request #697 from WalkerWatch/jetty-9.3.x
...
Chapter 4 updates and corrections.
2016-07-07 09:49:42 -07:00
WalkerWatch
f73423be9c
Chapter 4 updates and corrections.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-07 12:41:14 -04:00
Joakim Erdfelt
602222182c
Merge branch 'jetty-9.3.x' of github.com:eclipse/jetty.project into jetty-9.3.x
2016-07-07 09:12:09 -07:00
Joakim Erdfelt
a6276c3017
Issue #687 - Adding AllowSymLinkAliasCheckerTest
...
+ Replicated, in test case form, the example present in the
filed issue. All tests pass.
2016-07-07 09:11:19 -07:00
Greg Wilkins
5d77bb4d8f
fixed bad unit test
2016-07-08 00:30:53 +10:00
Greg Wilkins
4ca62d8995
updated starvation test for extra low resources thread
2016-07-08 00:12:04 +10:00
Greg Wilkins
e38ec83de9
Issue #695 use the getResponse methods
2016-07-07 18:13:44 +10:00
Greg Wilkins
a40002bd74
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-07 16:37:45 +10:00
Greg Wilkins
183e3acabb
Issue #695 improve getResponse methods
2016-07-07 16:36:46 +10:00
Jan Bartel
15b5920349
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-07 15:13:27 +10:00
Jan Bartel
7afc36064b
Issue #678
2016-07-07 15:12:32 +10:00
Jan Bartel
6b778f9f0e
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-07 14:32:18 +10:00
Jan Bartel
008912fd5e
Issue #658
...
Add setter to control using memcached heartbeats.
2016-07-07 14:04:51 +10:00
Greg Wilkins
8675c17d92
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-07 11:46:38 +10:00
Joakim Erdfelt
650db59e69
Fixes #693 - QoSFilterTest failures are not capture by junit
...
+ Switching from Workers from Runnables to Callables
+ Using ExecutorService to execute Workers
+ Using Futures to report exceptions in Workers to the junit
Test Runner
2016-07-06 16:27:31 -07:00
Greg Wilkins
322fe73869
Suppress stacks during sweeper test
2016-07-07 08:32:36 +10:00
Joakim Erdfelt
8a12915dac
Fixing surefire random run definition
2016-07-06 11:26:54 -07:00
Joakim Erdfelt
d616f43cea
Merge pull request #691 from WalkerWatch/jetty-9.3.x
...
Chapter 2 and 3 updates.
2016-07-06 11:16:38 -07:00
WalkerWatch
c96e58fa37
Chapter 2 and 3 updates.
...
Signed-off-by: WalkerWatch <ctwalker@gmail.com>
2016-07-06 14:00:50 -04:00
Greg Wilkins
c9e6141844
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-06 16:47:58 +10:00
Greg Wilkins
fc36e45795
Support UNC paths in PathResource #669
...
Also-by: Marco Signorini <m.signorini@iontrading.com>
Signed-off-by: Greg Wilkins <gregw@webtide.com>
2016-07-06 16:46:22 +10:00
Greg Wilkins
5b50e41e7e
Issue #687
...
Alias should be absolute not relative
2016-07-06 16:46:22 +10:00
Jan Bartel
2326c5f855
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-06 13:43:06 +10:00
Jan Bartel
c913bc7150
Issue #690
2016-07-06 13:41:59 +10:00
Greg Wilkins
cc842aff2b
Issue #689 disable http2 draft versions
2016-07-06 13:17:50 +10:00
Greg Wilkins
0c0ed00747
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-06 12:16:01 +10:00
Greg Wilkins
f058054cbe
Issue #644 Modules for logging
...
Added slf4j-jul
2016-07-06 12:14:22 +10:00
Jan Bartel
0d0b1ace5c
Issue #658
...
Print out the memcached host and port being used.
2016-07-06 12:05:32 +10:00
Greg Wilkins
5af61cfc38
fix #685 SecureRequestCustomizer SslSession attribute
2016-07-06 11:55:41 +10:00
Jan Bartel
44e95a2fcd
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-05 18:01:13 +10:00