Joakim Erdfelt
b6afd2db4a
Renaming FrameDebugExtension to FrameCaptureExtension to better reflect usage
2015-05-14 07:45:25 -07:00
Greg Wilkins
a423416f6f
pretty print dry-run only in debug mode
2015-05-14 14:01:25 +10:00
Greg Wilkins
f3601267c4
467281 Remove Java 1.7 support from Jetty 9.3
2015-05-14 11:13:04 +10:00
Greg Wilkins
dc3b4d01f4
467289 - Not possible to specify jmxrmi port value
2015-05-14 09:55:42 +10:00
Greg Wilkins
c5e4abd792
467281 Remove Java 1.7 support from Jetty 9.3
2015-05-14 09:31:50 +10:00
Greg Wilkins
054d6b9176
Merge remote-tracking branch 'origin/jetty-9.2.x'
...
Conflicts:
jetty-util/src/main/java/org/eclipse/jetty/util/ssl/SslContextFactory.java
2015-05-14 08:55:15 +10:00
Greg Wilkins
e5fac304b4
467276 NPE protection in SslContextFactory
...
Also-by: P.Ottlinger<phil@edojo.org>
2015-05-14 08:32:12 +10:00
Joakim Erdfelt
e9b67afc24
Fixing formatting
2015-05-13 11:18:13 -07:00
Joakim Erdfelt
763966a9b4
Using released jetty-parent-25
2015-05-13 11:17:25 -07:00
Greg Wilkins
435bed0c37
fixed import into eclipse IDE
2015-05-13 23:13:16 +10:00
Greg Wilkins
356600716d
Draft 14 9.2.2 protection
2015-05-13 10:26:45 +10:00
Jan Bartel
1b2ee5e576
Comment changes to MongoSessionManager
2015-05-13 08:52:55 +10:00
Simone Bordet
fef355db86
Fixed XML's <Ref> elements to use refid instead of id.
2015-05-12 13:03:01 +02:00
Simone Bordet
f645e18622
Fixed DTD by declaring new elements Id, Name, Deprecated, Default, Class and Type.
2015-05-12 10:58:00 +02:00
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