Author: pbenedict
Date: Sat Nov 29 23:21:17 2008
New Revision: 721774
URL: http://svn.apache.org/viewvc?rev=721774&view=rev
Log:
1.3.10 release notes
Added:
struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes-1_3_9.xml
(props changed)
- copied unchanged from r721541,
struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml
Modified:
struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml
Propchange:
struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes-1_3_9.xml
--
svn:eol-style = native
Propchange:
struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes-1_3_9.xml
--
svn:mergeinfo =
Modified:
struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml
URL:
http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml?rev=721774&r1=721773&r2=721774&view=diff
==
---
struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml
(original)
+++
struts/struts1/branches/STRUTS_1_3_BRANCH/src/site/xdoc/userGuide/release-notes.xml
Sat Nov 29 23:21:17 2008
@@ -23,10 +23,10 @@
-Release Notes (since 1.3.8)
+Release Notes (since 1.3.9)
-
+
@@ -34,7 +34,7 @@
This section contains release notes for changes that have
taken place to Struts,
since the
-Version 1.3.8
+Version 1.3.9
distribution.
To keep up-to-date on all changes to the framework,
subscribe to
@@ -64,22 +64,43 @@
Bug
-[STR-2597]
- Unexpected Tiles recursion on JSP errors?
-[STR-3015]
- release set parameters to null in LinkTag
-[STR-3020]
- AbstractCreateAction emits error unnecessarily
-[STR-3021]
- Tiles insert is evaluated twice if JSP error occures
-[STR-3028]
- struts-html-el.tld option tag filter type causing tld not to load
-[STR-3029]
- ActionConfigMatcher does not instantiate the correct ActionForward
+[STR-2630]
- Taglib documentation does not render embedded HTML
+[STR-2802]
- Validator validwhen cannot test between two different indices in array
+[STR-3026]
- Linked examples hosted by "Planet Struts" nonexistant
+[STR-3052]
- ImgTag missing actionId support
+[STR-3054]
- EL-Example errors
+[STR-3070]
- Postback forms cause NPE with classic RequestProcessor
+[STR-3076]
- PasswordTag doesn't define the attribute onselect
+[STR-3080]
- XLST instead of XSLT
+[STR-3081]
- Uploading a File using LazyDynaBean causes ClassCastException
+[STR-3082]
- Incomplete error message when failing to create a form bean
+[STR-3084]
- Error on Tiles examples page
+[STR-3088]
- N-length empty strings not treated as *null* by validwhen
+[STR-3093]
- Taglibs TLD do not match tag implementations
+[STR-3097]
- Generating site fails
+[STR-3110]
- PropertyUtils.clearDescriptors() call in ActionServlet.destroy() method is
causing appliction classloader memory leak on Weblogic Portal
+[STR-3112]
- Generated javascript is wrong to set focus on control that is of array
+[STR-3143]
- Struts jar remains "in-use" preventing dynamic redeployment
+[STR-3144]
- Bean Taglib Documentation Has Been Unreadable FOR YEARS...
+[STR-3146]
- TLD reports contain broken hyperlinks
+[STR-3161]
- Servlet not injected into newly created action in higly concurrent env
Improvement
-[STR-487] -
Multiple file upload not possible due to MultiPartRequestHandler
limitation?
+[STR-1496]
- html:form focus and focusIndex problem
+[STR-1709]
- FormTag: Add check for nonexistent form field in focus javascript
+[STR-2810]
- autocomplete attribute
-
+
Task
-[STR-3034]
- Remove Tiles 2 module from 1.3 branch
+[STR-3055]
- Figure out the 'disabled="${!empty pageScope}" in EL-Example
+[STR-3134]
- Upgrade JSTL from 1.0.2 to latest 1.0.6
+[STR-3150]
- Upgrade Commons Chain to 1.2
+[STR-3163]
- Upgrade Commons BeanUtils
+[STR-3171]
- Lock down Maven plugin dependencies
+[STR-3172]
- Require Tomcat 5.5 for integration testing