husted      01/11/21 06:09:37

  Modified:    doc      release-notes.xml release-notes-1.0.1.xml
  Log:
  Update release notes for #4997.
  
  Revision  Changes    Path
  1.7       +7 -1      jakarta-struts/doc/release-notes.xml
  
  Index: release-notes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/release-notes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- release-notes.xml 2001/11/21 12:05:00     1.6
  +++ release-notes.xml 2001/11/21 14:09:37     1.7
  @@ -225,6 +225,8 @@
       <p>The following changes and bug fixes have occurred in the basic
       controller framework (package <code>org.apache.struts.action</code>):</p>
       <ul>
  +    <li>Modify ActionForm class to use ActionServletWrapper rather than expose 
ActionServlet.</li>
  +    <li>Add ActionServletWrapper class. Used by ActionForm to prevent the Public 
String properties of ActionServlet from being changed via a query string.</li>
       <li>Unconditionally pass the selected mapping as a request attribute under key 
Action.MAPPING_KEY, even if no form bean is specified.</li>
       <li>Avoid a NullPointerException in corner cases caused by failed 
initialization of ActionServlet.</li>
       <li>The <code>ActionForm</code> class is now truly serializable, because
  @@ -248,7 +250,11 @@
       <p>The following changes and bug fixes have occurred in the utilities
       (package <code>org.apache.struts.util</code>):</p>
       <ul>
  -    <li>None.</li>
  +    <li>Modify RequestUtils class to use ActionServletWrapper rather than expose 
ActionServlet.</li>
  +    <li>Added error message for the getActionErrors and getActionMessages 
method.</li>
  +    <li>Added a getActionErrors and getActionMessages methods to generate the 
correct corresponding object based on the object retrieved from request scope based on 
the key passed in.</li>
  +    <li>The logic for creating an ActionErrors or ActionMessages object has been 
moved to a utility method in RequestUtils. The JspException message is also generated 
in RequestUtils.</li>
  +    <li><code>ConvertUtils.convertCharacter()</code> will now detect empty strings 
and return the default value.</li>
       </ul>
   
       <p>The following changes and bug fixes have occured in the
  
  
  
  1.5       +3 -0      jakarta-struts/doc/release-notes-1.0.1.xml
  
  Index: release-notes-1.0.1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/release-notes-1.0.1.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- release-notes-1.0.1.xml   2001/11/21 12:05:00     1.4
  +++ release-notes-1.0.1.xml   2001/11/21 14:09:37     1.5
  @@ -135,6 +135,8 @@
       <p>The following changes and bug fixes have occurred in the basic
       controller framework (package <code>org.apache.struts.action</code>):</p>
       <ul>
  +    <li>Modify ActionForm class to use ActionServletWrapper rather than expose 
ActionServlet.</li>
  +    <li>Add ActionServletWrapper class. Used by ActionForm to prevent the Public 
String properties of ActionServlet from being changed via a query string.</li>
       <li>The logic for creating an ActionErrors or ActionMessages object has been 
moved to a utility method in RequestUtils. The JspException message is also generated 
in RequestUtils.</li>
       <li>Unconditionally pass the selected mapping as a request attribute under key 
Action.MAPPING_KEY, even if no form bean is specified.</li>
       <li>Avoid a NullPointerException in corner cases caused by failed 
initialization of ActionServlet.</li>
  @@ -150,6 +152,7 @@
       <p>The following changes and bug fixes have occurred in the utilities
       (package <code>org.apache.struts.util</code>):</p>
       <ul>
  +    <li>Modify RequestUtils class to use ActionServletWrapper rather than expose 
ActionServlet.</li>
       <li>Added error message for the getActionErrors and getActionMessages 
method.</li>
       <li>Added a getActionErrors and getActionMessages methods to generate the 
correct corresponding object based on the object retrieved from request scope based on 
the key passed in.</li>
       <li>The logic for creating an ActionErrors or ActionMessages object has been 
moved to a utility method in RequestUtils. The JspException message is also generated 
in RequestUtils.</li>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to