Greg Wilkins
f19bd2c65a
work in progress... all but OSGi
2016-03-11 12:21:06 +11:00
Greg Wilkins
2f15c3e4f9
Merge branch 'master' into jetty-9.4.x-Feature
2016-03-10 16:52:43 +11:00
Greg Wilkins
7b1486b96c
Issue #412 Clarify ServletContextListener.contextDestroyed
...
remember context listeners called
2016-03-10 12:46:31 +11:00
Greg Wilkins
fa7dec8c08
Issue #412 Clarify ServletContextListener.contextDestroyed
...
Suggested ordering
2016-03-10 12:36:22 +11:00
Greg Wilkins
eac3a4a439
Merge branch 'jetty-9.3.x'
2016-03-10 12:35:44 +11:00
Greg Wilkins
53f187571d
Added Test for ServletContextListener exceptions
...
See https://java.net/jira/browse/SERVLET_SPEC-152
2016-03-10 11:29:54 +11:00
Greg Wilkins
13d914aa7c
Work in progress on Features
...
Moved jar discovery to META-INF
2016-03-10 04:41:30 +11:00
Greg Wilkins
d41bd264ad
Work in progress towards new quickstart arch
2016-03-05 17:48:15 +01:00
Greg Wilkins
fd34007c3d
Work in progress on Features for QuickStart
2016-03-05 11:04:35 +01:00
Greg Wilkins
c5f0c80cd2
Merge branch 'master' into jetty-9.4.x-Feature
2016-03-04 16:05:23 +01:00
Mehtab Singh Mann
3e1082e122
Issue #356 (Element error-page/location must start with a '/')
...
Signed-off-by: Mehtab Singh Mann <mehtabsinghmann@gmail.com>
2016-03-04 15:49:48 +01:00
Mehtab Singh Mann
23bbbaf8c1
Issue #356 (Element error-page/location must start with a '/')
...
Signed-off-by: Mehtab Singh Mann <mehtabsinghmann@gmail.com>
2016-03-04 19:12:44 +05:30
Greg Wilkins
22a6cd05b7
Features work in progress
...
convert more server/system classes to Configurations
2016-02-29 20:53:17 +01:00
Greg Wilkins
5fed7c713f
fixed merge
2016-02-16 11:21:13 +01:00
Greg Wilkins
ec22a1ba0b
Merge branch 'master' into jetty-9.4.x-Feature
2016-02-16 10:53:16 +01:00
Joakim Erdfelt
e0ce545ad7
Updating to version 9.3.8-SNAPSHOT
2016-01-15 17:15:14 -07:00
Joakim Erdfelt
c0b191119b
Updating to version 9.3.7.v20160115
2016-01-15 16:40:15 -07:00
Joakim Erdfelt
b7f9c9aca9
Updating to version 9.3.7-SNAPSHOT
2016-01-13 08:21:01 -07:00
Joakim Erdfelt
21ca3f6690
Updating to version 9.3.7.RC1
2016-01-13 07:30:24 -07:00
Joakim Erdfelt
4032b8579a
Happy New Year 2016 (take #2 )
2016-01-04 15:14:27 -07:00
Joakim Erdfelt
ac24196b0d
Happy New Year 2016
2016-01-04 14:34:20 -07:00
Joakim Erdfelt
cd39fd84fe
Happy New Year 2016
2016-01-04 14:31:22 -07:00
Greg Wilkins
14bde1f696
work in progress on Configurations as services
2015-12-04 16:26:58 +11:00
Greg Wilkins
9e82fa0a22
work in progress to Configurations as ServiceLoader
2015-12-04 08:52:37 +11:00
Greg Wilkins
722eb60ce5
Configurations can add server/system classes
2015-11-27 13:58:16 +11:00
Greg Wilkins
2972354db7
Self ordering WebApp Configurations
2015-11-27 11:47:03 +11:00
Greg Wilkins
cea05f17d9
483119 - CachingWebAppClassLoader breaks JSP
...
Cleaned up debugging and impl. No fix for JSP problem
2015-11-27 10:39:52 +11:00
Greg Wilkins
a311c8bde1
480904 - jetty-util Loader simplification
...
The Loader has been simplified to now just be a switch between loading from the context loader,
the same loader as another class or the system loader. Multiple loaders will never be tried.
A new runWithServerClassAccess(PriviledgedAction) method has been added to WebAppClassLoader, that
is now used during configuration for actions that need access to both the WEB-INF/lib classes and
the server classes (eg jetty-web.xml and env.xml).
The JMX MBean mechanism has also been modified to look for an MBean class in the same loader that
object came from before attempting the context loader (only if different).
2015-11-19 12:14:05 +11:00
Greg Wilkins
ff0d1b4c14
481903 Module Descriptions
2015-11-12 10:48:04 +11:00
Joakim Erdfelt
edf686fe0a
Updating to version 9.3.7-SNAPSHOT
2015-11-06 12:13:00 -07:00
Joakim Erdfelt
d737e1c638
Updating to version 9.3.6.v20151106
2015-11-06 11:09:32 -07:00
Greg Wilkins
de137abcc7
Merge remote-tracking branch 'origin/jetty-9.3.x'
2015-11-05 18:40:48 +11:00
Greg Wilkins
9e19a95d14
PushSessionCacheFilter
2015-11-05 18:40:18 +11:00
Jan Bartel
b74a89bcb9
479865 IllegalStateException: Multiple servlets map to path: *.jsp: jsp,jsp
2015-10-28 16:53:26 +11:00
Jan Bartel
93da91743a
479865 IllegalStateException: Multiple servlets map to path: *.jsp: jsp,jsp
2015-10-28 16:52:45 +11:00
Greg Wilkins
39768f841a
Merge remote-tracking branch 'origin/jetty-9.3.x'
2015-10-26 13:04:10 +11:00
Greg Wilkins
c0e6e66b49
Added CachingWebAppClassLoader
2015-10-26 09:10:55 +11:00
Greg Wilkins
7415163f59
Merge remote-tracking branch 'origin/jetty-9.3.x'
2015-10-21 17:47:58 +11:00
Greg Wilkins
20072252c0
Set jetty home/base for GlobalWebappConfigBinding
2015-10-21 16:56:58 +11:00
Jan Bartel
e1bade217f
479839 Regression when starting application with excessive scan times
2015-10-16 15:43:48 +11:00
Jan Bartel
27a41a4f77
479839 Regression when starting application with excessive scan times
2015-10-16 15:16:43 +11:00
Greg Wilkins
0b98996745
fixed cherry pick
2015-10-15 16:27:57 +11:00
Greg Wilkins
de14c51627
improved javadoc
2015-10-15 15:42:28 +11:00
Greg Wilkins
2772f147e5
Re-implemented relative web fragment ordering using a topological sort
...
Conflicts:
jetty-webapp/src/main/java/org/eclipse/jetty/webapp/Ordering.java
2015-10-15 15:41:48 +11:00
Joakim Erdfelt
dde32787c4
Updating to version 9.3.6-SNAPSHOT
2015-10-12 15:47:37 -07:00
Joakim Erdfelt
29722bd880
Updating to version 9.3.5.v20151012
2015-10-12 15:10:39 -07:00
Jan Bartel
43db989f7c
479343 calls to MetaData#orderFragments() with relative ordering adds duplicate jars
2015-10-09 11:52:32 +11:00
Joakim Erdfelt
2cce7510e1
Updating to 9.3.5-SNAPSHOT
2015-10-08 17:49:09 -07:00
Jan Bartel
2bdb4e7474
479343 calls to MetaData#orderFragments() with relative ordering adds duplicate jars
2015-10-09 10:48:16 +11:00
Joakim Erdfelt
9cf0e34a1d
Updating to version 9.4.0-SNAPSHOT
2015-10-07 15:41:32 -07:00