| webwork:/trunk/src/java/com/opensymphony/webwork/util/ |
jump to detailed chart | hide Line HistoryConstraint |
NOTE: this repository is being scanned, some statistics may still be out of date.
Changelog
3000
by tm_jee on
18 January 2008, 20:09:56 -0600
(10 months ago)
WW-1495 FastByteArrayOutputStream has an encoding bug
Thanks Brat (Atlassian) and Alexey for reporting this and providing a patch. Thanks guys, all the best to you and Atlassian.
./FastByteArrayOutputStream.java
3000
2977
by tm_jee on
30 November 2007, 04:45:26 -0600
(12 months ago)
WW-1456 (IE not friendly to SSL headers in JasperReportsResult)
./ClassLoaderUtils.java
2977
2802
by tmjee on
10 January 2007, 09:21:00 -0600
(22 months ago)
- Force URL bean to return itself in setters instead of void
Issue number: WW-1371 Obtained from: Submitted by: Reviewed by:
./URLBean.java
2802
2737
by tmjee on
28 November 2006, 17:53:12 -0600
(2 years ago)
- added javadoc
Issue number: Obtained from: Submitted by: Reviewed by:
./ContainUtil.java
2737
2729
by tmjee on
14 October 2006, 07:06:28 -0500
(2 years 1 month ago)
CheckboxList with value as Map should have the map keys compared instead of its value.
Issue number: WW-1471 Obtained from: Submitted by: Reviewed by:
./ContainUtil.java
2729
2720
by tmjee on
08 September 2006, 13:36:19 -0500
(2 years 2 months ago)
- updated javadoc to indication that in order for WW to recognize a conversion error
either an XWorkException or preferably a TypeConversionException should be thrown Issue number: WW-1340 Obtaine…
./WebWorkTypeConverter.java
2720
2678
by rainerh on
10 August 2006, 15:42:12 -0500
(2 years 3 months ago)
Debuggability for WebWork 2.2.2
o added DebuggingInterceptor o backport from Struts 2.0 o added sample to showcase Issue number: WW-1290
./AttributeMap.java
2678
2466
by rainerh on
18 March 2006, 09:49:04 -0600
(2 years 8 months ago)
Javadoc update
./WebWorkTypeConverter.java
2466
2423
by tmjee on
16 March 2006, 08:44:02 -0600
(2 years 8 months ago)
Issue number: ww-1241
Obtained from: Submitted by: Reviewed by:
./ObjectFactoryDestroyable.java
2423
./ObjectFactoryInitializable.java
2423
./ObjectFactoryLifecycle.java
2423
2406
by tmjee on
14 March 2006, 11:33:54 -0600
(2 years 8 months ago)
added a hook to perform conversion when WebWorkTypeConverter default way fails,
by default this asked its superclass (Ognl's DefaultTypeConverter) to do perform the fallback conversion, so the logic i…
./WebWorkTypeConverter.java
2406
2371
by davsclaus on
11 March 2006, 11:09:33 -0600
(2 years 8 months ago)
added class javadoc for classes without in the util package
./AttributeMap.java
2371
./ListEntry.java
2371
./MakeIterator.java
2371
./ObjectFactoryInitializable.java
2371
./SubsetIteratorFilter.java
2371
2338
by rainerh on
08 March 2006, 14:22:35 -0600
(2 years 8 months ago)
o resolved most of the javadoc task warnings
o added some more javadocs Issue number: Obtained from: Submitted by: Reviewed by:
./AppendIteratorFilter.java
2338
./MergeIteratorFilter.java
2338
2335
by rainerh on
08 March 2006, 12:09:29 -0600
(2 years 8 months ago)
Fix carriage-return line feeds
o all files use eol=lf now Issue number: Obtained from: Submitted by: Reviewed by:
./classloader/problems/CompilationProblem.java
2335
2302
by plightbo on
03 March 2006, 11:27:57 -0600
(2 years 8 months ago)
reverting crazy changes. turns out this type of stuff will pretty much never work, so we'll just do the simple approach done by commons-jci
./classloader/ReloadingClassLoader.java
2302
./classloader/listeners/CompilingListener.java
2302
./classloader/stores/ResourceStoreClassLoader.java
2302
2291
by plightbo on
27 February 2006, 22:47:06 -0600
(2 years 9 months ago)
we have to compile and work against java 1.4!
./TokenHelper.java
2291
2266
by tmjee on
25 February 2006, 09:40:51 -0600
(2 years 9 months ago)
Issue number: ww-1182
Obtained from: Submitted by: Claus Ibsen Reviewed by: tm_jee
./TokenHelper.java
2266
2157
by plightbo on
07 February 2006, 12:26:39 -0600
(2 years 9 months ago)
experimental changes to our JCI fork - this seems to get by the spring (and other singletons) integration difficulties
./classloader/CompilingClassLoader.java
2157
./classloader/ReloadingClassLoader.java
2157
./classloader/listeners/CompilingListener.java
2157
./classloader/stores/ResourceStoreClassLoader.java
2157
2112
by plightbo on
03 February 2006, 10:48:49 -0600
(2 years 9 months ago)
WW-1126: java 5 support
./classloader/compilers/eclipse/EclipseJavaCompilerSettings.java
2112
2077
by rainerh on
02 February 2006, 10:48:50 -0600
(2 years 9 months ago)
updating copyright
Issue number: Obtained from: Submitted by: Reviewed by:
./TokenHelper.java
2077
2066
by rainerh on
01 February 2006, 16:41:43 -0600
(2 years 9 months ago)
Message with key "webwork.internal.invalid.token" is never used
Issue number: WW-793 Obtained from: Submitted by: Gr�gory Joseph Reviewed by: Rainer Hermanns
./TokenHelper.java
2066
2036
by rainerh on
26 January 2006, 13:57:44 -0600
(2 years 10 months ago)
cleared inline comments
./AttributeMap.java
2036
2013
by rainerh on
24 January 2006, 04:44:37 -0600
(2 years 10 months ago)
Refactor portlet implementation
Issue number: WW-1115 Obtained from: Submitted by: Nils-Helge Garli Reviewed by: Rainer Hermanns
./TokenHelper.java
2013
1995
by rainerh on
18 January 2006, 11:39:18 -0600
(2 years 10 months ago)
URLEncoder.encode,ignore the charset
Issue number: WW-818
./WebWorkUtil.java
1995
1646
by henryhu on
10 December 2005, 02:54:51 -0600
(2 years 11 months ago)
Issue number:
Obtained from: Submitted by: Henry Hu Reviewed by: CVS: ---------------------------------------------------------------------- CVS: Fixed for NPE throw from PageContext at get Method
./AttributeMap.java
1646
1440
by tmjee on
25 November 2005, 22:49:24 -0600
(3 years ago)
Issue number: ww-967
./MergeIteratorFilter.java
1440
1439
by tmjee on
25 November 2005, 22:46:46 -0600
(3 years ago)
Issue number: ww-968
./AppendIteratorFilter.java
1439
1434
by tmjee on
24 November 2005, 12:17:42 -0600
(3 years ago)
Issue number: ww-969
./SubsetIteratorFilter.java
1434
1419
by tmjee on
21 November 2005, 10:49:32 -0600
(3 years ago)
Issue number: ww-965
./IteratorGenerator.java
1419
1417
by tmjee on
21 November 2005, 10:28:26 -0600
(3 years ago)
Issue number: ww-938
./SortIteratorFilter.java
1417
1374
by jcarreira on
10 November 2005, 14:40:04 -0600
(3 years ago)
Added an isTrue() method to WebWorkUtils to allow you to easily check an expression against the value stack for a boolean value (and not throw exceptions if it comes back null)
./WebWorkUtil.java
1374
|