Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-07-14[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-07-14[maven-release-plugin] prepare release jetty-9.3.1.v20150714jetty-9.3.1.v20150714Jesse McConnell1-1/+1
2015-07-11472422 - Custom status codes result in a NumberFormatException while using ↵Simone Bordet1-60/+49
http2. Fixed constructor that was passing the name as the value. Also other cleanups.
2015-07-08464741 - HttpFields declares IllegalArgumentException as checked exceptionGreg Wilkins1-6/+3
2015-07-08471985 NPE in HttpFields.putFieldGreg Wilkins1-3/+6
The problem had several aspects: * HttpField.add should not let a null entry be added to the fields * The putHeaders methods should have checked for a null field before trying to add it * But the fundamental problem was the JarFileResource.close was leaving exist==true, so a new entry was never created.
2015-07-06Fixing exception messageJoakim Erdfelt1-1/+1
2015-07-01471464 - Parsing issues with HttpURIGreg Wilkins1-0/+8
Fixed parsing of CONNECT URIs
2015-07-01471464 - Parsing issues with HttpURIGreg Wilkins1-24/+9
Some extra test cases
2015-07-01471464 - Parsing issues with HttpURIGreg Wilkins1-50/+17
Removed pre-existing lookahead made {} style more consistent
2015-07-01471464 - Parsing issues with HttpURIGreg Wilkins1-78/+64
Removed authhostport boolean removed lookahead in start
2015-07-01Fixing javadoc on HttpURI.getPath()Joakim Erdfelt1-1/+1
2015-07-01471464 - Parsing issues with HttpURIJoakim Erdfelt2-49/+105
+ Updating expectations on HttpURIParseTest + Making results of new HttpURI(String) and new HttpURI(URI) consistent + Making results of HttpURI parsing consistent with java.net.URI + Making output of HttpURI.toString() and java.net.URI.toASCIIString() consistent with regards to ssp (scheme specific part) behavior
2015-06-30471464 - Parsing issues with HttpURIJoakim Erdfelt1-28/+132
+ Adding documented and annotated tests cases showing problems (Note: some tests are @Ignore'd at the moment)
2015-06-30471388 - StringIndexOutOfBoundsException when using <c:url> with parametersJoakim Erdfelt2-125/+178
+ Cleaning up HttpURITest + Creating parameterized HttpURIParseTest from various separate test cases in former HttpURITest + Currently @Ignored + Test Parse from String + Test Parse from URI + Test Parse result differences with java.net.URI + Adding more testcases to demonstrate bug
2015-06-19StringUtil.csvSplit(String)Greg Wilkins1-1/+1
2015-06-15Updating version to 9.3.1-SNAPSHOTJoakim Erdfelt1-1/+1
2015-06-12Updating versions to 9.3.0.v20150612Joakim Erdfelt1-1/+1
2015-06-11[maven-release-plugin] prepare for next development iterationJoakim Erdfelt1-1/+1
2015-06-11[maven-release-plugin] prepare release jetty-9.3.0.v20150611Joakim Erdfelt1-1/+1
2015-05-22minor optimisationsGreg Wilkins1-1/+1
2015-04-30Merge remote-tracking branch 'origin/jetty-9.2.x'Jan Bartel1-1/+1
Conflicts: tests/test-integration/src/test/java/org/eclipse/jetty/test/support/TestableJettyServer.java tests/test-integration/src/test/resources/BIOHttp.xml tests/test-integration/src/test/resources/BIOHttps.xml tests/test-integration/src/test/resources/NIOHttp.xml tests/test-integration/src/test/resources/NIOHttps.xml
2015-04-29465747 - Jetty is failing to process all HTTP OPTIONS requests.Greg Wilkins1-1/+1
The Server handleOptions method was handling all OPTIONS * requests with a blank 200 response. This has been fixed so that this method only checks that * URI is only applied to OPTIONS method.
2015-04-23Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet2-9/+22
2015-04-22465181 HttpParser delay messageComplete until after chunk trailerGreg Wilkins2-9/+22
2015-04-21464744 - PathMap.match() never throws IllegalArgumentExceptionGreg Wilkins1-4/+0
2015-04-15464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt10-48/+106
+ Fixing javadoc in jetty-http
2015-03-26Organised importsGreg Wilkins7-14/+16
2015-03-25[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-03-25[maven-release-plugin] prepare release jetty-9.2.11.M0jetty-9.2.11.M0Jesse McConnell1-1/+1
2015-03-19459845 - Support upgrade from http1 to http2Greg Wilkins2-0/+14
functioning implementation. Not exactly the most elegant solution, but works with nghttp2 -u
2015-03-13462040 reverted and deprecated getStringField methodsGreg Wilkins1-2/+13
2015-03-12459845 - Support upgrade from http1 to http2Greg Wilkins1-1/+2
Moved the sneaky direct upgrade to its own method and added support to detect a standard upgrade. The standard upgrade now creates the h2c connection and decodes the settings header, but it does not yet process the settings nor send a response to the request.
2015-03-10[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-03-10[maven-release-plugin] prepare release jetty-9.2.10.v20150310jetty-9.2.10.v20150310Jesse McConnell1-1/+1
2015-03-05Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-17/+10
Conflicts: jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java
2015-03-05461350 Update HttpParser IllegalCharacter handling to RFC7230Greg Wilkins1-24/+76
2015-03-05461452 Double release of buffer by HttpReceiverOverHTTPGreg Wilkins2-18/+12
Updated HttpParse to always return from parseNext when messageComplete is called. This allows it to notice reentrant state changes and removes the need for HttpReceiverOverHTTP.methodComplete to return true, thus avoiding the race.
2015-02-24[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2015-02-24[maven-release-plugin] prepare release jetty-9.2.9.v20150224jetty-9.2.9.v20150224Jesse McConnell1-1/+1
2015-02-24Merge branch 'jetty-9.2.x'Joakim Erdfelt1-17/+14
Conflicts: jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java jetty-start/src/main/java/org/eclipse/jetty/start/Main.java jetty-start/src/main/java/org/eclipse/jetty/start/Module.java
2015-02-23460642 - HttpParser error 400 can expose previous buffer contents in HTTP ↵Joakim Erdfelt1-63/+3
status reason message + Simplifying behavior
2015-02-23460642 - HttpParser error 400 can expose previous buffer contents in HTTP ↵Joakim Erdfelt1-53/+109
status reason message
2015-02-20Improving HttpField.nameHashCodeJoakim Erdfelt1-9/+15
2015-02-20Fixing tests on http2-hpackJoakim Erdfelt2-11/+25
+ HttpField.nameHashCode() fixed to actually be US-ASCII case insensitive per documentation + Since removal of MetaData equals/hashcode, the comparison of the MetaData and MetaData.Response is now done entirely within the HpackTest
2015-02-20Fixed construction of MetaData.Request and handling of HttpFields by MetaData.Simone Bordet1-16/+2
2015-02-20Removed hashCode() and equals() and fixed toString().Simone Bordet1-69/+5
MetaData instances are mutable, and hashCode() and equals() were based on those mutable fields; mutable hash codes break hash data structures, when the object is inserted and then its hash code changes. Fixed toString() to avoid NPE if _fields is null.
2015-02-19Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins1-1/+24
Conflicts: VERSION.txt aggregates/jetty-all/pom.xml apache-jsp/pom.xml apache-jstl/pom.xml examples/async-rest/async-rest-jar/pom.xml examples/async-rest/async-rest-webapp/pom.xml examples/async-rest/pom.xml examples/embedded/pom.xml examples/pom.xml jetty-alpn/jetty-alpn-client/pom.xml jetty-alpn/jetty-alpn-server/pom.xml jetty-alpn/pom.xml jetty-annotations/pom.xml jetty-ant/pom.xml jetty-cdi/pom.xml jetty-client/pom.xml jetty-continuation/pom.xml jetty-deploy/pom.xml jetty-distribution/pom.xml jetty-fcgi/fcgi-client/pom.xml jetty-fcgi/fcgi-server/pom.xml jetty-fcgi/pom.xml jetty-http-spi/pom.xml jetty-http/pom.xml jetty-io/pom.xml jetty-jaas/pom.xml jetty-jaspi/pom.xml jetty-jmx/pom.xml jetty-jndi/pom.xml jetty-jsp/pom.xml jetty-jspc-maven-plugin/pom.xml jetty-maven-plugin/pom.xml jetty-monitor/pom.xml jetty-nosql/pom.xml jetty-osgi/jetty-osgi-alpn/pom.xml jetty-osgi/jetty-osgi-boot-jsp/pom.xml jetty-osgi/jetty-osgi-boot-warurl/pom.xml jetty-osgi/jetty-osgi-boot/pom.xml jetty-osgi/jetty-osgi-httpservice/pom.xml jetty-osgi/jetty-osgi-npn/pom.xml jetty-osgi/pom.xml jetty-osgi/test-jetty-osgi-context/pom.xml jetty-osgi/test-jetty-osgi-webapp/pom.xml jetty-osgi/test-jetty-osgi/pom.xml jetty-plus/pom.xml jetty-proxy/pom.xml jetty-quickstart/pom.xml jetty-rewrite/pom.xml jetty-runner/pom.xml jetty-security/pom.xml jetty-server/pom.xml jetty-servlet/pom.xml jetty-servlets/pom.xml jetty-servlets/src/main/java/org/eclipse/jetty/servlets/AsyncGzipFilter.java jetty-spdy/pom.xml jetty-spdy/spdy-alpn-tests/pom.xml jetty-spdy/spdy-client/pom.xml jetty-spdy/spdy-core/pom.xml jetty-spdy/spdy-example-webapp/pom.xml jetty-spdy/spdy-http-client-transport/pom.xml jetty-spdy/spdy-http-common/pom.xml jetty-spdy/spdy-http-server/pom.xml jetty-spdy/spdy-npn-tests/pom.xml jetty-spdy/spdy-server/pom.xml jetty-spring/pom.xml jetty-start/pom.xml jetty-util-ajax/pom.xml jetty-util/pom.xml jetty-webapp/pom.xml jetty-websocket/javax-websocket-client-impl/pom.xml jetty-websocket/javax-websocket-server-impl/pom.xml jetty-websocket/pom.xml jetty-websocket/websocket-api/pom.xml jetty-websocket/websocket-client/pom.xml jetty-websocket/websocket-common/pom.xml jetty-websocket/websocket-server/pom.xml jetty-websocket/websocket-servlet/pom.xml jetty-xml/pom.xml pom.xml tests/pom.xml tests/test-continuation/pom.xml tests/test-integration/pom.xml tests/test-jmx/jmx-webapp-it/pom.xml tests/test-jmx/jmx-webapp/pom.xml tests/test-jmx/pom.xml tests/test-loginservice/pom.xml tests/test-quickstart/pom.xml tests/test-sessions/pom.xml tests/test-sessions/test-hash-sessions/pom.xml tests/test-sessions/test-jdbc-sessions/pom.xml tests/test-sessions/test-mongodb-sessions/pom.xml tests/test-sessions/test-sessions-common/pom.xml tests/test-webapps/pom.xml tests/test-webapps/test-jaas-webapp/pom.xml tests/test-webapps/test-jetty-webapp/pom.xml tests/test-webapps/test-jndi-webapp/pom.xml tests/test-webapps/test-mock-resources/pom.xml tests/test-webapps/test-proxy-webapp/pom.xml tests/test-webapps/test-servlet-spec/pom.xml tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml tests/test-webapps/test-webapp-rfc2616/pom.xml
2015-02-18460291 - AsyncGzipFilter MappingsGreg Wilkins1-1/+24
Added test harness to confirm mapping precidence
2015-02-18improved exception messages during testsGreg Wilkins1-1/+2
2015-02-17[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1

Back to the top