Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-03Merge branch 'master' into jetty-8Jesse McConnell1-0/+6
2012-08-31improved efficiencyGreg Wilkins1-0/+6
2012-08-17merge from master + license block standardizationJesse McConnell88-1067/+1495
2012-08-17standardize license header blocksJesse McConnell87-1055/+1478
2012-08-16Merge branch 'master' into jetty-8Jesse McConnell10-0/+462
2012-08-10377055 Prevent webapp classloader leaksJan Bartel3-3/+3
2012-08-09377055 Prevent webapp classloader leaksJan Bartel10-0/+462
2012-08-03Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel2-51/+89
2012-07-31347130 Empty getResourcePaths due to ZipFileClosedExceptionJan Bartel1-48/+82
2012-07-27379207 backported fixes from jetty-9 to make hierarchy workGreg Wilkins1-3/+7
2012-07-26Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel1-4/+4
2012-07-25385925: make SslContextFactory.setProtocols and SslContextFactory.setCipherSu...Thomas Becker1-4/+4
2012-07-11merged master to jetty-8Jesse McConnell9-0/+84
2012-07-11quick pass through to clean up missing or incorrect license blocksJesse McConnell9-0/+84
2012-07-11Merge branch 'master' into jetty-8Jesse McConnell1-2/+2
2012-07-03improved SPDY dumpGreg Wilkins1-2/+2
2012-06-21383116: fix truncated filenames for multipart file uploads containing spaces ...Thomas Becker1-5/+5
2012-06-14Merge branch 'master' into jetty-8Jesse McConnell5-48/+95
2012-06-14Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Jesse McConnell5-62/+155
2012-06-14[Bug #377067] add Negotiate option for security which is an alternative for S...Jesse McConnell1-1/+4
2012-06-08Refactored atomic updates of max and min into utility class Atomics.Simone Bordet3-44/+91
2012-06-07Further tweak to issue 381712 to ensure method of finding system classpath is...Jan Bartel1-3/+0
2012-06-06Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel2-17/+66
2012-06-06Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Jan Bartel1-16/+23
2012-06-06381712 Support all declared servlets that implement org.apache.jasper.servlet...Jan Bartel1-1/+43
2012-06-06381825 leave URI params in forwarded requestURIGreg Wilkins1-16/+23
2012-06-04Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel1-2/+5
2012-06-01381399 Unable to stop a jetty instance that has not finished startingJan Bartel1-2/+5
2012-05-22Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel1-0/+4
2012-05-22380034 last modified times taken from JarEntry for JarFile resourcesGreg Wilkins1-0/+4
2012-05-07Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel3-21/+19
2012-04-25377259: better handle bad encodingsGreg Wilkins1-5/+6
2012-04-24various sonar/findbug code cleanupsGreg Wilkins2-16/+13
2012-04-24377323 Request#getParts() throws ServletException when it should be throwing ...Jan Bartel1-7/+7
2012-04-12Merge remote-tracking branch 'origin/master' into jetty-8Greg Wilkins7-37/+18
2012-04-12367172 Remove detection for slf4j NOPLoggerJan Bartel1-11/+1
2012-04-12374550: remove printStackTrace callsGreg Wilkins6-26/+17
2012-04-12Merge remote-tracking branch 'origin/master' into jetty-8Greg Wilkins3-44/+132
2012-04-12362113: fixed StdErrLog so that it does not hold a copy of System.err and thu...Greg Wilkins1-9/+9
2012-04-10370081: correctly set URI for query stringsGreg Wilkins1-1/+19
2012-04-03374475 Response.sendRedirect does not encode UTF-8 characters properlyJan Bartel1-34/+104
2012-04-03375906 Part.getHeader method not case insensitiveJan Bartel1-1/+3
2012-03-20JETTY-1500 form parameters from multipart request not available via request.g...Jan Bartel1-5/+17
2012-03-19Merge remote-tracking branch 'origin/master' into jetty-8Greg Wilkins2-8/+19
2012-03-19protect dump from bad object toString()sGreg Wilkins1-4/+11
2012-03-16[Bug 374367] NPE in QueuedThreadPool.dump() with early java6 jvmsJesse McConnell1-4/+8
2012-03-09merge from master and adjust osgi bitsJesse McConnell1-3/+8
2012-03-08[Bug 373567] cert validation issue with ocsp and crldp always being enabled w...Jesse McConnell1-3/+8
2012-03-07merge from masterJesse McConnell2-1/+6
2012-03-06373272: maintain the start order of aggregate beans when adding a thread poolGreg Wilkins1-0/+5

Back to the top