Author: germuska
Date: Tue Oct 19 17:15:27 2004
New Revision: 55110
Modified:
struts/trunk/contrib/struts-chain/src/conf/chain-config.xml
Log:
add documentation to base chain-config to help Tiles users
Modified: struts/trunk/contrib/struts-chain/src/conf/chain-config.xml
Author: germuska
Date: Fri Oct 22 06:34:16 2004
New Revision: 55318
Modified:
struts/trunk/src/share/org/apache/struts/action/ActionServletWrapper.java
Log:
Implement Serializable, Thanks to Lindsay Smith for reporting.
PR# 31850
Modified: struts/trunk/src/share/org/apache/struts/action
Author: germuska
Date: Wed Oct 27 07:43:03 2004
New Revision: 55700
Modified:
struts/trunk/contrib/struts-shale/project.properties
Log:
fix expression of value for 'maven.repo.remote' -- why don't any of the repos have
servlet-2.4?
Modified: struts/trunk/contr
Author: germuska
Date: Tue Nov 9 12:51:50 2004
New Revision: 57099
Modified:
struts/trunk/src/share/org/apache/struts/plugins/DigestingPlugIn.java
Log:
Fix getConfigURL method to use source method passed in
instead of configSource instance property. Fixes bug #32123.
Thanks to takes at
Author: germuska
Date: Fri Nov 19 13:00:43 2004
New Revision: 105881
Modified:
struts/core/trunk/project.properties
Log:
remove redundant definitions of maven.repo.central and
maven.repo.central.directory; fix typo
Modified: struts/core/trunk/project.properties
Author: germuska
Date: Fri Nov 19 14:15:06 2004
New Revision: 105888
Added:
struts/el/trunk/LICENSE.CheckStyle
struts/el/trunk/LICENSE.txt
struts/el/trunk/conf/qa/
struts/el/trunk/conf/qa/CheckStyle.xml
struts/el/trunk/project.properties
struts/el/trunk/struts.jsl
Modified
Author: germuska
Date: Mon Nov 22 15:54:57 2004
New Revision: 106242
Modified:
struts/sandbox/trunk/struts-chain/src/java/org/apache/struts/chain/CreateAction.java
Log:
fix context key: should use method-scoped variable 'actionsKey', not
instance-scoped variable 'actio
Author: germuska
Date: Mon Nov 22 16:05:57 2004
New Revision: 106246
Modified:
struts/sandbox/trunk/struts-chain/project.xml
Log:
update 'extends' element; add mockobjects dependencies to encourage test writing
Modified: struts/sandbox/trunk/struts-chain/project.xml
Author: germuska
Date: Mon Nov 22 16:33:37 2004
New Revision: 106250
Modified:
struts/sandbox/trunk/struts-chain/src/conf/chain-config.xml
Log:
ExceptionCatcher needs to know in which catalog it should lookup the
exceptionCommand
Modified: struts/sandbox/trunk/struts-chain/src/conf/chain
Author: germuska
Date: Wed Dec 15 07:22:22 2004
New Revision: 111974
URL: http://svn.apache.org/viewcvs?view=rev&rev=111974
Log:
correct error using 'name' attr instead of 'property' for action/set-property;
update javadoc to reflect simpler implementation than ori
Author: germuska
Date: Wed Dec 15 06:25:41 2004
New Revision: 111970
URL: http://svn.apache.org/viewcvs?view=rev&rev=111970
Log:
add support for a map of arbitrary properties to ActionConfig, and adjust
ConfigRuleSet to understand the new config.
Modified:
struts/core/trunk/src/share
Author: germuska
Date: Wed Dec 15 08:22:06 2004
New Revision: 111987
URL: http://svn.apache.org/viewcvs?view=rev&rev=111987
Log:
create "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN" and
add it as a registered DTD in ActionServlet
Added:
struts/core/trunk/con
Author: germuska
Date: Sun Jan 2 16:01:27 2005
New Revision: 123917
URL: http://svn.apache.org/viewcvs?view=rev&rev=123917
Log:
add 'struts' as groupId; correct some remnants describing BSF; bump to latest
ORO release
Modified:
struts/taglib/trunk/project.xml
Modified: strut
Author: germuska
Date: Sun Jan 2 18:28:56 2005
New Revision: 123922
URL: http://svn.apache.org/viewcvs?view=rev&rev=123922
Log:
Add support for executing chain commands associated with ActionMappings,
instead
of or in addition to normal action/forward/include processing.
Also cor
Author: germuska
Date: Mon Jan 3 06:20:03 2005
New Revision: 123976
URL: http://svn.apache.org/viewcvs?view=rev&rev=123976
Log:
basic Maven project file; compiles, hasn't received much more thought -- esp.
to the 'developers' list -- feel free to add yourself if you want to
Author: germuska
Date: Mon Jan 3 06:21:12 2005
New Revision: 123977
URL: http://svn.apache.org/viewcvs?view=rev&rev=123977
Log:
Add 'target' to svn:ignore property.
Modified:
struts/tiles/trunk/ (props changed)
--
Author: germuska
Date: Mon Jan 10 18:27:43 2005
New Revision: 124866
URL: http://svn.apache.org/viewcvs?view=rev&rev=124866
Log:
Add ASL, SVN keywords
Modified:
struts/core/trunk/src/share/org/apache/struts/chain/commands/ExecuteCommand.java
(contents, props changed)
Modified:
st
Author: germuska
Date: Fri Feb 4 06:41:35 2005
New Revision: 151357
URL: http://svn.apache.org/viewcvs?view=rev&rev=151357
Log:
correct order of test to see if configured RequestProcessor class is same as or
a subclass of ComposableRequestProcessor.
Modified:
struts/tiles/trunk/src/
Author: germuska
Date: Fri Feb 4 06:45:56 2005
New Revision: 151358
URL: http://svn.apache.org/viewcvs?view=rev&rev=151358
Log:
do an include (instead of forward) in the case where the response is already
committed.
Thanks to Wolfgang Gehner for the suggestion.
Modified:
struts/t
Author: germuska
Date: Fri Feb 4 16:51:11 2005
New Revision: 151452
URL: http://svn.apache.org/viewcvs?view=rev&rev=151452
Log:
expose initInternal as public to facilitate testing
Modified:
struts/core/trunk/src/test/org/apache/struts/mock/MockActionServlet.java
Modified:
struts/
Author: germuska
Date: Fri Feb 4 17:01:07 2005
New Revision: 151453
URL: http://svn.apache.org/viewcvs?view=rev&rev=151453
Log:
expose an alternate token generation method which takes a String, to help
extract ourselves from direct dependencies on the Servlet API.
Change the exis
Author: germuska
Date: Sat Feb 5 06:17:52 2005
New Revision: 151491
URL: http://svn.apache.org/viewcvs?view=rev&rev=151491
Log:
initial project.properties -- copied from core
Added:
struts/taglib/trunk/project.properties
Added: struts/taglib/trunk/project.properties
URL:
Author: germuska
Date: Sat Feb 5 06:18:21 2005
New Revision: 151492
URL: http://svn.apache.org/viewcvs?view=rev&rev=151492
Log:
initial project.properties -- copied from core
Added:
struts/tiles/trunk/project.properties
Added: struts/tiles/trunk/project.properties
URL:
Author: germuska
Date: Sat Feb 5 06:29:05 2005
New Revision: 151494
URL: http://svn.apache.org/viewcvs?view=rev&rev=151494
Log:
Move TLD XML/doc files from core to taglib
Added:
struts/taglib/trunk/doc/
struts/taglib/trunk/doc/userGuide/
struts/taglib/trunk/doc/userGuide/st
Author: germuska
Date: Sat Feb 5 06:29:42 2005
New Revision: 151495
URL: http://svn.apache.org/viewcvs?view=rev&rev=151495
Log:
Move TLD XML/doc from core to taglib project
Removed:
struts/core/trunk/doc/userGuide/struts-bean.xml
struts/core/trunk/doc/userGuide/struts-html
Author: germuska
Date: Sat Feb 5 06:31:54 2005
New Revision: 151496
URL: http://svn.apache.org/viewcvs?view=rev&rev=151496
Log:
Move TLD stylesheet from core to taglibs project.
Removed:
struts/core/trunk/doc/stylesheets/tld
Author: germuska
Date: Sat Feb 5 06:32:17 2005
New Revision: 151497
URL: http://svn.apache.org/viewcvs?view=rev&rev=151497
Log:
Move TLD stylesheet from core to taglibs project.
Added:
struts/taglib/trunk/doc/stylesheets/
struts/taglib/trunk/doc/stylesheets/tld.xsl
- co
Author: germuska
Date: Sat Feb 5 06:34:00 2005
New Revision: 151498
URL: http://svn.apache.org/viewcvs?view=rev&rev=151498
Log:
copy struts core maven.xml to support getting TLDs in JAR
Added:
struts/taglib/trunk/maven.xml
Added: struts/taglib/trunk/maven.xml
URL:
http://svn.apache
Author: germuska
Date: Sat Feb 5 06:34:43 2005
New Revision: 151499
URL: http://svn.apache.org/viewcvs?view=rev&rev=151499
Log:
remove TLD transform because that process has been moved out to a separate
subproject
Modified:
struts/core/trunk/maven.xml
Modified: struts/core/trunk/maven
Author: germuska
Date: Sat Feb 5 06:47:15 2005
New Revision: 151500
URL: http://svn.apache.org/viewcvs?view=rev&rev=151500
Log:
update maven.xml, copy base files so that TLD is generated and included in jar
output
Added:
struts/tiles/trunk/doc/
struts/tiles/trunk/doc/stylesh
Author: germuska
Date: Sat Feb 5 06:47:41 2005
New Revision: 151501
URL: http://svn.apache.org/viewcvs?view=rev&rev=151501
Log:
move tiles TLD XML to tiles subproject
Removed:
struts/taglib/trunk/doc/userGuide/struts-tiles
Author: germuska
Date: Sun Feb 6 16:48:08 2005
New Revision: 151647
URL: http://svn.apache.org/viewcvs?view=rev&rev=151647
Log:
bring TLD generation to tiles subproject; correct class names for tag classes
in XML file
Added:
struts/tiles/trunk/doc/stylesheets/tld.xsl
Modified:
st
Author: germuska
Date: Sun Feb 6 17:42:10 2005
New Revision: 151656
URL: http://svn.apache.org/viewcvs?view=rev&rev=151656
Log:
Commit classes involved in revisions to chain, slightly in advance of checking
in changes to the chain commands themselves.
Added:
struts/core/trunk/src/test
Author: germuska
Date: Sun Feb 6 17:42:35 2005
New Revision: 151657
URL: http://svn.apache.org/viewcvs?view=rev&rev=151657
Log:
Commit classes involved in revisions to chain, slightly in advance of checking
in changes to the chain commands themselves.
Added:
struts/core/trunk/src/share
Added:
struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateActionForm.java
URL:
http://svn.apache.org/viewcvs/struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateActionForm.java?view=auto&rev=151660
Author: germuska
Date: Sun Feb 6 20:18:18 2005
New Revision: 151677
URL: http://svn.apache.org/viewcvs?view=rev&rev=151677
Log:
Add ASF license.
Modified:
struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateAction.java
struts/core/trunk/src/share/org/ap
Author: germuska
Date: Wed Feb 9 06:25:34 2005
New Revision: 153065
URL: http://svn.apache.org/viewcvs?view=rev&rev=153065
Log:
Add PropertyUtils.clearDescriptors() to destroy() method: Bug 14042; thanks to
Tobias L. for the suggested fix.
Modified:
struts/core/trunk/src/share/org/ap
Author: germuska
Date: Wed Feb 9 06:29:52 2005
New Revision: 153066
URL: http://svn.apache.org/viewcvs?view=rev&rev=153066
Log:
remove test method which caused instantiation of ActionContextBase, since that
class is now abstract.
The class under test may not be long for Struts anyway, so
Author: germuska
Date: Thu Feb 10 19:11:50 2005
New Revision: 153327
URL: http://svn.apache.org/viewcvs?view=rev&rev=153327
Log:
complete sentence in JavaDoc!
Modified:
struts/core/trunk/src/share/org/apache/struts/chain/contexts/ContextWrapper.java
Modified:
struts/core/trunk/src/s
Author: germuska
Date: Thu Feb 10 19:16:04 2005
New Revision: 153329
URL: http://svn.apache.org/viewcvs?view=rev&rev=153329
Log:
Add 'release()' method to ActionContext; adjust constructor of
ServletActionContext so that it can be created without a ServletWebContext: we
could p
Author: germuska
Date: Thu Feb 10 19:17:21 2005
New Revision: 153331
URL: http://svn.apache.org/viewcvs?view=rev&rev=153331
Log:
Adjust chain: now, ComposableRequestProcessor ensures that an ActionContext
instance is created and
used as the initial context to the c
Author: germuska
Date: Thu Feb 10 19:53:29 2005
New Revision: 153337
URL: http://svn.apache.org/viewcvs?view=rev&rev=153337
Log:
Adjust to coordinate with changes in struts-core where the context passed into
the chain is an ActionContext, not a ServletWebContext.
Modified:
struts/t
Author: germuska
Date: Sun Feb 13 11:22:39 2005
New Revision: 153657
URL: http://svn.apache.org/viewcvs?view=rev&rev=153657
Log:
Add 'exception' property to ActionContext and ActionContextBase.
Modified:
struts/core/trunk/src/share/org/apache/struts/chain/contexts/Acti
Author: germuska
Date: Sun Feb 13 12:53:25 2005
New Revision: 153663
URL: http://svn.apache.org/viewcvs?view=rev&rev=153663
Log:
Add checks to see if directories are available before copying; remove spaces
from
goal specs in maven:reactor tags.
I now get a clean build (maven:dist) but hav
Author: germuska
Date: Tue Feb 15 10:44:12 2005
New Revision: 153947
URL: http://svn.apache.org/viewcvs?view=rev&rev=153947
Log:
simple maven.xml causes TLDs to be generated for JAR/dist
Added:
struts/el/trunk/maven.xml
Added: struts/el/trunk/maven.xml
URL:
http://svn.apache.org/vie
Author: germuska
Date: Wed Feb 16 13:14:34 2005
New Revision: 154084
URL: http://svn.apache.org/viewcvs?view=rev&rev=154084
Log:
call CatalogFactory.clear() as part of destroy()
Modified:
struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java
Modified:
struts/core/t
Author: germuska
Date: Sat Feb 19 11:14:20 2005
New Revision: 154445
URL: http://svn.apache.org/viewcvs?view=rev&rev=154445
Log:
Remove command properties which are not used now that ActionContext is used.
Modified:
struts/tiles/trunk/src/java/org/apache/struts/tiles/comm
Author: germuska
Date: Mon Feb 28 19:39:06 2005
New Revision: 155749
URL: http://svn.apache.org/viewcvs?view=rev&rev=155749
Log:
include 'build' dir in dist
Modified:
struts/core/trunk/maven.xml
Modified: struts/core/trunk/maven.xml
URL:
http://svn.apache.org/viewcvs/str
Author: germuska
Date: Tue Mar 1 04:12:28 2005
New Revision: 155771
URL: http://svn.apache.org/viewcvs?view=rev&rev=155771
Log:
move copying of build maven files from core/maven.xml to build/maven.xml so all
benefit
Modified:
struts/core/trunk/maven.xml
Modified: struts/core/t
Author: germuska
Date: Tue Mar 1 05:51:29 2005
New Revision: 155779
URL: http://svn.apache.org/viewcvs?view=rev&rev=155779
Log:
move copying of build maven files from core/maven.xml to build/maven.xml so all
benefit
Modified:
struts/build/trunk/maven.xml
Modified: struts/build/t
Author: germuska
Date: Tue Mar 1 19:04:28 2005
New Revision: 155859
URL: http://svn.apache.org/viewcvs?view=rev&rev=155859
Log:
restore TLD transform
Added:
struts/tiles/trunk/maven.xml
Added: struts/tiles/trunk/maven.xml
URL:
http://svn.apache.org/viewcvs/struts/tiles/trunk/maven
Author: germuska
Date: Tue Mar 8 20:25:44 2005
New Revision: 156611
URL: http://svn.apache.org/viewcvs?view=rev&rev=156611
Log:
Add command/catalog properties to ForwardConfig, and update the DTD
accordingly.
Update ActionConfigMatcher to copy those properties when a wildcard is mat
Author: germuska
Date: Tue Mar 15 18:57:04 2005
New Revision: 157634
URL: http://svn.apache.org/viewcvs?view=rev&rev=157634
Log:
Introduce ActionCommand interface and ActionCommandBase class, and adapt all
relevant command implementations to extend ActionCommandBase.
Added:
struts/
Author: germuska
Date: Wed Mar 16 15:49:28 2005
New Revision: 157832
URL: http://svn.apache.org/viewcvs?view=rev&rev=157832
Log:
Simple MockActionContext - are there any useful methods we could add to improve
testing?
Added:
struts/core/trunk/src/share/org/apache/struts/chain/cont
Author: germuska
Date: Tue Mar 22 06:36:44 2005
New Revision: 158605
URL: http://svn.apache.org/viewcvs?view=rev&rev=158605
Log:
add PropertyUtils.clearDescriptors() to destroy routine: Bug 14042
Modified:
struts/core/branches/STRUTS_1_2_BRANCH/src/share/org/apache/struts/ac
Author: germuska
Date: Tue Apr 12 12:14:17 2005
New Revision: 161093
URL: http://svn.apache.org/viewcvs?view=rev&rev=161093
Log:
Explicit message when configSource/configPath yield a null URL
Modified:
struts/core/trunk/src/share/org/apache/struts/plugins/DigestingPlugIn.java
Modi
Author: germuska
Date: Fri Apr 15 09:33:24 2005
New Revision: 161497
URL: http://svn.apache.org/viewcvs?view=rev&rev=161497
Log:
Add the ability to FormBeanConfig to create an ActionForm based on an
ActionContext instead of a Servlet, hiding a dependency on the Servlet API.
This enables
Author: germuska
Date: Fri Apr 15 12:22:47 2005
New Revision: 161516
URL: http://svn.apache.org/viewcvs?view=rev&rev=161516
Log:
add a test for the default "toKey" value; adjust a few meaningless (although
still successful) pre-assertions to be more meaningful.
Modified:
str
Author: germuska
Date: Wed Apr 27 09:33:27 2005
New Revision: 165007
URL: http://svn.apache.org/viewcvs?rev=165007&view=rev
Log:
Add tiles-modified version of chain-config.xml and arrange to have it built
into struts-tiles JAR. Users who just want Tiles support should not have to
hand
Author: germuska
Date: Wed Apr 27 09:35:41 2005
New Revision: 165008
URL: http://svn.apache.org/viewcvs?rev=165008&view=rev
Log:
add eclipse and maven files to svn:ignore
Modified:
struts/tiles/trunk/ (props changed)
Propchange: struts/tiles/t
Author: germuska
Date: Wed Apr 27 18:52:39 2005
New Revision: 165083
URL: http://svn.apache.org/viewcvs?rev=165083&view=rev
Log:
Some simple refactorings to better enable use of a CatalogFactory initialized
by some means other than the static digester based parsing which is built in to
com
Author: germuska
Date: Mon May 2 06:13:22 2005
New Revision: 165624
URL: http://svn.apache.org/viewcvs?rev=165624&view=rev
Log:
Remove reference to 'resources' property; replace with 'messageResources' which
is the correct name in the interface.
Modified:
struts/
Author: germuska
Date: Mon May 2 06:14:43 2005
New Revision: 165626
URL: http://svn.apache.org/viewcvs?rev=165626&view=rev
Log:
Since JavaDoc says that an IllegalArgumentException will be thrown if there is
no default MessageResources, go ahead and do that.
Modified:
struts/core/trunk
Author: germuska
Date: Mon May 2 06:18:37 2005
New Revision: 165627
URL: http://svn.apache.org/viewcvs?rev=165627&view=rev
Log:
skip lookup when no command is defined, since that's a common occurrence.
Modified:
struts/core/trunk/src/share/org/apache/struts/chain
Author: germuska
Date: Mon May 2 17:14:12 2005
New Revision: 167834
URL: http://svn.apache.org/viewcvs?rev=167834&view=rev
Log:
throw root cause exception wherever relevant when JspException is thrown, now
that we are depending on JSP 1.2
Modified:
struts/tiles/trunk/src/java/org/ap
Author: germuska
Date: Thu May 12 15:41:19 2005
New Revision: 169898
URL: http://svn.apache.org/viewcvs?rev=169898&view=rev
Log:
Extend arbitrary property maps from ActionConfig to nearly all config objects
by introducing BaseConfig class. Add some explanation to the DTD about it.
germuska2004/04/02 06:30:58
Modified:src/share/org/apache/struts/validator
DynaValidatorActionForm.java DynaValidatorForm.java
ValidatorActionForm.java ValidatorForm.java
Log:
Push validate code up into ValidatorForm and add a
germuska2004/04/14 06:58:57
Modified:.project.properties
Log:
adjust properties to use alternate repo for nightly builds and add some notes about
how to use Maven to deploy Struts jars to either of the two repositories
Revision ChangesPath
1.10 +21 -8
germuska2004/04/20 04:26:51
Modified:xdocs/userGuide configuration.xml
Log:
correct typo in text linking from section 5.5 to section 5.4.3.1
Revision ChangesPath
1.2 +1 -1 jakarta-struts/xdocs/userGuide/configuration.xml
Index: configuration.xml
germuska2004/05/12 07:37:08
Modified:.project.xml
Log:
Change the "dependency" url for commons-validator to point to an explanation
of how to deal with the unreleased validator dependency.
Revision ChangesPath
1.27 +8 -0 jakarta-struts/p
germuska2004/05/15 16:38:02
Modified:xdocs/userGuide configuration.xml
Log:
for "controller configuration", details of the "memFileSize" attrigute were
missing; copied text from conf/share/struts-config_1_2.dtd
Revision ChangesPath
1.3 +10 -
germuska2004/05/17 10:38:09
Modified:src/share/org/apache/struts/taglib/tiles PutTag.java
Log:
Manage tag body content more carefully -- in some servlet containers, pooled
tags were displaying old content with empty tiles:put tags.
PR: 28269
Submitted by: Niall Pemberton
germuska2004/05/17 12:36:53
Modified:src/share/org/apache/struts/taglib/tiles PutTag.java
Log:
Correct typo: s/path/page when 'direct' property value is 'false'.
PR: 28896
Submitted by: Yoshinori Ashizawa
Revision ChangesPath
1.12 +4 -4
germuska2004/05/17 12:42:09
Modified:src/share/org/apache/struts/taglib/html
OptionsCollectionTag.java OptionsTag.java
Log:
Filter values as well as labels.
PR: 28023
Submitted by: Niall Pemberton
Revision ChangesPath
1.17 +9 -5
germuska2004/05/18 13:00:10
Modified:src/share/org/apache/struts/action ExceptionHandler.java
Log:
Fix recursion bug by casting ActionError to ActionMessage.
PR: 29071
Reported by: Hal Deadman
Revision ChangesPath
1.26 +4 -4
jakarta-struts/src/share/org
germuska2004/05/21 07:28:03
Modified:.project.xml
Log:
commons-validator dependency is 1.1.3-dev, not 1.1.2-dev.
Revision ChangesPath
1.28 +1 -1 jakarta-struts/project.xml
Index: project.xml
germuska2004/07/09 07:19:47
Modified:doc/stylesheets struts.xsl
Log:
give each 'src' variable a distinct name to follow XSL rules
Revision ChangesPath
1.24 +7 -7 jakarta-struts/doc/stylesheets/struts.xsl
Index:
germuska2004/07/12 09:12:31
Modified:.project.xml
Log:
update Maven version to match tag; will move tag next
Revision ChangesPath
1.31 +1 -1 jakarta-struts/project.xml
Index: project.xml
germuska2004/08/27 10:01:36
Modified:.project.xml
Log:
remove comment on commons-validator dependency since the current version is now
served from iBiblio (yay!)
Revision ChangesPath
1.33 +0 -9 jakarta-struts/project.xml
Index: project.xml
germuska2004/09/02 14:39:18
Modified:contrib/struts-chain/src/java/org/apache/struts/chain/servlet
ValidateActionForm.java
Log:
Failed form validations were resulting in ActionErrors objects which were
never being saved anywhere!
I solved this with the
germuska2004/09/12 16:44:26
Modified:web/examples/WEB-INF/validator validation.xml
Log:
add 'position' attributes to multi-arg messages
Revision ChangesPath
1.6 +30 -30jakarta-struts/web/examples/WEB-INF/validator/validation.xml
Index: vali
Author: germuska
Date: Sat Oct 16 05:54:24 2004
New Revision: 54916
Modified:
struts/trunk/src/test/org/apache/struts/action/TestActionMessage.java
Log:
update svn/cvs keywords in header: replace three lines with single 'id' line
Modified: struts/trunk/src/test/org/apache/str
Author: germuska
Date: Sat Oct 16 06:04:23 2004
New Revision: 54918
Modified:
struts/trunk/src/test/org/apache/struts/action/TestActionMessage.java
Log:
clear 'Revision' keyword in hopes of getting it to expand with correct values
Modified: struts/trunk/src/test/org/apache/str
Author: germuska
Date: Sat Oct 16 06:06:06 2004
New Revision: 54919
Modified:
struts/trunk/src/test/org/apache/struts/action/TestActionMessage.java
Log:
Replace 'Revision' keyword with more 'official' LastChangedRevision since Revision
isn't expanding
Modified:
Author: germuska
Date: Sat Oct 16 06:12:15 2004
New Revision: 54920
Modified:
struts/trunk/src/test/org/apache/struts/action/TestActionMessage.java (contents,
props changed)
Log:
commit after using svn propset to enable 'Revision' keyword
Modified: struts/trunk/src/test/org/apa
Author: germuska
Date: Sat Oct 16 06:17:03 2004
New Revision: 54921
Modified:
struts/trunk/src/test/org/apache/struts/action/TestActionMessage.java (props
changed)
Log:
try using propset to enable 'Revision' instead of 'revision' (although others in
l
Author: germuska
Date: Sat Oct 16 08:49:36 2004
New Revision: 54926
Modified:
struts/trunk/src/test/org/apache/struts/action/TestActionMessage.java (props
changed)
Log:
try again with 'rev' as the svn:keywords value
--
Author: germuska
Date: Sat Oct 16 09:09:25 2004
New Revision: 54927
Modified:
struts/trunk/src/test/org/apache/struts/action/TestActionMessages.java (contents,
props changed)
Log:
try again with keywords 'date author id rev' and change keyword to 'Rev' after testing
Author: germuska
Date: Sat Oct 16 09:28:47 2004
New Revision: 54928
Modified:
struts/trunk/src/share/org/apache/struts/taglib/tiles/AttributeToScopeTag.java
(contents, props changed)
Log:
special case commit - in addition to changing SVN keywords, remove extraneous ASF
License 1.1
Author: germuska
Date: Sat Oct 16 09:45:57 2004
New Revision: 54931
Modified:
struts/trunk/src/share/org/apache/struts/action/doc-files/actionUML.gif (props
changed)
struts/trunk/src/share/org/apache/struts/actions/doc-files/actionsUML.gif (props
changed)
struts/trunk/src/share/org
Author: germuska
Date: Sat Oct 16 10:02:16 2004
New Revision: 54932
Modified:
struts/trunk/conf/share/validator-rules.xml (contents, props changed)
Log:
update keywords and svn:keywords property
Modified: struts/trunk/conf/share/validator-rules.xml
Author: germuska
Date: Sat Oct 2 06:24:29 2004
New Revision: 51799
Modified:
struts/trunk/xdocs/proposals/workflow.xml
Log:
correct typo; test svn commits
Modified: struts/trunk/xdocs/proposals/workflow.xml
Author: germuska
Date: Wed Jul 6 15:38:10 2005
New Revision: 209532
URL: http://svn.apache.org/viewcvs?rev=209532&view=rev
Log:
Modify ExceptionHandler to take into account the case when the
HttpServletResponse is "committed".
This happens often when Tiles is being used, and
Author: germuska
Date: Sat Aug 6 01:07:53 2005
New Revision: 230536
URL: http://svn.apache.org/viewcvs?rev=230536&view=rev
Log:
attempt to clarify javadoc for getParam() and getParamValues()
Modified:
struts/core/trunk/src/share/org/apache/struts/chain/contexts/ActionContext.
Author: germuska
Date: Sat Aug 6 01:12:10 2005
New Revision: 230537
URL: http://svn.apache.org/viewcvs?rev=230537&view=rev
Log:
Support use of global exception handlers in cases when no ActionConfig has yet
been identified, as in with "preprocessing" commands in a custom chain.
Author: germuska
Date: Tue Aug 16 12:50:39 2005
New Revision: 233045
URL: http://svn.apache.org/viewcvs?rev=233045&view=rev
Log:
fix ForwardConfig constructor to reflect removal of deprecated form in
struts-core
Modified:
struts/tiles/trunk/src/java/org/apache/struts/tiles/comm
Author: germuska
Date: Tue Aug 16 12:52:16 2005
New Revision: 233046
URL: http://svn.apache.org/viewcvs?rev=233046&view=rev
Log:
remove private method which was never being used
Modified:
struts/core/trunk/src/share/org/apache/struts/action/ExceptionHandler.java
Modified:
struts/core/t
Author: germuska
Date: Tue Aug 16 12:53:27 2005
New Revision: 233047
URL: http://svn.apache.org/viewcvs?rev=233047&view=rev
Log:
fix typo/impossible digester path for controller/set-property
Modified:
struts/core/trunk/src/share/org/apache/struts/config/ConfigRuleSet.java
Modified:
st
Author: germuska
Date: Sun Aug 21 08:23:25 2005
New Revision: 234242
URL: http://svn.apache.org/viewcvs?rev=234242&view=rev
Log:
Extract test for whether authorization is required into a protected method, so
that subclasses can cause isAuthorized to be called as a default condition,
or base
Author: germuska
Date: Tue Nov 1 11:58:40 2005
New Revision: 330112
URL: http://svn.apache.org/viewcvs?rev=330112&view=rev
Log:
Provide support for specifying an alternative ActionContext implementation
class
in struts-config.xml rather than requiring subclassing of
ComposableRequestProce
1 - 100 of 660 matches
Mail list logo