markt 2005/02/13 11:54:49
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Port Remy's fix for 33463 that was introduced by my (invalid) fix for 32559.
- Aligned start and reload with respect to attributes
- Remaining issu
- Original Message -
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: "Tomcat Developers List"
Sent: Sunday, January 16, 2005 10:38 AM
Subject: Re: cvs commit:
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core
StandardContext.java
Mark Thomas w
Mark Thomas wrote:
FWIW I also did some testing around this on TC5. Multiple services that
each contain an engine with the same name creates all sorts of
confusion. It behaves as if the same engine is shared by multiple
services but I haven't looked at the code yet so I am not 100% sure what
is
Mark Thomas wrote:
Do you mean risky in general or risky in TC5? I understand why it would
be in TC5 but not in the general case.
I meant that the patch touches a sensitive area, which makes it risky. I
didn't really read it (I don't use 4.1 anymore), so it will likely be
fine :)
Rémy
-
Remy Maucherat wrote:
[EMAIL PROTECTED] wrote:
markt 2005/01/16 10:06:28
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Fix bug 25508. Multiple services configured with engines of the same
name
cause JNDI lookups to fail in
FWIW I also did some testing around this on TC5. Multiple services that
each contain an engine with the same name creates all sorts of
confusion. It behaves as if the same engine is shared by multiple
services but I haven't looked at the code yet so I am not 100% sure what
is actually going on.
[EMAIL PROTECTED] wrote:
markt 2005/01/16 10:06:28
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Fix bug 25508. Multiple services configured with engines of the same name
cause JNDI lookups to fail in all but the first engin
markt 2005/01/16 10:06:28
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Fix bug 25508. Multiple services configured with engines of the same name
cause JNDI lookups to fail in all but the first engine to be created. Use the
markt 2004/12/24 08:48:19
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Fix bug 32559. Make reload and stop/start more similar in terms
of ordering although the fundamental difference remains.
Revision ChangesPat
markt 2004/03/16 16:00:21
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Fix bug 13833
- StandardContext.Start() should throw an exception if it fails.
Fix bug 14228
- Load on startup servlets should be loaded after AFTE
markt 2003/12/27 12:37:58
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Fix bug 10656. If session-timeout is zero or less, session should not timeout.
- Ported from TC5 patch by luehe.
Revision ChangesPath
1.1
glenn 2003/10/20 17:22:57
Modified:webapps/tomcat-docs/config defaultcontext.xml
catalina/src/share/org/apache/catalina/startup
ContextRuleSet.java
catalina/src/share/org/apache/catalina/core
StandardContext.
remm2003/08/05 02:32:15
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Revert 1.118 change, which was breaking reloading.
- The date of the change was early april (and was integrated in 4.1.25), so
there should have
jfarcand2003/04/02 11:43:20
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Port patch from Tomcat 5.
Return the facade instead of the context itself.
Revision ChangesPath
1.118 +6 -5
jakarta-tomcat-4.0/ca
remm2003/03/06 04:58:48
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Fix incorrect logging.
- Submitted by Jonathan Baker
Revision ChangesPath
1.117 +5 -5
jakarta-tomcat-4.0/catalina/src/share/or
remm2003/03/05 10:20:24
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Fix incorrect logging.
- Submitted by Jonathan Baker
Revision ChangesPath
1.116 +5 -5
jakarta-tomcat-4.0/catalina/src/share/or
remm2002/11/13 01:20:33
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Revert patch (see explanation).
Revision ChangesPath
1.115 +2 -2
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/S
remm2002/09/09 07:39:37
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- The timing of the setResources call was wrong when using a Resources
element. This was in particular causing bug 12059 and duplicates.
Revisi
remm2002/08/28 05:03:16
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Add swallowOutput flag, to allow disabling/enabling sys.out and sys.err
redirection to the logger.
- Redirection is disabled by default.
Re
glenn 2002/08/26 05:15:59
Modified:catalina/src/share/org/apache/catalina/connector
RequestBase.java
catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Fix for BUG 11947. Change where startCapture/s
remm2002/06/08 00:29:33
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Don't add NCL as a container listener (since it listens to events sent by the
associated NamingResources object).
Revision ChangesPath
remm2002/06/05 09:46:54
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Throw an ISE when trying to reload a stopped Context.
Revision ChangesPath
No revision
No
remm02/05/13 17:05:05
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Forgot to port patch to 4.0.x branch (bugzilla 9049).
Revision ChangesPath
No revision
No
remm02/04/30 14:13:37
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Prevent reloading when context is not started.
Revision ChangesPath
1.105 +9 -4
jakarta-tomcat-4.0/catalina/src/share/org/apache/c
remm02/04/13 05:36:34
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Changes to the order of initialization and shutdown of the components
(the manager mainly).
- The ENC is now available during startup and shutdown
jfclere 02/03/23 05:21:15
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
Fix PR6982: The resource has no lifecycle and was not valid after stop/start.
Revision ChangesPath
No
remm02/03/14 13:41:35
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Use the allocate method.
- If the dir context is a WAR dir context or a file dir context,
reinstantiate it (it's simpler).
Revision Changes
glenn 02/02/28 09:20:56
Modified:.RELEASE-NOTES-4.1-dev.txt
catalina/docs/config host.html
catalina/src/share/org/apache/catalina/core
StandardContext.java StandardHost.java
Log:
Added the Engine name as a directory pat
remm02/02/26 18:56:18
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Post (most of) Craig's patch to fix bug 6594.
- Add (very simple) lifecycle management to the dir context implementations.
remm02/02/26 18:34:54
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Slightly improve Craig's patch to integrate it better in the stop processing.
Revision ChangesPath
1.99 +21 -24
jakarta-tomcat-4.0/
remm02/02/20 00:29:56
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Remove some warnings in the logs.
Revision ChangesPath
1.97 +6 -6
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/
remm02/02/19 17:26:26
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Port fix for bug 6550 (memory leak when reloading).
- This version of the fix is a lot more hackish, beacause TC 4.0 doesn't hav
remm02/02/14 16:03:28
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Clean the start and stop methods of context.
- I think it's not doable to take advantage of the inheritance from ContainerBase
for these two metho
remm02/02/14 11:54:12
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Prevent a listener from being added twice.
- Should fix bug 3770.
Revision ChangesPath
1.95 +8 -5
jakarta-tomcat-4.0/catalina/s
remm02/02/14 11:54:01
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Prevent a listener from being added twice.
- Should fix bug 3770.
Revision ChangesPath
No revision
remm02/02/02 09:51:30
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Attempt to fix the (very complex) bug 5201.
- Bind the CCL to the webapp ClassLoader during the start of the context's children
and subcomponents.
remm02/01/28 04:08:23
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Fix the build.
- Put the RELOAD constant in Context, since only a Context supports this event.
Revision ChangesPath
1.92 +5 -5
> patrickl02/01/27 19:03:44
>
> Modified:catalina/src/share/org/apache/catalina/core
> StandardContext.java
> Log:
> Replace references to "reload" lifecycle event with
Lifecycle.RELOAD_EVENT to be consistent with other events.
Reload is a custom lifecycle ev
patrickl02/01/27 19:03:44
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Replace references to "reload" lifecycle event with Lifecycle.RELOAD_EVENT to be
consistent with other events.
Revision ChangesPath
1.91
remm02/01/26 13:50:59
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Fire a "reload" lifecycle event after reloading is complete.
Revision ChangesPath
1.90 +7 -4
jakarta-tomcat-4.0/catalina/src/shar
remm02/01/07 11:07:24
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Port patch.
- Synchronizing on getServletContext is unnecessary and can cause
deadlocks on shutdown.
- Should fix bug 5719
remm02/01/07 10:58:54
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Synchronizing on getServletContext is unnecessary and can cause
deadlocks on shutdown.
- Should fix bug 5719, and could also fix problems with Tom
remm01/12/02 14:24:49
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Revert this patch (sorry Costin):
- Port patch which makes the parent class loader of a privileged webapp be
the Catalina lo
remm01/12/02 09:38:18
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Port patch which makes the parent class loader of a privileged webapp be
the Catalina loader, which gives it full access to th
remm01/11/17 00:42:54
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Fix incorrect Javadoc.
Patch submitted by Daniel Rall
Revision ChangesPath
No revision
remm01/11/17 00:34:13
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Fix incorrect Javadoc.
Patch submitted by Daniel Rall
Revision ChangesPath
1.88 +5 -6
jakarta-tomcat-4.0/catalina/src/share/
remm01/10/26 10:18:05
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Cross context should default to false.
Revision ChangesPath
No revision
No
remm01/10/26 10:17:08
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Cross context should default to false.
Revision ChangesPath
1.84 +5 -5
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/
remm01/10/04 12:27:36
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
StandardWrapper.java
Log:
- Merge a variety of fixes and small feature additions which have been made
and deb
remm01/09/26 16:17:52
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
- Create the Jasper loader in delegating mode (may prevent trouble).
Revision ChangesPath
No revision
remm01/09/26 16:07:54
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Create the Jasper loader in delegating mode (may prevent trouble).
Revision ChangesPath
1.80 +5 -4
jakarta-tomcat-4.0/catalina/sr
craigmcc01/09/21 09:31:29
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Port the proposed fix for #3733.
Revision ChangesPath
1.79 +13 -13
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/Sta
craigmcc01/09/21 09:28:58
Modified:catalina/src/share/org/apache/catalina/core Tag:
tomcat_40_branch StandardContext.java
Log:
Commit a proposed fix for Bugzilla #3733. Now, on an application reload
(caused by automatic detection of modified classes, or by
remm01/09/05 21:00:16
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Not syncing on start / stop / reload is extremely risky, and doesn't bring
anything useful in terms of performance. This patch adds synchronization.
remm01/07/25 17:15:59
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Add a cachingAllowed flag on the standard context. The caching flag
on the proxy dir context will be removed since it was not flexible enough
(t
remm01/07/24 21:05:50
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java StandardContextValve.java
StandardWrapper.java
Log:
- Cleanup of the thread binding.
- Should now set up the context class loader dur
remm01/07/24 15:51:43
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Fix for #2710 - getNamingContextName returns incorrect name.
Patch submitted by Vishy Kasar
Revision ChangesPath
1.70 +30 -17
craigmcc01/06/23 16:59:11
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Remove a FIXME comment since we have dealt with this issue.
Revision ChangesPath
1.68 +4 -7
jakarta-tomcat-4.0/catalina/src/share/o
craigmcc01/06/23 16:41:51
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Re-expose the application resources and welcome file list as context
attributes during a reload.
Revision ChangesPath
1.67 +21 -7
remm01/06/23 14:55:39
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Reset the Jasper class loader when reloading, so that a new one will be
created. Jasper was always using the old (destroyed) CL before.
- Make the
craigmcc01/06/23 12:50:31
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
When reloading an application, call the init() method of all
load-on-startup servlets so that they can restore any required application
specific state
remm01/06/18 19:14:49
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Normalize the work directory path.
- Use the new Webapp class loader instead of standard class loader.
Note : This is a one line change.
Revi
remm01/06/12 19:32:02
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Make the naming context name really unique.
Before, there were conflicts when using multiple engines with the same
host and context names.
N
remm01/06/11 15:44:18
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Untested fix for a bug when stopping and restarting a context later with
the access controller of the JNDI ENC. The read only flag must be unset
remm01/05/30 20:53:58
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- The manager should be able to load classes from /WEB-INF/lib during start(),
stop() and reload().
- Filters will also be able to load classes from
craigmcc01/05/11 19:42:00
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Initialize our character set mapper (used by response.setLocale()) at
startup time, to avoid access control problems if accessed for the first
time by
craigmcc01/05/03 22:30:01
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java StandardHost.java
Log:
Enable configuration of the default mapper class for StandardHost and
StandardContext as well, in preparation for future optimized ver
craigmcc01/04/30 14:55:09
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
A load-on-startup servlet that throws ServletException or
UnavailableException from the init() method should *not* be fatal to the
entire application
remm01/04/27 12:57:39
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Should address bug 1469. There was name conflicts in the
access controller of the naming context.
Revision ChangesPath
1.55 +21 -8
craigmcc01/04/17 12:27:20
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Restore the ability to save and reload active sessions across a web app
restart. This was broken by the refactoring of the load() and unload() calls
kief01/04/15 03:45:28
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java LocalStrings.properties
Log:
Removed code to load sessions on start or restart - this code has
been moved to the Manager start method.
Revision Changes
kief01/04/15 02:27:56
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Removed code to save sessions on restart or shutdown: this should
be done in the Manager stop method.
Revision ChangesPath
1.52 +4 -20
remm01/04/08 23:52:10
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Allows using JNDI ENC operations in the destroy() method of a servlet.
Revision ChangesPath
1.51 +17 -4
jakarta-tomcat-4.0/catalin
remm01/04/06 16:42:04
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Should fix bug 1202, at least when a naming operation involving the ENC
is attempted during the init() call of a servlet which is loaded on startup.
craigmcc01/03/30 14:27:51
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Any significant error that is encountered while starting a Context initially,
or as part of a reload() call, will now cause the corresponding web
appl
craigmcc01/03/24 13:12:26
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Create JNDI entries for EJB references, resource references, and resource
environment references in the "java:comp/env" context, rather than in the
"j
remm01/03/22 11:19:55
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Fix class reloading problems with filters.
That's weird, I thought the reloading would not be done by the Catalina
class loader, but apparently
remm01/03/12 22:48:09
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Now recreates the naming environment when reloading a context.
- Fix problems with how the read only flags were set.
Revision ChangesPath
glenn 01/02/25 19:51:36
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Implement DefaultContext in server.xml config
Revision ChangesPath
1.41 +36 -4
jakarta-tomcat-4.0/catalina/src/share/org/apache/cata
remm01/02/21 17:20:26
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- The "java:" naming environment wasn't read only because the read only
flag was incorrectly set.
Revision ChangesPath
1.40 +5 -5
remm01/02/12 17:24:59
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Fix for an initialization problem, where listeners and filters couldn't be loaded
if either :
- They were inside a JAR file
- They were in t
remm01/01/25 10:36:46
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java StandardContextValve.java
Log:
- Security fix : A webapp could access the naming environment of another webapp by
using
the ContextBindings.getContext(Str
remm01/01/23 18:33:01
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Add bind / unbind calls during init to allow resolving of nested JAR URLs.
Revision ChangesPath
1.36 +7 -4
jakarta-tomcat-4.0/cat
pier00/12/07 23:17:53
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Last modification to the core package files before final WARP checkin.
Revision ChangesPath
1.32 +5 -5
jakarta-tomcat-4.0/catalina/
remm00/11/02 22:46:55
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
- Fix for a dumb initialization problem of the naming context, where naming
entries which were including paths could be bound to an incorrect path.
craigmcc00/10/21 06:33:13
Modified:catalina/src/share/org/apache/catalina/core
StandardContext.java
Log:
Add getDisplayName and setDisplayName.
Revision ChangesPath
1.22 +34 -4
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/co
86 matches
Mail list logo