Commit Graph

795 Commits

Author SHA1 Message Date
Joakim Erdfelt b34ccc5915 Making VERSION.txt automatically update itself in the jetty-distribution tarball 2011-08-19 10:52:48 -07:00
Michael Gorovoy bb03bb090b Moved 355162 entry to correct release 2011-08-19 11:09:17 -04:00
Greg Wilkins 30603c013e set version for RC1 2011-08-19 21:55:32 +10:00
Joakim Erdfelt ffee22f357 Fixing NPE in jetty-version-maven-plugin 2011-08-18 14:36:08 -07:00
Michael Gorovoy 0720ba9c04 355162 Allow creating an empty resource collection 2011-08-18 17:13:25 -04:00
Joakim Erdfelt 64605e9129 Merging version-updates 2011-08-18 13:46:45 -07:00
Simone Bordet fc55901661 Merge remote-tracking branch 'origin/master'
Conflicts:
	VERSION.txt
2011-08-18 17:42:32 +02:00
Simone Bordet 2d6491b78f Fixes #355103 (Make allowCredentials default to true in CrossOriginFilter). 2011-08-18 17:41:21 +02:00
Jan Bartel 817ecc25c3 Part of: JETTY-1414 HashLoginService doesn't refresh realm if specified config filename is not an absolute platform specific value 2011-08-18 16:10:33 +10:00
Michael Gorovoy 39fce10d74 335001 Eliminate expected exceptions from log when running in JBoss 2011-08-17 15:32:31 -04:00
Joakim Erdfelt be4d0cf3ec Updating VERSION.txt (in a branch) with formatting (and missed entries in 7.5.0.RC0) using jetty-version-maven-plugin 2011-08-16 11:42:20 -07:00
Joakim Erdfelt c2c4234690 Fixing minor formatting issues in prep for jetty-version-maven-plugin 2011-08-15 12:54:42 -07:00
Jesse McConnell 0610ce4387 update for release 2011-08-15 14:03:25 -05:00
Michael Gorovoy 6fb751e216 354397 RewriteRegexRule handles special characters in regex group 2011-08-15 12:24:07 -04:00
Jan Bartel 9315e1896d 354466 - Typo in example config of jetty-plus.xml 2011-08-11 19:31:47 +10:00
Jan Bartel 548696ef60 354204 - Charset encodings property file not used 2011-08-09 13:51:14 +10:00
Michael Gorovoy d496a4f80a 354014 Content-Length is passed to wrapped response in GZipFilter 2011-08-08 18:03:36 -04:00
Simone Bordet 01cbaf528b Fixes #353862 (Improve performance of QuotedStringTokenizer.quote()). 2011-08-04 12:15:39 +02:00
Thomas Becker 0a6c7ad846 353563: HttpDestinationQueueTest too slow
Signed-off-by: Jesse McConnell <jesse.mcconnell@gmail.com>
2011-08-02 08:39:38 -05:00
Jesse McConnell cd0dd3e8ff [Bug 352999] test performance patch applied to jetty-client, thanks Thomas 2011-08-02 08:04:18 -05:00
Jan Bartel 56866b3e68 Bug 353465 - JAASLoginService ignores callbackHandlerClass 2011-08-01 12:55:32 +10:00
Jesse McConnell 062feb4750 [Bug 353165] remove a directory check for directories of jar files,
rational being that some users wish to point to unpacked jar files
using symbolic links and this was preventing that behavior
2011-07-29 11:21:13 -05:00
Jan Bartel c2cf8077b3 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
Conflicts:
	VERSION.txt
2011-07-29 11:09:52 +10:00
Jan Bartel 991c186159 353095 - maven-jetty-plugin: PermGen leak due to javax.el.BeanELResolver 2011-07-29 11:07:20 +10:00
Jesse McConnell 9b4ab80ea6 [Bug 353210] align bundle version in MANIFEST.MF 2011-07-27 09:38:30 -05:00
Greg Wilkins 5859a85919 353073 WebSocketClient 2011-07-26 17:31:55 +10:00
Greg Wilkins ee02bb4b17 Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-07-22 11:04:11 +10:00
Greg Wilkins f496c26c71 352421 HttpURI paths beginning with . 2011-07-22 11:03:48 +10:00
Michael Gorovoy 2790badf6d 352786 GzipFilter fails to pass parameters to GzipResponseWrapper 2011-07-21 13:11:36 -04:00
Michael Gorovoy 0cc914c4bb 352684 Implemented spinning thread analyzer 2011-07-20 19:30:44 -04:00
Greg Wilkins 61b2a5c751 298502 Handle 200 Connect responses with no content-length 2011-07-15 15:50:41 +10:00
Greg Wilkins 6349100c9d Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project 2011-07-15 15:22:51 +10:00
Jan Bartel 21f924fa1d 352176 - xml parsing on startElement should be more flexible on using qName or localName 2011-07-15 15:21:04 +10:00
Greg Wilkins b62c5cdde6 298502 added ProxyFakeTunnelTest.java to demonstrate the issue 2011-07-15 15:06:26 +10:00
Jan Bartel 295634a369 352046 - Need try/catch around features set in XmlParser 2011-07-14 15:50:37 +10:00
Michael Gorovoy 8babf3ae17 351576 Do not use deprecated method File.toURL() 2011-07-08 17:21:02 -04:00
Greg Wilkins 4e8598eb00 351516 Refactored sessions to better support nosql session managers 2011-07-08 17:43:53 +10:00
Jesse McConnell 9eb0f5354d update version for release 2011-07-07 18:29:26 -05:00
Michael Gorovoy 2eaad85a0c 350634 Reverted FileResource constructor changes
This reverts commit 95ff9d73f0.
2011-07-07 18:04:28 -04:00
Jan Bartel 7908c4e825 JETTY-1153 Default charset/encoding of HTTP POST requests 2011-07-07 19:56:17 +10:00
Michael Gorovoy a7eabf0757 350397 SelectChannelConnector does not shutdown gracefully 2011-07-06 16:14:54 -04:00
Jan Bartel c88fc8cd25 351199 - HttpServletResponse.encodeURL() wrongly encodes an url without path when cookies are disabled
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3465 7e9141cc-0065-0410-87d8-b60c137991c4
2011-07-06 07:29:19 +00:00
Jan Bartel f7ee9a98ee 345268 JDBCSessionManager does not work with maxInactiveInterval = -1
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3461 7e9141cc-0065-0410-87d8-b60c137991c4
2011-07-04 08:08:52 +00:00
Jan Bartel dd3361047d 351039 Forward dispatch should retain locale
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3460 7e9141cc-0065-0410-87d8-b60c137991c4
2011-07-04 02:54:58 +00:00
Michael Gorovoy b5a2e7e426 308851 Converted all jetty-client module tests to JUnit 4
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3459 7e9141cc-0065-0410-87d8-b60c137991c4
2011-07-02 00:57:56 +00:00
Michael Gorovoy 9807ac7f21 JETTY-1380 Jetty Rewrite example does not work in Hightide
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3458 7e9141cc-0065-0410-87d8-b60c137991c4
2011-07-01 21:06:34 +00:00
Jesse McConnell aed90c1bb6 adjust VERSION.txt for new release
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3451 7e9141cc-0065-0410-87d8-b60c137991c4
2011-07-01 10:58:12 +00:00
Jesse McConnell b4c5512ff4 adjust VERSION.txt for new release
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3450 7e9141cc-0065-0410-87d8-b60c137991c4
2011-07-01 10:57:14 +00:00
Jan Bartel 8fcac4a34e 324704 JDBC Session Manager reloading session
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3449 7e9141cc-0065-0410-87d8-b60c137991c4
2011-07-01 05:59:20 +00:00
Greg Wilkins baabacfe95 reverted to 7.4.4-SNAPSHOT
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3448 7e9141cc-0065-0410-87d8-b60c137991c4
2011-07-01 02:22:56 +00:00