Greg Wilkins
b8473122de
399967 call Destroyable.destroy() when a managed been is removed from ContainerLifeCycle
2013-03-05 08:09:08 +11:00
Simone Bordet
7037bca94d
Introduced Request.header(HttpHeader, String) to simplify code.
2013-03-04 17:05:18 +01:00
Simone Bordet
868458f980
402341 - Host with default port causes redirects loop.
...
Removed default port from the Host request header.
Although allowed by RFC 2616, seems that many server chokes it.
2013-03-04 16:33:57 +01:00
Simone Bordet
8d6a4c39df
Better logging for the RedirectProtocolHandler.
2013-03-04 16:33:57 +01:00
Simone Bordet
a1560bea21
402316 - HttpReceiver and null pointer exception.
...
The NPE was caused by (invalid) Set-Cookie headers without value.
A guard has been added to avoid the NPE.
2013-03-04 16:33:57 +01:00
Thomas Becker
1aa8fce78b
402277 spdy proxy: fix race condition in nested push streams initiated by upstream server. Fix several other small proxy issues
2013-03-04 10:25:17 +01:00
Greg Wilkins
c396622770
401495 removed unused getOutputStream
2013-03-04 17:38:00 +11:00
Greg Wilkins
3bc0411e65
401904 fixed getRemoteAddr to return IP instead of hostname
2013-03-04 17:10:27 +11:00
Greg Wilkins
41f7df18a6
402185 updated javascript mime-type
2013-03-04 16:52:49 +11:00
Greg Wilkins
056be85766
less verbose exception
2013-03-04 16:40:18 +11:00
Greg Wilkins
8933a8bdca
less verbose exception
2013-03-04 16:22:03 +11:00
Greg Wilkins
7d7769475c
removed printStackTrace
2013-03-04 15:44:30 +11:00
Greg Wilkins
8f2aa2f667
402106 fixed URI resize in HttpParser
2013-03-02 14:22:40 +11:00
Greg Wilkins
663b45770a
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2013-03-02 12:56:06 +11:00
Jan Bartel
afbf98bd88
Merge remote-tracking branch 'origin/jetty-8'
2013-03-02 10:29:15 +11:00
Jan Bartel
095e66db33
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2013-03-02 10:17:35 +11:00
Jan Bartel
3ed3dfc7a1
402048 org.eclipse.jetty.server.ShutdownMonitor doesn't stop after the jetty server is stopped
2013-03-02 10:12:24 +11:00
Jesse McConnell
7c442735c0
fix bad blog url
2013-03-01 16:43:17 -06:00
Greg Wilkins
6478306812
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
...
Conflicts:
jetty-server/src/main/config/etc/jetty.xml
2013-03-02 09:32:57 +11:00
Joakim Erdfelt
79630de1f1
402148 - Update Javadoc for WebSocketServlet for new API
2013-03-01 09:31:29 -07:00
Joakim Erdfelt
9e78529a17
402154 - WebSocket / Session.setIdleTimeout(ms) should support in-place idle timeout changes
...
+ Made WebSocketSession delegate idle timeouts to LogicalConnection,
that way the EndPoint or Mux can manage the idle timeout accordingly.
2013-03-01 09:24:03 -07:00
Simone Bordet
e6fed09129
402075 - Massive old gen growth when hit by lots of non persistent connections.
...
Replaced usages of TimerScheduler with ScheduledExecutorScheduler.
2013-03-01 15:19:51 +01:00
Simone Bordet
2feafb9a97
402090 - httpsender PendingState cause uncertain data send to server.
...
WriteFlusher was storing consumed buffers that may have been reused,
and when the write was being completed those consumed buffer may have
contained new content that was being written too.
Fixed by compacting the buffers at the moment of creation of the
WriteFlusher.PendingState (and not at the moment of the completeWrite() like
it was in historically done, see 4e94601619
).
2013-03-01 14:30:51 +01:00
Greg Wilkins
41952ebf1d
402075 Dont allocate the parser trie unless needed
2013-03-01 22:16:54 +11:00
Simone Bordet
951d8c8472
Added @Name annotation to JMX-enabled operation.
2013-03-01 11:46:10 +01:00
Jan Bartel
bf154404fe
402048 org.eclipse.jetty.server.ShutdownMonitor thread doesn't stop after the jetty server is stopped
2013-03-01 19:58:44 +11:00
Jan Bartel
90b5ea2c5e
Merge remote-tracking branch 'origin/jetty-8'
...
Conflicts:
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/ServletContainerInitializerListener.java
jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java
2013-03-01 19:08:09 +11:00
Jan Bartel
caa0199efe
400312 ServletContextListener.contextInitialized() is not called when added in ServletContainerInitializer.onStartup
2013-03-01 18:09:19 +11:00
Greg Wilkins
718ee4ddeb
402075 Cancel idle timeouts on close
2013-03-01 14:09:04 +11:00
Jan Bartel
0ed3638660
401966 Ensure OSGI WebApp as Service (WebAppContext) can be deployed only through ServiceWebAppProvider
2013-02-28 19:48:42 +11:00
Greg Wilkins
ec083b4ecc
jetty-9 link to jetty blogs
2013-02-28 12:46:28 +11:00
Simone Bordet
a3400f0092
Fixed merge error.
2013-02-27 19:50:46 +01:00
Simone Bordet
0ec0da9b4b
Removed test class brought in by mistake during merge.
2013-02-27 18:31:19 +01:00
Simone Bordet
849398d840
Merged branch 'jetty-8'.
2013-02-27 18:29:26 +01:00
Simone Bordet
9ec88ef1c9
Merged branch 'jetty-8'.
2013-02-27 18:23:40 +01:00
Simone Bordet
f28bd1d010
Merged branch jetty-7.
2013-02-27 17:30:22 +01:00
Joakim Erdfelt
c4af34d4e1
Adding smaller example of the WebSocketCreator use
2013-02-27 08:54:01 -07:00
Simone Bordet
90bab0eb66
401908 - Enhance DosFilter to allow dynamic configuration of attributes.
2013-02-27 16:23:17 +01:00
Joakim Erdfelt
370bdafc15
Reverting direct ByteBuffer commits
...
+ Reverting commit : 5621f87c81
+ Reverting commit : bbcf0c77b8
2013-02-26 10:41:40 -07:00
Joakim Erdfelt
7b42eb1482
Updating VERSION.txt top section
2013-02-26 09:20:45 -07:00
Joakim Erdfelt
29b2118870
[maven-release-plugin] prepare for next development iteration
2013-02-26 09:20:45 -07:00
Joakim Erdfelt
2b82b54f6d
[maven-release-plugin] prepare release jetty-9.0.0.RC2
2013-02-26 09:20:45 -07:00
Joakim Erdfelt
8027af87d3
Updating VERSION.txt top section
2013-02-26 09:20:44 -07:00
Simone Bordet
a252841561
401777 - InputStreamResponseListener CJK byte (>=128) cause EOF.
...
Fixed by adding & 0xFF when returning bytes as integers.
2013-02-26 15:36:48 +01:00
Jan Bartel
42475b1564
Merge remote-tracking branch 'origin/jetty-8'
...
Conflicts:
jetty-webapp/src/main/java/org/eclipse/jetty/webapp/StandardDescriptorProcessor.java
2013-02-26 12:50:30 +11:00
Jan Bartel
1627b6eaf7
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2013-02-26 12:41:54 +11:00
Jan Bartel
0e9f74ad29
401531 StringIndexOutOfBoundsException for "/*" <url-pattern> of <jsp-property-group> fix for multiple mappings to *.jsp
2013-02-26 12:38:07 +11:00
Joakim Erdfelt
283cd58147
Merge branch 'jetty-7' into jetty-8
2013-02-25 16:54:16 -07:00
Joakim Erdfelt
2ed0dc8fff
Fixing websocket testcase
2013-02-25 16:53:32 -07:00
Jan Bartel
8f4b569076
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
...
Conflicts:
jetty-webapp/src/main/java/org/eclipse/jetty/webapp/StandardDescriptorProcessor.java
2013-02-26 10:44:58 +11:00