Revert "Update Jetty to 7.4.0.v20110414"

This reverts commit e7db8b6de0.

The 7.4.0 release seems to have issues with SSL certificates.  We are
getting millions of log entries like:

  ...
  3166773 [2011-05-09 14:22:52,556] WARN  org.eclipse.jetty.util.log : javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
  3166774 [2011-05-09 14:22:52,556] WARN  org.eclipse.jetty.util.log : javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
  3166775 [2011-05-09 14:22:52,556] WARN  org.eclipse.jetty.util.log : javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
  3166776 [2011-05-09 14:22:52,556] WARN  org.eclipse.jetty.util.log : javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
  3166777 [2011-05-09 14:22:52,556] WARN  org.eclipse.jetty.util.log : javax.net.ssl.SSLException: Received fatal alert: certificate_unknown
  ...

Revert the upgrade until upstream is can fix the issue.

Conflicts:

	pom.xml

Change-Id: I75f58d0cf99555ae5ead75fae232b75553076a79
This commit is contained in:
Shawn O. Pearce 2011-05-13 20:14:49 -07:00
parent 459cd620c4
commit adfe269ffb
2 changed files with 2 additions and 3 deletions

View File

@ -140,8 +140,7 @@ different URL by using a reverse proxy that does URL rewriting.
Updated H2 Database to 1.2.147, PostgreSQL JDBC Client to 9.0-801,
ANTLR to 3.2, GWT to 2.1.1, JSch to 0.1.44, Gson to 1.6, Ehcache to
2.3.0, Apache Commons Net to 2.2, Apache Commons Pool to 1.5.5, JGit
to 0.11.3.240-gd05d351, MINA SSHD to 0.5.1-r1095809, Jetty to
7.4.0.v20110414.
to 0.11.3.240-gd05d351, MINA SSHD to 0.5.1-r1095809.
Bug Fixes
---------

View File

@ -53,7 +53,7 @@ limitations under the License.
<gwtVersion>2.1.1</gwtVersion>
<slf4jVersion>1.6.1</slf4jVersion>
<guiceVersion>2.0</guiceVersion>
<jettyVersion>7.4.0.v20110414</jettyVersion>
<jettyVersion>7.2.1.v20101111</jettyVersion>
<gwt.compileReport>false</gwt.compileReport>