Hugues Malphettes
5fcc270059
fix the httpservice deployment: the servlet was not started automatically at deployment time
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2034 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-22 04:39:42 +00:00
Hugues Malphettes
b2f1594974
bug 317231 support the case where the jetty configuration files are inside a jarred fragment or if org.eclipse.jetty.osgi.boot is jarred up.
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2033 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-21 21:49:37 +00:00
Greg Wilkins
3a18729772
NPE protection
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2032 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-21 11:40:57 +00:00
Hugues Malphettes
79c83a7184
more code in progress to support multiple instances of jetty
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2031 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-20 03:08:00 +00:00
Hugues Malphettes
dacfcc8903
more code in progress to support multiple instances of jetty
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2030 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-20 02:45:41 +00:00
Hugues Malphettes
5e2110d894
in progress: support for multiple instances of jetty
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2029 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-20 01:39:24 +00:00
Hugues Malphettes
103bdc47c3
small cleanup no use to compute twice the jars with tlds.
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2028 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-19 23:41:57 +00:00
Hugues Malphettes
1511c6e9cc
refactor the BundleListner into a BundleTracker as it is the best practice
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2027 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-19 21:32:03 +00:00
Hugues Malphettes
ce7a271f7d
bug 317231 ability to define the jety configuration in a fragment that contains an etc/jetty.xml file
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2026 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-18 20:54:40 +00:00
Greg Wilkins
211cfb87af
316597 fixed loop break
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2025 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-18 01:53:35 +00:00
Hugues Malphettes
1a82b62179
bug 317231 ability to define the jety configuration in a fragment that contains an etc/jetty.xml file
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2024 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-18 01:30:15 +00:00
Greg Wilkins
b1a9027c2b
updated javadoc and convenience constructor
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2023 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-17 14:13:39 +00:00
Greg Wilkins
83199c428e
updated javadoc and convenience constructor
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2022 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-17 14:11:04 +00:00
Greg Wilkins
8bc63b4b1e
316976 removed quotes of JAVA_OPTIONS in jetty.sh
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2021 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-17 00:53:35 +00:00
Michael Gorovoy
6bbaa8feaf
288194 Add blacklist/whitelist to ProxyServlet and ProxyHandler
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2020 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 22:55:43 +00:00
Michael Gorovoy
51c6be9c42
Fixed javadoc comments, added a guard against null parameter
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2019 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 22:09:56 +00:00
Joakim Erdfelt
9c423e9c54
316970 - jetty.sh fails to find JETTY_HOME in standard directories
...
Reworked JETTY_HOME lookup to be more clear and resilient.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2018 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 21:25:30 +00:00
Joakim Erdfelt
01a2e3ff1c
316973 - jetty.sh claims java installation is invalid
...
Reworked jetty.sh to NOT check for JAVA_HOME, but instead
check for java from JAVA environment variable (optional)
or use $(which java) to find java itself.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2017 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 20:52:04 +00:00
Joakim Erdfelt
b9fbd97857
Minor formatting fix
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2016 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 18:30:57 +00:00
Joakim Erdfelt
cd35013107
Using maven instead of antrun to make linux-packaging more correct
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2015 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 18:30:56 +00:00
Joakim Erdfelt
3e80a12185
Removing manual call to jar:jar and jar:test-jar.
...
jar:jar is part of the default lifecycle, no point declaring it again.
jar:test-jar isn't used by anything, no point generating, installing,
and deploying it.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2014 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 18:14:04 +00:00
Joakim Erdfelt
04d29783e3
Limiting scope of Findbugs run.
...
Configuring Reporting for PMD, Findbugs, JXR, JavaDoc.
Fixing PMD configuration inheritence bug with sub-projects.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2013 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 17:21:50 +00:00
Michael Gorovoy
bfc76bcad7
Revert changes that were committed prematurely
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2011 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 10:30:25 +00:00
Michael Gorovoy
ac76f274cd
317019 Date HTTP header not sent for HTTP/1.0 requests
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2010 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 10:21:27 +00:00
Greg Wilkins
b96953f305
comment cleanup
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2006 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-16 02:35:23 +00:00
Greg Wilkins
6a9bbd673b
JETTY-1237 Save local/remote address to be available after close
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2004 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-15 07:40:26 +00:00
Greg Wilkins
871f73d409
316597 Removed null check and fixed name in Resource#hrefEncodeURI
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2003 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-15 04:34:49 +00:00
Michael Gorovoy
221cc8589f
316584 Exception on startup if temp path has spaces and extractWAR=false
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2002 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-15 03:12:51 +00:00
Joakim Erdfelt
2347b12be2
Fixing testing typo
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2001 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-15 02:44:59 +00:00
Joakim Erdfelt
c9db2c9620
311550 The WebAppProvider should allow setTempDirectory
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2000 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-14 22:19:08 +00:00
Joakim Erdfelt
02b3db3727
Javadoc fix
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1999 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-14 22:19:03 +00:00
Joakim Erdfelt
59fc05fcf6
Fixing javadoc - can't reference from jetty-io to jetty-http (as theres no dependency in that direction)
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1998 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-14 22:19:00 +00:00
Greg Wilkins
331a750ce0
316449 Websocket disconnect fix
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1996 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-11 03:58:21 +00:00
Greg Wilkins
0104b834b8
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1995 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-11 00:17:47 +00:00
Greg Wilkins
8193236dba
[maven-release-plugin] prepare release jetty-7.1.4.v20100610
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1993 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-11 00:16:54 +00:00
Greg Wilkins
d18121e927
format
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1992 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 23:51:10 +00:00
Greg Wilkins
c513f3ef00
316557 OSGi HttpService is not available because context handlers files are not deployed
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1991 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 23:37:43 +00:00
Joakim Erdfelt
b65e7debb2
316555 jetty.sh throws errors/warnings in older bash version
...
Fixing syntax of expr to be more resilient.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1990 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 23:15:27 +00:00
Hugues Malphettes
e8ed78c866
add the Bundle-Classpath: . to be able to import this library with the sources in eclipse. workaround for a PDE bug
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1989 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 23:13:00 +00:00
Hugues Malphettes
c50fc6a1db
clean
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1988 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 22:55:47 +00:00
Greg Wilkins
a70c798da6
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1987 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 06:20:13 +00:00
Greg Wilkins
5ee4d16dd2
[maven-release-plugin] prepare release jetty-7.1.4.v20100609
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1985 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 06:19:32 +00:00
Greg Wilkins
8a0121c447
version
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1984 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 06:02:59 +00:00
Greg Wilkins
7bad38add1
fixed jmx
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1983 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 06:01:00 +00:00
Jan Bartel
c9c56853b5
316413 - Restarting webapp for packed war fails
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1982 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 04:18:57 +00:00
Greg Wilkins
bd0adbe4c2
fixed -- in comment
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1981 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 03:21:36 +00:00
Greg Wilkins
3ed02a05e7
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1979 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 01:54:22 +00:00
Greg Wilkins
14609bedfd
[maven-release-plugin] prepare release jetty-7.1.4.v20090609
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1977 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 01:53:46 +00:00
Greg Wilkins
3f6fd7689d
fixed javadoc exclusion of XBeans
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1976 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 01:36:00 +00:00
Greg Wilkins
7c7630bc75
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1974 7e9141cc-0065-0410-87d8-b60c137991c4
2010-06-10 00:38:09 +00:00