Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-01Added tests to check SSL memory leaks.Simone Bordet1-0/+302
2010-10-01326612 Handle X-Forwarded-Proto headerGreg Wilkins4-9/+66
2010-09-28JETTY-1283 JSONPojoConvertorFactory can turn off fromJSONGreg Wilkins3-4/+78
2010-09-28JETTY-1281 Create new session after authenticationGreg Wilkins19-68/+185
2010-09-28duplicate openGreg Wilkins1-1/+1
2010-09-28removed debugGreg Wilkins1-2/+0
2010-09-22JETTY-1063, JETTY-1136, JETTY-1166, JETTY-1254, 305791Jan Bartel2-1/+11
2010-09-22JETTY-1256 added jta jars from orbit to distro Jan Bartel2-1/+11
2010-09-22JETTY-1259Jan Bartel2-4/+9
2010-09-22JETTY-1297Jan Bartel2-3/+37
2010-09-21JETTY-1265 Reason field option in client responseGreg Wilkins3-21/+110
2010-09-21JETTY-1268 Form Auth saves POST dataGreg Wilkins4-4/+129
2010-09-21JETTY-1266 Destroy sessions before filters/servlets (with comment)Greg Wilkins1-0/+1
2010-09-21JETTY-1266 Destroy sessions before filters/servletsGreg Wilkins2-1/+2
2010-09-20324369 Implement draft-ietf-hybi-thewebsocketprotocol-01Greg Wilkins15-72/+308
2010-09-16325468 Clean work webapp dir before unpackGreg Wilkins2-6/+12
2010-09-16remove the dependency on commons-codec tha should not have been there in te f...Hugues Malphettes2-6/+0
2010-09-15JETTY-1252 Handle more multipart transfer encodingsGreg Wilkins3-223/+43
2010-09-15update the test-webapp web-bundle packaging to support the reference to QoSFi...Hugues Malphettes3-2/+8
2010-09-15JETTY-1252 Handle more multipart transfer encodingsGreg Wilkins5-4/+327
2010-09-15bug 325184: setup the servlet session on the servlet that hosts the OSGi Http...Hugues Malphettes1-0/+4
2010-09-14slf4j -> 1.5.11Jesse McConnell3-3/+3
2010-09-14325105 websocket ondisconnect fixedGreg Wilkins1-1/+60
2010-09-14325105 websocket ondisconnect fixedGreg Wilkins9-8/+102
2010-09-14325128 websocket send during onConnectGreg Wilkins8-5/+512
2010-09-14bug 325072 include to DefaultServlet to a missing file must throw FileNotFoun...David Jencks2-1/+7
2010-09-10324679 dont set content length if writer is gottenGreg Wilkins2-12/+44
2010-09-09JETTY-1270 websocket close protectionGreg Wilkins2-38/+43
2010-09-09324679 Don't set content length if filter has written content.Greg Wilkins5-3/+73
2010-09-09JETTY-1263 fix the previous fix so that existing tables are not affectedJan Bartel2-9/+20
2010-09-09bugs 324811 and 324812. Fix an NPE and restore a constructor used by geronimoDavid Jencks3-3/+26
2010-09-09JETTY-1263 changed column rowId to srowId as rowId is a reserved word on oracleJan Bartel3-8/+9
2010-09-08324601 replace asserts with junit assertsGreg Wilkins10-36/+51
2010-09-08#323985 renames to clarify codeGreg Wilkins3-37/+48
2010-09-08JETTY-1269 Improve log multithreadednessGreg Wilkins2-109/+75
2010-09-08324601 Check session expiry on accessGreg Wilkins1-5/+7
2010-09-07JETTY-1271 handled unavailable exceptionGreg Wilkins2-0/+3
2010-09-07324601 Check session expiry on accessGreg Wilkins10-49/+95
2010-09-07324601 Check session expiry on accessGreg Wilkins1-3/+4
2010-09-07324601 Check session expiry on accessGreg Wilkins2-4/+16
2010-09-04bug 324501 Fire RequestListener.requestDestroyed in last-to-first orderDavid Jencks2-2/+2
2010-09-03324379 Change content type after getWriterGreg Wilkins3-3/+9
2010-09-03324369 Implement draft-ietf-hybi-thewebsocketprotocol-01Greg Wilkins14-33/+87
2010-09-03empty fileGreg Wilkins1-0/+0
2010-09-03324377 Allow dispatch of ServletRequest and ServletResponseGreg Wilkins7-9/+353
2010-09-03324369 Implement draft-ietf-hybi-thewebsocketprotocol-01Greg Wilkins18-481/+1226
2010-09-03bug 324360 validate input on getResource since loop logic obscures subclass i...Greg Wilkins1-0/+2
2010-09-03bug 324360 validate input on getResource since loop logic obscures subclass i...David Jencks1-0/+3
2010-09-03bug 324359 illegal actions on AsyncContext should not change its state. Port...David Jencks1-11/+11
2010-09-02324260 jetty-6 continuations support complete callsGreg Wilkins6-64/+115

Back to the top