Simone Bordet
ec254cd165
399324 - HttpClient does not handle correctly UnresolvedAddressException.
2013-01-28 23:45:44 +01:00
Simone Bordet
40621f0300
Added test that connects to an external website that exposes a non-HTTP protocol such as SSH.
2013-01-28 23:45:44 +01:00
Simone Bordet
9ba1069383
399319 - Request.getURI() may return negative ports.
2013-01-28 23:45:44 +01:00
Jesse McConnell
1f35b72d54
[Bug 381351] defaults for keymanager and trustmanager come from their factories and not hardcoded
2013-01-28 16:25:21 -06:00
Jesse McConnell
a086451bc7
[Bug 393933] remove deprecated classes/methods and consolidate some static methods to SslContextFactory
2013-01-28 16:15:34 -06:00
Jesse McConnell
06563d01b3
[Bug 393933] remove http's ssl context factory, it is in util
2013-01-28 15:04:21 -06:00
Jesse McConnell
13fd8bc184
[Bug 370384] jetty-aggregate not used in jetty-distribution
2013-01-28 12:45:12 -06:00
Jesse McConnell
a84f52d037
update jetty-maven-plugin to 1.7 compiler plugin (remove 1.5 actually)
2013-01-28 12:17:14 -06:00
Simone Bordet
7c53c317ae
Fixed DeferredContentProvider race condition.
...
HttpSender was setting the listener for asynchronous content before its own state was properly setup.
This was causing race conditions, where a thread could notify HttpSender and find null data members causing later NPEs.
Now the listener is set after the state is setup, removing the race condition.
2013-01-28 17:32:22 +01:00
Simone Bordet
1737669df4
399242 - Reduce/eliminate false sharing in BlockingArrayQueue.
...
Now head and tail are stored in an array, spaced by empty elements to avoid false sharing.
2013-01-28 12:32:03 +01:00
Jan Bartel
497acc8555
399132 check parent dir of session store against file to be removed
2013-01-27 10:18:27 +11:00
Jesse McConnell
2cbb630f8e
Merge branch 'jetty-8'
2013-01-25 16:53:46 -06:00
Jesse McConnell
f16fc7e7b7
Merge branch 'jetty-7' into jetty-8
2013-01-25 16:53:18 -06:00
Jesse McConnell
1a31067369
Add note about getCanonicalFile check and fix IdleSession test in test hash sessions
2013-01-25 16:25:59 -06:00
Jesse McConnell
b3043276bc
add corresponding correct file removal check
2013-01-25 16:12:08 -06:00
Jesse McConnell
a7c074a86c
merge from jetty-8
2013-01-25 15:32:08 -06:00
Jesse McConnell
4bed164462
Merge branch 'jetty-7' into jetty-8
2013-01-25 15:31:13 -06:00
Jesse McConnell
111bd19634
doh, header
2013-01-25 15:30:59 -06:00
Jesse McConnell
d8a3b76862
Merge branch 'jetty-7' into jetty-8
2013-01-25 15:24:41 -06:00
Jesse McConnell
d4568feba6
[Bug 399132] check parent dir of session store against file to be removed
2013-01-25 15:22:16 -06:00
Joakim Erdfelt
7adc77a5d5
Adding -tests classifier artifacts to deploy/release to aide in quickstart documentation
2013-01-25 12:19:17 -07:00
Joakim Erdfelt
3975ae74cb
Moving test from jetty-parent to jetty-client module
2013-01-25 12:06:17 -07:00
Joakim Erdfelt
a82ed7a954
re-enabling jetty-all aggregate for release process
2013-01-25 11:36:45 -07:00
Jesse McConnell
fe33b53f0d
Merge branch 'jetty-8'
2013-01-25 11:38:37 -06:00
Jesse McConnell
368d7bbb72
Merge branch 'jetty-7' into jetty-8
2013-01-25 11:35:11 -06:00
Jesse McConnell
c00e8d0283
Add analystics to aggregate javadoc profile (so it only targeted on actual release deployment.)
2013-01-25 11:26:25 -06:00
Jan Bartel
4454a83bb4
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2013-01-25 14:33:56 +11:00
Jan Bartel
ae644581dd
Port jetty-client IdleTimeoutTest to jetty-9
2013-01-25 14:33:09 +11:00
Greg Wilkins
58cb925baf
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2013-01-25 13:54:58 +11:00
Greg Wilkins
5435cd3365
385306 added getURI method
2013-01-25 13:52:32 +11:00
Jan Bartel
1843976b30
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2013-01-25 13:22:40 +11:00
Jan Bartel
efd19398f3
381689 Allow jetty-runner to specify listen host along with listen port
2013-01-25 13:21:56 +11:00
Greg Wilkins
4a1a4700c3
382237 support non java JSON classes
2013-01-25 12:28:54 +11:00
Greg Wilkins
7fd04a186f
cleanup after merge
2013-01-25 11:47:47 +11:00
Greg Wilkins
eb5bc1c0a7
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2013-01-25 11:46:16 +11:00
Greg Wilkins
ff350c3740
Merge remote-tracking branch 'origin/jetty-8'
...
Conflicts:
jetty-client/src/main/java/org/eclipse/jetty/client/BlockingHttpConnection.java
jetty-servlets/src/main/java/org/eclipse/jetty/servlets/GzipFilter.java
jetty-servlets/src/main/java/org/eclipse/jetty/servlets/gzip/AbstractCompressedStream.java
jetty-servlets/src/test/java/org/eclipse/jetty/servlets/gzip/GzipTester.java
2013-01-25 11:46:03 +11:00
Jan Bartel
a36c55d7a0
Update instructions for test-spec webapp
2013-01-25 11:28:40 +11:00
Jan Bartel
0306d9b532
Make jetty-annotations.xml include plus config
2013-01-25 11:26:29 +11:00
Jan Bartel
16ef1cbd74
Update deployment instructions for test-jndi webapp
2013-01-25 11:09:19 +11:00
Jan Bartel
10ae37566f
Remove unneeded TagLibConfiguration, fix args to WebAppProvider in jetty-plus.xml
2013-01-25 11:06:01 +11:00
Jan Bartel
503f292172
Fix typo in start.ini comments and switch ordering of jetty-plus.xml and jetty-annotations.xml
2013-01-25 10:54:25 +11:00
Greg Wilkins
3c6deaf83c
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2013-01-25 09:43:57 +11:00
Greg Wilkins
c9d026703f
removed System.outs
2013-01-25 09:42:51 +11:00
Simone Bordet
29d2854027
397769 - TimerScheduler does not relinquish cancelled tasks.
...
Now the scheduler submits itself as a task that runs every second to purge the task queue.
2013-01-24 16:06:20 +01:00
Simone Bordet
6980a8d9d2
398872 - SslConnection should not be notified of idle timeouts. First solution. Merge branch 'ssl_idle_timeout_ignored'.
2013-01-24 10:32:31 +01:00
Simone Bordet
2ba64a59e6
Made the test more reliable.
2013-01-24 10:32:05 +01:00
Simone Bordet
b2f3852fb3
398872 - SslConnection should not be notified of idle timeouts. First solution.
2013-01-24 10:29:27 +01:00
Greg Wilkins
fd25e3a742
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
...
Conflicts:
jetty-servlets/src/test/java/org/eclipse/jetty/servlets/gzip/GzipTester.java
2013-01-24 14:30:45 +11:00
Greg Wilkins
161a14d9d0
381521 Only set Vary header when content could be compressed
2013-01-24 14:07:25 +11:00
Joakim Erdfelt
de0d5acdb9
Bumping up jetty-version-maven-plugin to 1.0.9
2013-01-23 13:59:21 -07:00