Commit Graph

1290 Commits

Author SHA1 Message Date
Greg Wilkins fe6a6e86ed 315748 made --daemon log non appendable
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1930 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-07 00:21:42 +00:00
Greg Wilkins cf039140fb 315748 added --pre support in start.jar
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1929 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-07 00:02:08 +00:00
Greg Wilkins 3e70a7f7ac 292814 used filter/servlet name for managed attribute
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1928 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-06 23:34:19 +00:00
Michael Gorovoy 41884b613c 292814 Make QoSFilter and DoSFilter JMX manageable
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1927 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 23:40:29 +00:00
Joakim Erdfelt 2dee039305 Minor cleanup of Main. adding System.exit codes, using System.err more consistently. Adding write checks to --daemon
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1926 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 23:19:15 +00:00
Hugues Malphettes 05b2d9cfa7 bug 315004 explicitly import org.xml.sax and org.xml.sax.helpers to help with paxrunner
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1925 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 20:58:53 +00:00
Hugues Malphettes 6b6c790efd bug 315004 add system.bundle to the dependencies of jetty.osgi to workaround some potential issues with execution profiles
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1922 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 18:14:09 +00:00
Greg Wilkins 0cbb47daba 315748 add --daemon
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1921 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 16:00:32 +00:00
Michael Gorovoy 2c7f0f9372 revert r1915
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1920 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 15:45:41 +00:00
Greg Wilkins b3c156a988 315748 Removed --fromDaemon from start.jar
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1919 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 11:02:16 +00:00
Greg Wilkins 78587f820c 315744 Fixed STOP.PORT and STOP.KEY in start.jar
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1918 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 10:05:32 +00:00
Greg Wilkins a74286d92c 315715 Improved Cookie version handling. Server.setMaxCookieVersion
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1917 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 06:34:53 +00:00
Michael Gorovoy 2d08e4d8f9 293222 Improve request log to handle/show asynchronous latency
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1916 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-04 05:05:30 +00:00
Michael Gorovoy 8542e6c7ae 292814 Make QoSFilter and DoSFilter JMX manageable
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1915 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-02 21:19:47 +00:00
Michael Gorovoy 4130f68f98 292814 make QoSFilter and DoSFilter JMX manageable
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1914 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-02 02:29:33 +00:00
Michael Gorovoy 716b76fe5d 292814 make QoSFilter and DoSFilter JMX manageable
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1913 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-02 02:29:05 +00:00
Joakim Erdfelt 727e58b0b4 Updating eclipse-drop properties.
Updating antrun to version 1.4 so that we can use ant 1.8 and the new <get skipexisting="true"> which makes having a local download cache easier.
Also using a more efficient (and easier to read) <get> and <copy> syntax.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1911 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-01 19:42:07 +00:00
Simone Bordet 2ea16b7ab3 Fixes #315190 (CrossOriginFilter adds headers not understood by Chrome 5 WebSocket implementation).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1910 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-01 12:02:07 +00:00
Greg Wilkins c848da0e12 eclipse drop
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1909 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-01 11:07:50 +00:00
Michael Gorovoy 7a691ffd9a 314299 Create test harness for JDBCLoginService
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1908 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-29 18:14:52 +00:00
Joakim Erdfelt b969859c88 Enabling test-jetty-webapp in linux packaing
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1907 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-27 19:20:18 +00:00
Joakim Erdfelt c8dd711eab Re-enabling jetty-ajp
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1906 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-27 18:45:43 +00:00
Michael Gorovoy 81b24d2d7a 294212 Can not customize session cookie path
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1905 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-27 17:17:23 +00:00
Michael Gorovoy f40ee83149 304100 Better document JMX setup in jetty-jmx.xml
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1904 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-27 16:23:16 +00:00
Greg Wilkins 83fb15ef8c 292326 Stop continuations if server is stopped
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1903 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-27 14:05:08 +00:00
Jesse McConnell a7fe344e21 name -> project.name because name is deprecated
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1902 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-27 12:38:19 +00:00
Michael Gorovoy f68610a2b9 309185 even more javadoc fixes
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1901 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-27 03:55:16 +00:00
Michael Gorovoy 2830e8116d 302350 org.eclipse.jetty.server.NCSARequestLog is missing JavaDoc
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1900 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 23:00:18 +00:00
Greg Wilkins d29c110a31 314581 Implement the Sec-Websocket handshake
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1899 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 22:56:02 +00:00
Joakim Erdfelt 02be70f5e1 Adding more excludes
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1898 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 21:41:23 +00:00
Joakim Erdfelt 533ae0950d [maven-release-plugin] prepare for next development iteration
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1897 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 19:14:50 +00:00
Joakim Erdfelt e00a8d20d6 [maven-release-plugin] prepare release jetty-7.1.3.v20100526
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1895 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 19:14:23 +00:00
Joakim Erdfelt 55262bc310 Tired of remembering to set this
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1894 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 18:43:25 +00:00
Joakim Erdfelt e6b0152c28 Setting up release id
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1893 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 18:41:08 +00:00
Joakim Erdfelt 1fe3f7eb3e Using released version, disabling snapshot repo
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1892 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 18:39:15 +00:00
Joakim Erdfelt d70a8b618b Using new jetty-build-support
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1891 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 18:07:21 +00:00
Jesse McConnell 33a8655c64 remove extranous references in mbean properties
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1887 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 18:01:09 +00:00
Greg Wilkins dac8726629 314009
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1878 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 14:38:00 +00:00
Greg Wilkins d127e61569 288563
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1877 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 14:02:22 +00:00
Jesse McConnell 943b910742 add resolved issue
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1876 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 13:53:01 +00:00
Jesse McConnell d800e35a77 [#314459] update assembly plugin version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1875 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 13:36:05 +00:00
Simone Bordet 6adb41cf5d Reviewed patch for #307457 (Exchanges are left unhandled when connection is lost): improved and cleaned up the fix.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1874 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 12:37:56 +00:00
Simone Bordet 222826d2f7 First pass to fix #308851.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1873 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 10:24:11 +00:00
Greg Wilkins f728f9dfa3 296567 HttpClient RedirectListener handles new HttpDestination
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1872 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 08:04:28 +00:00
Michael Gorovoy 0e780cd2f8 307457 Exchanges are left unhandled when connection is lost
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1871 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-26 04:44:30 +00:00
Joakim Erdfelt b90b7dcc15 314009 'BindException: Address already in use' when explicitly specifying jetty.xml configuration file on command line
Fixing jetty.sh to not include jetty.xml on command line.

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1869 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-25 22:19:48 +00:00
Joakim Erdfelt 470fc27024 Removing attempt at controlling surefire memory usage (it was a wild goose chase).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1868 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-25 20:05:31 +00:00
Joakim Erdfelt efce37dd1d Cranking up findbugs effort, and disabling findbugs in aggregate and tests projects
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1867 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-25 18:27:09 +00:00
Michael Gorovoy 3050264701 314177 JSTL support is broken
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1866 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-25 16:08:00 +00:00
Michael Gorovoy 6f631fab63 297598 JDBCLoginService uses hardcoded credential class
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1865 7e9141cc-0065-0410-87d8-b60c137991c4
2010-05-25 15:54:34 +00:00