Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 1855 1063

latest revision download trunk

1855 annotated / raw | Diffs: previous, other | Lines: 415 ( +7, -7 )

Created: 2008-08-14 08:10:30 -0500 (3 months 18 days ago) | Author: musachy | Changeset: 1855

Rename fields and methods with "accepted" to "accept"

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1854 annotated / raw | Diffs: previous, other | Lines: 415 ( +12, -2 )

Created: 2008-08-13 09:38:32 -0500 (3 months 19 days ago) | Author: musachy | Changeset: 1854

WW-2761 Parameters interceptor does not properly exclude parameters with OGNL expressions as the name

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1853 annotated / raw | Diffs: previous, other | Lines: 405 ( +32, -5 )

Created: 2008-08-01 12:10:22 -0500 (4 months 1 day ago) | Author: musachy | Changeset: 1853

XW-641 XWork ParameterInterceptors bypass (OGNL statement execution)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1839 annotated / raw | Diffs: previous, other | Lines: 378 ( +1, -2 )

Created: 2008-06-21 09:20:32 -0500 (5 months 11 days ago) | Author: rainerh | Changeset: 1839

XW-645 Logging is to verbose in ParamtersInterceptor

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1838 annotated / raw | Diffs: previous, other | Lines: 379 ( +1, -2 )

Created: 2008-06-21 09:13:59 -0500 (5 months 11 days ago) | Author: rainerh | Changeset: 1838

XW-645 Logging is to verbose in ParamtersInterceptor

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1833 annotated / raw | Diffs: previous, other | Lines: 380 ( +30, -40 )

Created: 2008-06-21 04:29:39 -0500 (5 months 11 days ago) | Author: rainerh | Changeset: 1833

XW-615 Fix generics in all codebase
XWork Java5 enhancements
o added generics where possible
o use parameterizes Collection classes where possible
o converted for to for-each loops
o optimized imports
o updated tests
o aligned parameter types with Struts2
o fixed some minor bugs

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1829 annotated / raw | Diffs: previous, other | Lines: 390 ( +0, -2 )

Created: 2008-06-14 09:56:50 -0500 (5 months 18 days ago) | Author: rainerh | Changeset: 1829

removed unused Lock object

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1826 annotated / raw | Diffs: previous, other | Lines: 392 ( +95, -69 )

Created: 2008-06-14 06:20:06 -0500 (5 months 18 days ago) | Author: rainerh | Changeset: 1826

XW-637 Patches for WW-2203 prevented action parameters from other places than the request parameters from being included in ParameterAware map.
o added new config param to allow configuration of parameter overwrite mode.
o partialy applied patch submitted by Dale Newfield

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1817 annotated / raw | Diffs: previous, other | Lines: 366 ( +31, -5 )

Created: 2008-06-13 10:26:11 -0500 (5 months 19 days ago) | Author: rainerh | Changeset: 1817

XW-641 XWork ParameterInterceptors bypass (OGNL statement execution)
o optimized previous patch

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1809 annotated / raw | Diffs: previous, other | Lines: 340 ( +0, -1 )

Created: 2008-06-12 07:09:06 -0500 (5 months 20 days ago) | Author: rainerh | Changeset: 1809

XW-524 (ParameterInterceptor log parameter value twice for the first parameter when there's more than one parameter of the same name)
o ported fix from xwork 1.2 branch

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1801 annotated / raw | Diffs: previous, other | Lines: 341 ( +1, -2 )

Created: 2008-06-12 05:20:08 -0500 (5 months 20 days ago) | Author: rainerh | Changeset: 1801

XW-641 XWork ParameterInterceptors bypass (OGNL statement execution)
o fixed security bug reported by: Meder Kydyraliev, Google Security Team

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1666 annotated / raw | Diffs: previous, other | Lines: 342 ( +10, -1 )

Created: 2007-11-07 03:30:45 -0600 (12 months ago) | Author: mrdon | Changeset: 1666

Made it possible to get the parameter map from another location

Tags: xwork_2_1_1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1630 annotated / raw | Diffs: previous, other | Lines: 333 ( +13, -12 )

Created: 2007-10-05 10:10:08 -0500 (13 months ago) | Author: mrdon | Changeset: 1630

Copied to: trunk/CopyOftrunk/src/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java 1652

Adding new logging facade that tries to delegate first to commons logging, then jdk logging
XW-577

Branch point for: tag:xwork_2-1-0

Tags: xwork_2-1-0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1608 annotated / raw | Diffs: previous, other | Lines: 332 ( +10, -8 )

Created: 2007-09-20 07:46:19 -0500 (14 months ago) | Author: mrdon | Changeset: 1608

Merging the no-statics branch into 2.1 trunk.  Consists of
* OGNL API separation so that the EL could be replaced
* Rid of almost all static state, preferring dep injection
* Rid of static factories, again in favor of dep injection
* Better use of dep injection library (bootstrap phase)

XW-566 XW-461 XW-561

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1592 annotated / raw | Diffs: previous, other | Lines: 330 ( +1, -0 )

Created: 2007-09-06 23:40:39 -0500 (14 months ago) | Author: mrdon | Changeset: 1592

Extracting type conversion classes into new XWork type conversion system, separate but
interoperable with the OGNL type conversion API
XW-561

Branch point for: no-statics

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1520 annotated / raw | Diffs: previous, other | Lines: 329 ( +1, -1 )

Created: 2007-05-22 07:42:30 -0500 (18 months ago) | Author: mrdon | Changeset: 1520

Better error message when setting a parameter
WW-1926 (Struts 2)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1477 annotated / raw | Diffs: previous, other | Lines: 329 ( +5, -4 )

Created: 2007-04-13 11:54:02 -0500 (19 months ago) | Author: davsclaus | Changeset: 1477

XW-503: Polish javadoc

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1398 annotated / raw | Diffs: previous, other | Lines: 328 ( +7, -2 )

Created: 2007-03-30 03:57:44 -0500 (20 months ago) | Author: rgielen | Changeset: 1398

XW-502:
let ParametersInterceptor / PrepareInterceptor extend MethodFilterInterceptor

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1288 annotated / raw | Diffs: previous, other | Lines: 323 ( +59, -1 )

Created: 2006-12-31 00:14:18 -0600 (23 months ago) | Author: mrdon | Changeset: 1288

Added ability to exclude parameters from being applied to the stack
WW-1551

Branch point for: 2.0

Tags: xwork_2-0-0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1187 annotated / raw | Diffs: previous, other | Lines: 265 ( +8, -2 )

Created: 2006-11-13 02:05:32 -0600 (2 years ago) | Author: mrdon | Changeset: 1187

Added the Guice DI container into XWork to wire together key pieces and constants, started
the merge of the tiger project into core, removed the external reference resolver feature
as there are better ways to do it.
XW-433 WX-434 XW-435

Tags: xwork_2-0-beta-2 xwork_2-0-beta-3 xwork_2-0-RC1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1177 annotated / raw | Diffs: previous, other | Lines: 259 ( +1, -1 )

Created: 2006-10-27 00:48:38 -0500 (2 years 1 month ago) | Author: mrdon | Changeset: 1177

Changing references from WebWork to either Struts 2 or XWork
XW-415

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1142 annotated / raw | Diffs: previous, other | Lines: 259 ( +3, -3 )

Created: 2006-09-30 00:34:02 -0500 (2 years 2 months ago) | Author: mrdon | Changeset: 1142

Pulling out ValueStack interface for OgnlValueStack and giving it factory creation
XW-418

Tags: xwork_2-0-beta-1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1126 annotated / raw | Diffs: previous, other | Lines: 259 ( +71, -5 )

Created: 2006-09-10 02:19:19 -0500 (2 years 2 months ago) | Author: mrdon | Changeset: 1126

Add optional ordering of parameters before they are set to the action.
XW-935  

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1063 annotated / raw | Lines: 193 ( +193, -0 )

Created: 2006-07-09 19:30:29 -0500 (2 years 4 months ago) | Author: mrdon | Changeset: 1063

Renaming package from com.opensymphony.xwork to com.opensymphony.xwork2
XW-399

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-12-02 11:17 -0600