Jan Bartel
f6c1cc46d8
467055 Mongodb session scavenging can result in very slow query
2015-05-15 17:03:38 +10:00
Jan Bartel
3c7d550295
Ensure PurgeValidSessionTest for mongo starts with no sessions.
2015-05-15 17:02:34 +10:00
Jan Bartel
8e2011d102
464839 Add limit to MongoSessionIdManager purge queries
2015-05-15 12:17:17 +10:00
Jan Bartel
c2b74fe997
Remove blank line in README.TXT
2015-05-15 10:11:36 +10:00
Joakim Erdfelt
2b53c98112
467165 - Add --skip-file-validation to start.jar --help output
...
+ Added to usage.txt
2015-05-14 15:28:26 -07:00
Joakim Erdfelt
d09aa16142
Removing unused text
2015-05-14 15:28:23 -07:00
Joakim Erdfelt
1c07d7ffbd
466774 - Update jetty-all module for Jetty 9.3
...
+ No longer merging META-INF/MANIFEST.MF
+ Providing static (filtered) MANIFEST.MF in project dir
+ Adding javax license files to resulting uber jar
2015-05-14 11:46:31 -07:00
Joakim Erdfelt
f4f5157ab6
Work on permessage-deflate continues
2015-05-14 07:45:25 -07:00
Joakim Erdfelt
eb638777d0
Adding IO.close(Closeable) and using it.
2015-05-14 07:45:25 -07:00
Joakim Erdfelt
aba2e083d8
Updating BrowserDebugTool for new extension reality
2015-05-14 07:45:25 -07:00
Joakim Erdfelt
055fb5c695
Removing x-webkit-deflate-frame from example
2015-05-14 07:45:25 -07:00
Joakim Erdfelt
a1bd9f7f50
Updating tests for draft 21 spec of permessage-deflate
2015-05-14 07:45:25 -07:00
Joakim Erdfelt
ec9504aab8
Removing old websocket extensions x-webkit-deflate-frame and deflate-frame
2015-05-14 07:45:25 -07:00
Joakim Erdfelt
1f7f4dfa82
Reworking FrameCaptureExtension for timestamped in/out files of frames
2015-05-14 07:45:25 -07:00
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