Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
4fae333e1fc7914ba9ac0ae57f7513e3b22230ef
/
http.jetty
/
src
/
main
/
java
/
org
94e552a
Add License and Notice file.
by Clement Escoffier
· 16 years ago
0c3b79a
Before actually leaving the stop() method, makes sure that the background thread running Jetty has actually stopped. Not doing so caused dereferencing of invalid objects (service references, ..).
by Marcel Offermans
· 16 years ago
839ca81
FELIX-323 Added support for ConfigAdmin. Also added a couple of extra configuration settings. Documented on the wiki.
by Marcel Offermans
· 16 years ago
076ea4f
FELIX-783 Uses reflection now to not create a compile time dependency on Java 5 classes. Runtime, it still has if you use SSL and NIO together, so configure your server to not use that combination if appropriate.
by Marcel Offermans
· 16 years ago
db8845d
FELIX-783 Extended initializeHTTPS() to use NIO or traditional IO based on the property.
by Marcel Offermans
· 16 years ago
675e7c2
FELIX-784 Added support for new properties. Falls back to old ones if new ones are not provided.
by Marcel Offermans
· 16 years ago
08cd541
FELIX-870 Added config property to allow NIO to be selectively disabled in favour of simple blocking sockets.
by Rob Walker
· 16 years ago
9cfd1e2
FELIX-769 Service property now set with actual HTTP and HTTPS ports used. Default service property names are same as OSGi config properties for these values:
by Rob Walker
· 16 years ago
4b005f6
FELIX-407 - small change to include debug output of lastModified timestamps to assist in debugging cache handling for resources
by Rob Walker
· 16 years ago
48cb243
FELIX-763 - improvements to alias resolution mechanism. Closer to standard, but still poss not quite right.
by Rob Walker
· 16 years ago
72d3ecf
FELIX-407 - minor fix to ensure resource is returned in a case where modified timestamp of resource can't be determined
by Rob Walker
· 16 years ago
8179cc7
FELIX-407 - include and process modification timesstamps
by Rob Walker
· 16 years ago
5cc7e7d
FELIX-503 Account for path info being null in case of direct resource access
by Felix Meschberger
· 17 years ago
c7ee015
FELIX-55 Upgrade to Jetty 6.1.7 and export Servlet API 2.5 from within the bundle
by Felix Meschberger
· 17 years ago
3820020
FELIX-382 ServletContext.getResource[AsStream] not working correctly
by Felix Meschberger
· 17 years ago
b76cfdb
FELIX-379 Registering multiple servlets may hide some
by Felix Meschberger
· 17 years ago
07bc382
Ensure URL stream is closed once bytes have been read and copied to response (FELIX-330).
by Rob Walker
· 17 years ago
84957a5
Update the http.jetty bundle to the new plugin, make it compile/run against javax.servlet version 2.1, and hook it up to the parent pom.
by Karl Pauls
· 17 years ago
435c20c
Updated source headers (FELIX-144).
by Richard S. Hall
· 18 years ago
3b87e47
[FELIX-54] Applied fix supplied by Mikhail Kotelnikov for registering servlets under a root context of "/".
by Rob Walker
· 18 years ago
86ef6c0
Shortened HTTP service subproject directory name.
by Richard S. Hall
· 18 years ago