You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2002/03/30 01:22:14 UTC

cvs commit: jakarta-jetspeed/xdocs changes.xml portlet_config_WebPagePortlet.xml

taylor      02/03/29 16:22:14

  Modified:    xdocs    changes.xml portlet_config_WebPagePortlet.xml
  Log:
  - documented new HTTP Basic Authentication feature in WebPagePortlet
  
  Revision  Changes    Path
  1.32      +7 -1      jakarta-jetspeed/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/changes.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- changes.xml	23 Mar 2002 22:19:35 -0000	1.31
  +++ changes.xml	30 Mar 2002 00:22:14 -0000	1.32
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="iso-8859-1"?>
   <!--
  -$Id: changes.xml,v 1.31 2002/03/23 22:19:35 kimptoc Exp $
  +$Id: changes.xml,v 1.32 2002/03/30 00:22:14 taylor Exp $
   -->
   <document>
     <properties>
  @@ -218,6 +218,12 @@
   </li>
   <li>
     Add - 2002/03/23 - Added content caching facility to VelocityPortlet (CK)
  +</li>
  +<li>
  +  Add - 2002/03/28 - Added Registry catalogue feature (DST)
  +</li>
  +<li>
  +  Add - 2002/03/29 - Added HTTP Basic Authentication from David Powers to Web Page Portlet (DST)
   </li>
   </ul>
   </section>
  
  
  
  1.7       +18 -0     jakarta-jetspeed/xdocs/portlet_config_WebPagePortlet.xml
  
  Index: portlet_config_WebPagePortlet.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/portlet_config_WebPagePortlet.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- portlet_config_WebPagePortlet.xml	7 Feb 2002 12:55:55 -0000	1.6
  +++ portlet_config_WebPagePortlet.xml	30 Mar 2002 00:22:14 -0000	1.7
  @@ -271,6 +271,24 @@
               </table>
             </td>
           </tr>
  +        <tr>
  +          <td>username</td>
  +          <td>Username for HTTP Basic Authentication</td>
  +        </tr>
  +        <tr>
  +          <td></td>
  +          <td>If not present, then basic HTTP authentication is not used.
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>password</td>
  +          <td>Password for HTTP Basic Authentication</td>
  +        </tr>
  +        <tr>
  +          <td></td>
  +          <td>If not present, then basic HTTP authentication is not used.
  +          </td>
  +        </tr>
         </table>
       </section>
       <section name="Element: url">  
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>