Simone Bordet
61f6763a68
Removed example syntax leftovers.
2015-05-12 10:57:04 +02:00
Simone Bordet
1a2eca098a
Fixed XML's <Ref> elements to use refid instead of id.
2015-05-12 08:55:17 +02:00
Simone Bordet
eb024f2347
Updated DTD to version 9.3.
2015-05-12 08:54:31 +02:00
Joakim Erdfelt
72593955c9
467043 - WebSocketClient close codes on protocol violation reported as policy violation
...
+ Correcting onOpen and onMessage handling of throwables
to account for information from CloseException conditions.
2015-05-11 13:49:17 -07:00
Joakim Erdfelt
9261274699
Cleanup of toString() output
2015-05-11 13:29:54 -07:00
Joakim Erdfelt
d0251349c5
467036 - WebSocketClient fails to process immediate frames from server
...
+ Using Connection.UpgradeFrom and Connection.UpgradeTo with
client connections and endpoints too.
2015-05-11 13:28:58 -07:00
Simone Bordet
79a841da4b
Merged branch 'jetty-9.2.x' into 'master'.
2015-05-08 10:55:10 +02:00
Simone Bordet
f580cf72ac
Updated ALPN API to 1.1.1.v20150508.
2015-05-08 10:52:54 +02:00
Jan Bartel
fe0bbe8e2f
Add scavenge interval property to jdbc-sessions.mod
2015-05-08 14:03:16 +10:00
Greg Wilkins
f1f6c67acf
fixed typo
2015-05-08 13:29:39 +10:00
Greg Wilkins
3e0b95be4f
430951 Support SNI with ExtendedSslContextFactory
...
made ExtendedSslContextFactory work with non SNI keystore
2015-05-08 12:06:20 +10:00
Greg Wilkins
6428718962
457788 Powered By in o.e.j.util.Jetty conditional on sendServerVersion
...
moved conditional to HttpConfiguration
2015-05-08 09:44:19 +10:00
Greg Wilkins
df61317f84
466645 Allow XmlConfiguration Properties to use Elements or Attributes
...
implemented for Array and Map
2015-05-08 08:47:38 +10:00
Joakim Erdfelt
33f153073c
466774 - Update jetty-all module for Jetty 9.3
...
+ Switching from assembly plugin to shade plugin
to get added benefit of META-INF/services/ merging
+ Assembled jar also has fixed MANIFEST.MF to make
it more sane with regards to OSGi
+ Fixing licensing files included to use Eclipse licenses
in as-built jar file.
2015-05-07 14:15:04 -07:00
Joakim Erdfelt
b8b4c4deb7
466774 - Update jetty-all module for Jetty 9.3
...
+ Removed SPDY & NPN
+ Added HTTP/2 & ALPN
+ Added LICENSE.txt
+ Packaging is now pom (to make this module more maven friendly)
+ Jar is built using assembly plugin now
+ Assembled Jar is attached to module for install/deploy
Still need to work out META-INF/service/ merging
2015-05-07 12:30:47 -07:00
Greg Wilkins
e580f57d6e
466645 Allow XmlConfiguration Properties to use Elements or Attributes
...
implemented for New element
2015-05-07 20:15:24 +10:00
Jan Bartel
532b0019cc
466678 Make a .mod file for jdbc session management
2015-05-07 17:10:31 +10:00
Jan Bartel
310940287b
460297 Parameterize infinispan.mod
2015-05-07 16:30:27 +10:00
Greg Wilkins
5d041ad54f
466645 Allow XmlConfiguration Properties to use Elements or Attributes
2015-05-07 16:24:11 +10:00
Jan Bartel
dbf4b2d72d
466669 Add nosql.mod into jetty distro
2015-05-07 16:12:50 +10:00
Jan Bartel
e2c7499bae
466628 Improve IllegalStateException on ServletInputStream.setReadListener()
2015-05-07 14:24:08 +10:00
Joakim Erdfelt
e91d3dd18e
466647 - Add ${jetty.tag.version} property and expand URL properties
...
+ Add missing Props.expand(String) for:
* the --add-to-start(d) options
* the Module.hasFiles() method
2015-05-06 19:09:30 -07:00
Greg Wilkins
f4faf7cb37
remove etc/ketystore from jetty home in distro
2015-05-07 10:40:22 +10:00
Greg Wilkins
13c7fc3c38
move keystore to test config
2015-05-07 10:35:11 +10:00
Joakim Erdfelt
8ae1de727f
466648 - jetty-ssl download of keystore should be from tags, not master
...
+ Using new ${jetty.tag.version} from start.jar to use
an appropriate tag/branch/master for the download of
the keystore
2015-05-06 16:27:25 -07:00
Joakim Erdfelt
151df819af
466647 - Add ${jetty.tag.version} property and expand URL properties
...
+ Adding ${jetty.tag.version}
* If Implementation-Version is defined, then it will use it
* If Implementation-Version contains "-SNAPSHOT" then "master" is used
* If no Implementation-Version found, then it uses "master"
2015-05-06 16:23:47 -07:00
Joakim Erdfelt
77e42fb05a
Updating WebSocket JettyListenerEventDriver for new Listeners
...
+ Basing implementation on instances of WebSocketConnectionListener
+ Adding support for:
* WebSocketListener
* WebSocketPartialListener
* WebSocketPingPongListener
* WebSocketFrameListener
2015-05-06 15:49:25 -07:00
Joakim Erdfelt
8e7f05190d
466618 - Partial WebSocket Text delivery does not like incomplete UTF8 sequences
...
+ Adding implementation of Utf8PartialBuilder to JSR356 Endpoints
2015-05-06 15:49:25 -07:00
Joakim Erdfelt
744b9e4c62
466619 - Add WebSocketFrameListener for receiving WebSocket Frame information
...
+ Adding WebSocketFrameListener and example use case
2015-05-06 15:49:25 -07:00
Joakim Erdfelt
ecac4b4912
414479 - Add WebSocketPingPongListener for those that want PING/PONG payload data
...
+ Adding WebSocketPingPongListener and example case
2015-05-06 15:49:25 -07:00
Joakim Erdfelt
7e7b2e2950
420678 - Add WebSocketPartialListener to support receiving partial WebSocket TEXT/BINARY messages
...
+ Reworking WebSocketListener to be based on new
WebSocketConnectionListener
+ Adding new WebSocketPartialListener and example
2015-05-06 15:49:25 -07:00
Joakim Erdfelt
e801cf3374
466618 - Partial WebSocket Text delivery does not like incomplete UTF8 sequences
...
+ Adding alternative to Utf8StringBuilder that doesn't throw exception
on incomplete UTF8 sequences, specifically for partial message
handling
2015-05-06 15:49:25 -07:00
Greg Wilkins
dd7313ca82
replaced keystore
2015-05-07 08:44:56 +10:00
Greg Wilkins
37b4ba00b1
Merge remote-tracking branch 'origin/jetty-9.2.x'
2015-05-06 17:14:22 +10:00
Greg Wilkins
f4d6f49d2f
466329 Fixed local only TestFilter
2015-05-06 14:32:06 +10:00
Jan Bartel
2e9f46e5d8
457309 Add test to ensure GET and HEAD response headers same for gzip
2015-05-06 14:01:08 +10:00
Simone Bordet
170b1ad8d0
Merged branch 'jetty-9.2.x' into 'master'.
2015-05-05 16:08:56 +02:00
Simone Bordet
4573e20033
464292 - Implement stream-based transformer for AsyncMiddleManServlet.
...
Added boolean return value from transform(Source, Sink) so that the
implementation can optimize source-to-sink write in case of no
transformations.
2015-05-05 15:54:02 +02:00
Joakim Erdfelt
292d35dafd
Making testcase more resilient to FileSystem behavior
2015-05-04 10:34:05 -07:00
Simone Bordet
80f46432da
Updated example to show also pushed resources.
2015-05-04 12:33:10 +02:00
Simone Bordet
39591f3443
466283 - Support specifying ALPN protocols in HTTP2Client.
2015-05-04 12:33:10 +02:00
Simone Bordet
64033e0958
Improved toString().
2015-05-04 12:33:10 +02:00
Joakim Erdfelt
96d1e1df6e
Fixing javadoc
2015-05-01 15:30:26 -07:00
Joakim Erdfelt
4cbce1a627
Using PathWatcher for jetty-security to make Windows happy
2015-05-01 14:50:13 -07:00
joakim
b87db668c7
Fixing PathWatcher root path handling on Windows
2015-05-01 14:49:45 -07:00
Joakim Erdfelt
3a0a85ebc9
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2015-05-01 09:43:20 -07:00
Greg Wilkins
ad16f0c334
fixed test integration to use example-keystore
2015-05-01 19:32:16 +10:00
Greg Wilkins
29393ace68
moved keystore to example-keystore
2015-05-01 18:23:17 +10:00
Jan Bartel
9c410f8ad9
466005 Use Files.move(src,trgt) instead of File.rename for Part.write(filename)
2015-05-01 17:43:45 +10:00
Greg Wilkins
4560c5d9e6
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2015-05-01 16:47:10 +10:00