husted      2003/12/18 05:20:25

  Modified:    contrib/struts-jericho/src/conf
                        struts-jericho-config_2_0.dtd
  Log:
  Add attribute for ssl-ext support.
  
  Revision  Changes    Path
  1.2       +10 -1     
jakarta-struts/contrib/struts-jericho/src/conf/struts-jericho-config_2_0.dtd
  
  Index: struts-jericho-config_2_0.dtd
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/contrib/struts-jericho/src/conf/struts-jericho-config_2_0.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- struts-jericho-config_2_0.dtd     17 Dec 2003 20:50:35 -0000      1.1
  +++ struts-jericho-config_2_0.dtd     18 Dec 2003 13:20:25 -0000      1.2
  @@ -285,6 +285,11 @@
                        relative to application root rather than the current module.
                        ["false"]
   
  +     merge           Set to "true" if the resource path should be scanned for 
replacement
  +                     parameters {[scope:]xyz}. Replacement parameters must begin
  +                     with a letter. If a scope is not specified, all scopes are
  +                     checked in turn (request, session, application).
  +
        redirect        Set to "true" if a redirect instruction should be issued to
                        the user-agent so that a new request is issued for this
                        Location's resource. If "true", RequestDispatcher.Redirect is
  @@ -299,6 +304,7 @@
   <!ATTLIST location        resource       %RequestPath;   #REQUIRED>
   <!ATTLIST location        mappingRef     %Boolean;       #IMPLIED>
   <!ATTLIST location        appRelative    %Boolean;       #IMPLIED>
  +<!ATTLIST location        merge          %Boolean;       #IMPLIED>
   <!ATTLIST location        redirect       %Boolean;       #IMPLIED>
   
   
  @@ -558,6 +564,8 @@
                        module.
                        [false]
   
  +     secure          whether to force secure access to this mapping (via SSL).
  +
        roles           Comma-delimited list of security role names that are allowed
                        access to this Mapping object.
   
  @@ -604,6 +612,7 @@
   <!ATTLIST mapping         matches        %RequestPath;   #REQUIRED>
   <!ATTLIST mapping         processor      CDATA           #IMPLIED>
   <!ATTLIST mapping         default        %Boolean;       #IMPLIED>
  +<!ATTLIST mapping         secure         %Boolean;       #IMPLIED>
   <!ATTLIST mapping         roles          CDATA           #IMPLIED>
   <!ATTLIST mapping         parameter      CDATA           #IMPLIED>
   <!ATTLIST mapping         attribute      %PropName;      #IMPLIED>
  
  
  

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

Reply via email to