Commit Graph

569 Commits

Author SHA1 Message Date
Greg Wilkins d6415542d3 289027 deobfuscate HttpClient SSL passwords
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@894 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-15 01:30:16 +00:00
Greg Wilkins 21907e25e6 289265 test harness for async input
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@893 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-15 01:13:50 +00:00
Greg Wilkins 22cb389992 less brittle test
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@890 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-14 10:18:06 +00:00
Greg Wilkins df989b3141 JETTY-1108 SSL EOF detection
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@889 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-14 04:52:16 +00:00
Simone Bordet 31f1684464 Added byte[] getter for the response content.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@888 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-12 13:48:02 +00:00
Simone Bordet e4d4370c27 Test case for 100% CPU during upload via SSL.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@887 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-12 13:27:33 +00:00
Jesse McConnell 9b029a9b42 remove the verifier from the default setup
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@886 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 21:31:32 +00:00
Jesse McConnell 6d52d16a92 add default
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@885 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 17:50:51 +00:00
Joakim Erdfelt e8ccebcc67 Build cleanup post-refactor
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@884 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 17:43:42 +00:00
Joakim Erdfelt c148b97ffc Refactoring jetty-centralized-logger to be more real-world.
* Moving jetty specific pieces out to jetty-webapp-logging so that the
  core logging implementation can exist in places such as JVM endorsed
  library paths and still function, without bringin in all of Jetty in
  the process.
* Removing dependency on any jetty components from
  jetty-centralized-logging per reasons above.
* Establishing jetty-webapp-logging as central place to house the webapp
  logging integration bits and pieces.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@883 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 17:43:18 +00:00
Jesse McConnell 576ee80d2a add in the verifier into the default context...not a longterm solution
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@882 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 17:36:57 +00:00
Simone Bordet 84c922dd4c Fixed bug #288401: HttpExchange.cancel() Method Unimplemented.
It is now implemented.
Improved Javadocs and made all members private.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@881 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 14:24:28 +00:00
Simone Bordet ee1a75a077 Added a guard against NPE when flush() is called after an asynchronous close().
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@880 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 14:14:34 +00:00
Simone Bordet c4f283538a Copyright header.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@879 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 14:13:28 +00:00
Greg Wilkins edc88820ac 282543 HttpClient SSL buffer type fix
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@878 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 12:48:28 +00:00
Jan Bartel 7605c6b1ea JETTY-1105
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@875 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-11 03:07:12 +00:00
Greg Wilkins aeabc18454 minor cleanup
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@873 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 23:54:21 +00:00
Greg Wilkins eaa17eaee5 minor cleanup
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@872 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 23:53:11 +00:00
Joakim Erdfelt f610858e6f Making configurationFilename on CentralizedLogging optional
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@871 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 23:49:14 +00:00
Joakim Erdfelt bbdfe61a5f Allowing logger to be configured via system property / resource url / default flow
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@870 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 23:46:45 +00:00
Joakim Erdfelt 93a7bd5d15 Removing dependency on jetty-util's DateCache.
* Removing dependency on DateCache so that the jetty-centralized-logging
  can be used by projecs that want to utilize endorsed libraries,
  without bringing all of jetty into the endorsed lib area.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@869 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 23:46:38 +00:00
Joakim Erdfelt 5bc978b51f Working around surefire bug manifesting itself in JDK 1.5 jvms
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@868 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 23:19:21 +00:00
Joakim Erdfelt 828f08fe8d Logging bug fixes + new functionality
* Fixed names that were associated with CentralLogger to be fully
  qualified (to match behaviour present in slf4j + log4j +
  commons-logging + java.util.logging)
* Allowed for configuration keys "logger.*.appenders" to contain
  negative logger ids to remove an appender from that heirarchy in the
  configuration.

  Example:
  root.level=INFO
  root.appenders=rollLog

  logger.AUDIT.level=INFO
  logger.AUDIT.appenders=-rollLog,auditLog

  appender.rollLog.class=org.eclipse.jetty.logging.impl.RollingFileAppender
  appender.rollLog.filename=${jetty.home}/logs/central.log

  appender.auditLog.class=org.eclipse.jetty.logging.impl.RollingFileAppender
  appender.auditLog.filename=${jetty.home}/logs/audit.log

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@867 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 23:05:57 +00:00
Jesse McConnell e87dfd072b apply fix from 7.0.0 to trunk
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@866 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 21:56:32 +00:00
Joakim Erdfelt ba847598ac Working out some maven command line testing failures on JDK 1.5.0_18
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@864 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 21:00:22 +00:00
Jesse McConnell c62db0a278 add reference to resolved issue
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@861 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 20:08:17 +00:00
Jesse McConnell 1dd4d93527 289145 reload functionality to jetty policy an remove refresh() calls from constructor
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@860 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 19:52:16 +00:00
Jan Bartel d627905f4b JETTY-780
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@859 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 11:51:11 +00:00
Greg Wilkins c5983dbb1d 282543 HttpClient SSL buffer size fix
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@856 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 11:31:53 +00:00
Greg Wilkins 1ec196076a 282543 HttpClient SSL buffer size fix
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@854 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-10 08:00:20 +00:00
Joakim Erdfelt 9769da72e4 Adding slf4j to distro
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@853 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-09 21:06:31 +00:00
Joakim Erdfelt 7420977b97 Cleaning up the config in preparation for the distro
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@852 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-09 20:55:28 +00:00
Joakim Erdfelt d4f7e008e9 Adding System.Property support to RollingFileAppender
* Adding ability to specify system properties like "${user.dir}"
  to the RollingFileAppender.filename configuration options.
* Adding -config artifact creation.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@851 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-09 20:48:59 +00:00
Joakim Erdfelt 1148817866 Fixing command line build failure
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@850 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-09 18:03:10 +00:00
Simone Bordet 2bbf944a20 Fix for bug #283357: org.eclipse.jetty.server.HttpConnectionTest exceptions.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@848 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-09 12:43:06 +00:00
Greg Wilkins ffa43e89a9 less verbose
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@847 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-09 02:40:47 +00:00
Joakim Erdfelt 002518bd48 Adding 7.0.1-SNAPSHOT section to VERSION.txt
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@841 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 20:51:18 +00:00
Joakim Erdfelt 834a74f870 Adding svn:ignore to jetty-centralized-logging
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@840 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 20:49:40 +00:00
Joakim Erdfelt 6c4b06bbce Copying jetty-centralized-logging from /sandbox/ into place.
* Removing tests/test-webapps/test-webapp-logging-* which are now in place in the jetty-centralized-logging project.



git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@836 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 20:46:49 +00:00
Joakim Erdfelt db1479e571 Merging from revision 787:HEAD on /branches/jetty-7.0.1/ to /trunk/
* Bumping up version to 7.0.1-SNAPSHOT
* Adding jetty-webapp-verifier from /sandbox/
* Changes to jetty-webapp for jetty-centralized-logging from /sandbox/
* Fixes to jetty-policy to support jetty-webapp-verifier



git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@835 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 20:31:00 +00:00
Simone Bordet 92f1b1801f Fixed #280723: Add non blocking statistics handler.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@833 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 20:07:44 +00:00
Simone Bordet dc2a817cd1 Added capability of sending a request without waiting for the response, to test async requests.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@832 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 20:04:18 +00:00
Jan Bartel cbcbb96be1 JETTY-1084
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@827 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 08:34:15 +00:00
Greg Wilkins f47ddbee95 JETTY-1101 Updated servlet3 continuation constructor
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@826 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 04:56:51 +00:00
Greg Wilkins 6b6d7e77c3 JETTY-1098 Default form encoding is UTF8
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@825 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-08 04:32:47 +00:00
Jan Bartel 37501e0c0b JETTY-1092
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@824 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-07 23:36:26 +00:00
Simone Bordet d6bd35a773 Fix for bug #288772: Failure to connect does not set status to EXCEPTED.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@823 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-07 18:55:43 +00:00
Jan Bartel bab8d4d31a JETTY-1080 modify previous fix to work on windows
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@817 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-04 04:41:33 +00:00
Greg Wilkins de111c511d update VERSION.txt with jetty-6 versions
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@816 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-03 23:19:58 +00:00
Simone Bordet ca5c996d70 Fix for bug #288466: LocalConnector is not thread safe.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@811 7e9141cc-0065-0410-87d8-b60c137991c4
2009-09-03 16:44:11 +00:00