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 1859 1063

latest revision download trunk

1859 annotated / raw | Diffs: previous, other | Lines: 450 ( +3, -0 )

Created: 2008-09-03 09:10:53 -0500 (2 months 29 days ago) | Author: musachy | Changeset: 1859

Add another test

Properties

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

1855 annotated / raw | Diffs: previous, other | Lines: 447 ( +1, -1 )

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: 447 ( +64, -0 )

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: 383 ( +51, -10 )

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

XW-641 XWork ParameterInterceptors bypass (OGNL statement execution)

Properties

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

1833 annotated / raw | Diffs: previous, other | Lines: 342 ( +33, -32 )

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

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

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

1661 annotated / raw | Diffs: previous, other | Lines: 333 ( +15, -0 )

Created: 2007-10-18 19:09:58 -0500 (13 months ago) | Author: mrdon | Changeset: 1661

Adding test proving OGNL doesn't access private variables

Tags: xwork_2_1_1

Properties

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

1660 annotated / raw | Diffs: previous, other | Lines: 318 ( +32, -0 )

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

Adding tests to ensure protected methods and private variables are not accessed by parameters interceptor

Properties

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

1608 annotated / raw | Diffs: previous, other | Lines: 286 ( +34, -26 )

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

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

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

Branch point for: tag:xwork_2-1-0

Tags: xwork_2-1-0

Properties

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

1512 annotated / raw | Diffs: previous, other | Lines: 278 ( +14, -0 )

Created: 2007-05-19 22:31:50 -0500 (18 months ago) | Author: mrdon | Changeset: 1512

Porting the new tests over

Branch point for: no-statics

Properties

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

1493 annotated / raw | Diffs: previous, other | Lines: 264 ( +66, -2 )

Created: 2007-04-21 16:20:09 -0500 (19 months ago) | Author: davsclaus | Changeset: 1493

XW-455: improve unit test coverage

Properties

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

1398 annotated / raw | Diffs: previous, other | Lines: 200 ( +1, -1 )

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: 200 ( +26, -0 )

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

1219 annotated / raw | Diffs: previous, other | Lines: 174 ( +7, -18 )

Created: 2006-11-18 16:38:58 -0600 (2 years ago) | Author: mrdon | Changeset: 1219

Cleaned up action proxy handling, added new unknown handler hook for unknown actions and results
XW-440

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

1216 annotated / raw | Diffs: previous, other | Lines: 185 ( +0, -3 )

Created: 2006-11-17 13:46:06 -0600 (2 years ago) | Author: jmitchell | Changeset: 1216

Remove unused and duplicate imports

Properties

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

1194 annotated / raw | Diffs: previous, other | Lines: 188 ( +1, -1 )

Created: 2006-11-14 23:32:42 -0600 (2 years ago) | Author: mrdon | Changeset: 1194

Changed RuntimeExceptions to XWorkExceptions, added better exception chaining
and removed a lot of extra logging
XW-395 XW-388

Properties

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

1187 annotated / raw | Diffs: previous, other | Lines: 188 ( +15, -9 )

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

Properties

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

1177 annotated / raw | Diffs: previous, other | Lines: 182 ( +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: 182 ( +5, -2 )

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

1063 annotated / raw | Lines: 179 ( +179, -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 09:32 -0600