cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-12-17 Thread husted
husted 2003/12/17 18:59:33 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Javadoc tweaks only. No functional changes. Revision ChangesPath 1.171 +115 -103 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index:

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-12-17 Thread husted
husted 2003/12/17 19:38:42 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Javadoc tweaks only. No functional changes. Revision ChangesPath 1.172 +68 -65 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index:

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java ActionServletWrapper.java DynaActionForm.java DynaActionFormClass.java ForwardingActionForward.java PlugIn.java RedirectingActionForward.java RequestActionMapping.java SessionActionMapping.java

2003-09-28 Thread rleland
rleland 2003/09/28 21:35:27 Modified:src/share/org/apache/struts/action ActionServlet.java ActionServletWrapper.java DynaActionForm.java DynaActionFormClass.java ForwardingActionForward.java PlugIn.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-08-14 Thread dgraham
dgraham 2003/08/11 17:38:40 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Refactored initConfigDigester() into several smaller methods. Revision ChangesPath 1.168 +43 -20 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-08-02 Thread dgraham
dgraham 2003/08/02 14:08:55 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Replace RequestUtils calls with ModuleUtils. Revision ChangesPath 1.165 +8 -10 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index:

ActionServlet init parameters [WAS] Re: cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-26 Thread David Graham
What is the overall strategy for servlet parameters vs. struts-config controller attributes? We moved most of the init parameters to the controller element so I'm inclined to say that this should be defined there as well. Are there any reasons that it *must* be a servlet init parameter? David

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-26 Thread rleland
rleland 2003/07/26 21:57:35 Modified:src/share/org/apache/struts/action ActionServlet.java Log: remove Unneeded test for null in finally block cleanup javadoc a bit. Revision ChangesPath 1.164 +11 -12

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-25 Thread rleland
rleland 2003/07/25 21:21:07 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Add servlet parameter to set the Factory used to create the ModuleConfig implementation Revision ChangesPath 1.163 +23 -7

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-15 Thread dgraham
dgraham 2003/07/15 21:40:54 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Simplified the parseModuleConfigFile() parameter list and made it protected for PR# 21630. Revision ChangesPath 1.162 +22 -26

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-14 Thread David Graham
--- Rob Leland [EMAIL PROTECTED] wrote: I wanted to pull this over to the 1_1_BRANCH but can't find what property file 'configWebXml' is defined in. Shouldn't it be in the LocalString.properties file or ActionResource.properties file ? Weird, it looks like it should be in

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-07 Thread dgraham
dgraham 2003/07/07 17:39:21 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Reverse if logic to continue to next loop iteration in destroyModules() to prevent a large block of code being nested in the if. Revision ChangesPath 1.160 +30 -23

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-07 Thread dgraham
dgraham 2003/07/07 17:50:54 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Added a getProcessorForModule() method that won't create a RequestProcessor when one doesn't exist. Call this method from destroyModules() instead of getRequestProcessor() for PR#

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-04 Thread dgraham
dgraham 2003/07/04 11:38:37 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Register the new Struts 1.2 DTD. Revision ChangesPath 1.159 +6 -4 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index: ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-02 Thread dgraham
dgraham 2003/07/02 20:23:08 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Removed support for some of the deprecated servlet init. parameters. Revision ChangesPath 1.155 +4 -106

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-02 Thread dgraham
dgraham 2003/07/02 20:36:18 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Removed support for deprecated servlet init. parameters associated with setting up MessageResources. Revision ChangesPath 1.156 +4 -63

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-02 Thread dgraham
dgraham 2003/07/02 20:43:38 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Removed support for deprecated mapping init. parameter. Revision ChangesPath 1.157 +4 -25 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-02 Thread dgraham
dgraham 2003/07/02 21:44:13 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Throw more descriptive exception if web.xml isn't found. PR# 21203. Revision ChangesPath 1.158 +9 -4

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-01 Thread dgraham
dgraham 2003/07/01 20:13:17 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Removed references to deprecated ApplicationConfig class. Revision ChangesPath 1.152 +7 -49 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-07-01 Thread dgraham
dgraham 2003/07/01 21:02:40 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Remove more deprecated methods. Revision ChangesPath 1.153 +5 -208 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index: ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java Action.java

2003-06-28 Thread dgraham
dgraham 2003/06/27 23:16:35 Modified:src/share/org/apache/struts/action ActionServlet.java Action.java Log: Replaced the last remaining references to Action constants with Globals constants. Revision ChangesPath 1.150 +10 -10

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-03-10 Thread dgraham
dgraham 2003/03/10 21:24:55 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Fixed javadoc error and added braces to one line blocks. Revision ChangesPath 1.144 +12 -11 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-02-06 Thread martinc
martinc 2003/02/06 21:42:46 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Add BigDecimal and BigInteger to the set of types for which default converters are registered on startup. PR: 16829 Submitted by: Brian Alexander Lee Revision Changes

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-01-18 Thread craigmcc
craigmcc2003/01/18 11:43:00 Modified:doc/userGuide configuration.xml src/share/org/apache/struts/action ActionServlet.java Log: Desupport the detail servlet init parameter, and remove it from the documentation. Logging configuration for Digester is now done by

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-12-31 Thread cedric
cedric 2002/12/31 03:38:25 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Catch all exceptions when trying to set the currentPlugInConfigObject property during the plugin initialization. This should solve problems encountered whith containers applying

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-12-29 Thread cedric
cedric 2002/12/29 13:24:38 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Change the way the ModuleConfig object is passed to a plugin during initialization. Revision ChangesPath 1.139 +11 -6

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-12-27 Thread cedric
cedric 2002/12/27 02:52:22 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Pass the current plugIn config object to the PlugIn during initialization. The object is passed as a property of the plugin. The plugin should declare a property

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-12-17 Thread craigmcc
craigmcc2002/12/17 23:39:45 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Call the modified LogFactory.release() method that allows the LogFactory instance, and any Log instances it has created, to be freed on a per-webapp- class-loader basis. This is in

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-12-07 Thread craigmcc
craigmcc2002/12/07 18:43:09 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Consistent with the way that validator and tiles initialization is done, enhance the config and config/${prefix} servlet initialization parameters to accept comma-delimited lists of

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-12-07 Thread rleland
rleland 2002/12/07 21:27:07 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Clean up a few more Application-Module renaming methods, Revision ChangesPath 1.135 +50 -16 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-11-29 Thread dgraham
dgraham 2002/11/29 11:49:50 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Removed duplicate InputStream close for Bugzilla PR# 14894. Revision ChangesPath 1.133 +5 -5 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-11-01 Thread rleland
rleland 2002/11/01 05:59:02 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Remove digester.setDebug() since it was deprecated --and-- the deprecated digester method was empty. Revision ChangesPath 1.125 +5 -7

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java ActionServletWrapper.java

2002-10-27 Thread rleland
rleland 2002/10/26 23:01:49 Modified:src/share/org/apache/struts/action ActionServlet.java ActionServletWrapper.java Log: Fixup javadoc Revision ChangesPath 1.123 +6 -4 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-10-27 Thread dgraham
dgraham 2002/10/27 17:29:39 Modified:src/share/org/apache/struts/action ActionServlet.java Log: fixed javadoc error Revision ChangesPath 1.124 +5 -5 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index: ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-10-26 Thread rleland
rleland 2002/10/26 22:36:48 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Close stream to web.xml after reading it into digester. Remove unused imports Revision ChangesPath 1.122 +11 -14

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-07-23 Thread craigmcc
craigmcc2002/07/23 17:30:24 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Add a new servlet initialization parameter rulesets for ActionServlet, that allows you to specify a comma-delimited list of fully qualified class names of

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-07-23 Thread craigmcc
craigmcc2002/07/23 17:47:23 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Pass a SAX InputSource, with a system identifier, to the Digester used to parse struts-config.xml files. This allows struts-config.xml to use relative references to other XML files

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-07-22 Thread craigmcc
craigmcc2002/07/22 18:17:02 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Ensure that all the configured dynamic form bean classes have been created at startup time, so that DynaActionFormClass.getDynaActionFormClass() will always work. As a side effect,

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-07-09 Thread martinc
martinc 2002/07/08 23:40:03 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Fix the use of the 'multipartClass' init-param so that it provides an override for the default sub-app. PR: 10542 Submitted by: Martin Cooper Revision ChangesPath

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-07-07 Thread husted
husted 2002/07/07 11:45:18 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Change convertHack to convertNull so that we don't have the H-word in the public API (jeez, this guy is ~such~ a spoil-sport =:0) and also to use a more descriptive term. Also, after

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-07-06 Thread husted
husted 2002/07/06 10:31:59 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Update JavaDoc Revision ChangesPath 1.109 +7 -7 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index: ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-07-06 Thread husted
husted 2002/07/06 12:11:06 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Update JavaDoc Revision ChangesPath 1.110 +6 -4 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index: ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-06-22 Thread craigmcc
craigmcc2002/06/22 18:04:18 Modified:doc/userGuide building_controller.xml src/share/org/apache/struts/action ActionServlet.java Log: Desupport the validating init parameter for the controller servlet. We now rely on default values for some attributes defined in

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-06-22 Thread jholmes
jholmes 2002/06/22 20:59:34 Modified:src/share/org/apache/struts/action ActionServlet.java Log: update JavaDocs for struts-config.xml parameters PR: Bugzilla #9904 Revision ChangesPath 1.105 +8 -6

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-06-22 Thread craigmcc
craigmcc2002/06/22 21:05:21 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Define a new convertHack boolean init parameter for ActionServlet that restores strict Struts 1.0 compatibility if set to true for form bean properties of Java wrapper class types

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-06-15 Thread craigmcc
craigmcc2002/06/15 16:23:00 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Update comments about deprecated mapping init parameter to indicate that you can still effectively do this (per struts-config.xml file) by using the type attribute of the

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-04-06 Thread craigmcc
craigmcc02/04/06 09:12:17 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Fix the backwards-compatible initialization of the default message resources from the application init parameter so that these resource are actually placed under the correct context

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-03-29 Thread rleland
rleland 02/03/29 10:40:43 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Remove double ;; to keep UML Modeler from complaining. Revision ChangesPath 1.101 +6 -6 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-03-22 Thread craigmcc
craigmcc02/03/22 17:20:20 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Don't forget to actually configure the PlugIn properties before calling init(). Revision ChangesPath 1.100 +6 -4

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-03-15 Thread craigmcc
craigmcc02/03/15 18:17:35 Modified:src/share/org/apache/struts/action Tag: STRUTS_1_0_BRANCH ActionServlet.java Log: Port fix for 7060 (double checked locking allocating Action instances) to the 1.0 branch. PR: Bugzilla #7060 Submitted by: Michael

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-01-23 Thread craigmcc
craigmcc02/01/23 10:59:12 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Restore further backwards compatibility that was broken by the BIG check-in: * ActionServlet.find{FormBean,Forward,Mapping} now work as before, retrieving the corresponding

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-01-23 Thread Ted Husted
We would now need to restore java.lang.String[] findForwards() to ActionMappings. Did you do that already and not commit it? If it hasn't been done, I could do it. -T. [EMAIL PROTECTED] wrote: craigmcc02/01/23 10:59:12 Modified:src/share/org/apache/struts/action

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2002-01-15 Thread craigmcc
craigmcc02/01/15 10:51:26 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Refactor the common doGet() and doPost() logic (again) into a common process() method. Submitted by: Donnie Hale [EMAIL PROTECTED] Revision ChangesPath 1.85 +27

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-12-16 Thread husted
husted 01/12/16 08:50:10 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Add InvokeAction and CreateActionForm methods to allow direct chaining of Actions, per discussions on DEV list.

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-10-06 Thread martinc
martinc 01/10/06 21:48:08 Modified:doc index.xml doc/userGuide building_controller.xml building_model.xml building_view.xml introduction.xml src/share/org/apache/struts/action ActionServlet.java Log: Documentation updates:

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-10-06 Thread martinc
martinc 01/10/06 21:49:15 Modified:doc/userGuide Tag: STRUTS_1_0_BRANCH building_controller.xml building_model.xml building_view.xml introduction.xml src/share/org/apache/struts/action Tag: STRUTS_1_0_BRANCH

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-10-03 Thread craigmcc
craigmcc01/10/03 19:51:56 Modified:src/share/org/apache/struts/action Tag: STRUTS_1_0_BRANCH ActionServlet.java Log: Unconditionally pass the selected mapping as a request attribute under key Action.MAPPING_KEY, even if no form bean is specified. PR:

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-10-03 Thread craigmcc
craigmcc01/10/03 19:54:04 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Port fix for Bugzilla #2068 to HEAD branch. Revision ChangesPath 1.75 +6 -7 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index:

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-06-24 Thread craigmcc
craigmcc01/06/24 16:49:55 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Remove deprecated support for the old (Struts 0.5) configuration file format. Revision ChangesPath 1.71 +6 -83

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-05-18 Thread mschachter
mschachter01/05/18 10:11:40 Modified:src/share/org/apache/struts/action ActionServlet.java Log: - Make sure that a wrapped request object is converted back to the original before any forwarding or including processing is done on it Submitted By: Hal Deadman Revision

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-05-09 Thread craigmcc
craigmcc01/05/09 19:31:37 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Allow initDataSources() to throw ServletException like the other initialization methods do, to indicate a fatal initialization error. PR: Bugzilla #1672 Submitted by: Jim Richards

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-05-09 Thread Jim Richards
Man I love open source ... Modified:src/share/org/apache/struts/action ActionServlet.java Log: Allow initDataSources() to throw ServletException like the other initialization methods do, to indicate a fatal initialization error. PR: Bugzilla #1672 Submitted by: Jim

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-04-23 Thread craigmcc
craigmcc01/04/23 15:45:37 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Remove unused imports. Revision ChangesPath 1.66 +4 -6 jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java Index: ActionServlet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-03-13 Thread craigmcc
craigmcc01/03/13 11:21:43 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Add debugging messages when ServletContext.getRequestDispatcher() returns null, in the remaining cases where this did not occur. Prevents NullPointerException problems on

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-02-13 Thread craigmcc
craigmcc01/02/13 11:25:42 Modified:src/conf struts-config_1_0.dtd src/share/org/apache/struts/action ActionServlet.java Log: Update comments in the DTD to reflect using initialization parameters in the controller servlet for selecting the default implementation

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-02-13 Thread craigmcc
craigmcc01/02/13 16:19:48 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Add a "validating" initialization parameter ("true" or "false") that allows you to turn off XML validation when parsing the "struts-config.xml" file. Default setting is "true", to be

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2001-01-27 Thread craigmcc
craigmcc01/01/27 19:04:32 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Cause reload() to unload and reload the configured data sources, along with all of the other things that are updated. Submitted by: Johan Compagner [EMAIL PROTECTED] Revision