You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Greg Huber <gr...@gmail.com> on 2019/04/30 14:42:14 UTC

needs tidying up

Next time when modifying the docs, these pages need tidying.

https://struts.apache.org/core-developers/token-interceptor.html
https://struts.apache.org/core-developers/token-session-interceptor.html

<action name="someAction" class="com.examples.SomeAction">
     <interceptor-ref name="tokenSession>
         <param name="excludeMethods">myMethod</param>
     </interceptor-ref name="tokenSession>
     <interceptor-ref name="basicStack"/>
     <result name="success">good_result.ftl</result>
 </action>

</interceptor-ref name="tokenSession> >> </interceptor-ref>

Cheers Greg

RE: needs tidying up

Posted by Yasser Zamani <ya...@apache.org>.
Thanks for your time to report! Fixed :)

Regards.

>-----Original Message-----
>From: Greg Huber <gr...@gmail.com>
>Sent: Tuesday, April 30, 2019 7:12 PM
>To: Struts <de...@struts.apache.org>
>Subject: needs tidying up
>
>Next time when modifying the docs, these pages need tidying.
>
>https://struts.apache.org/core-developers/token-interceptor.html
>https://struts.apache.org/core-developers/token-session-interceptor.html
>
><action name="someAction" class="com.examples.SomeAction">
>     <interceptor-ref name="tokenSession>
>         <param name="excludeMethods">myMethod</param>
>     </interceptor-ref name="tokenSession>
>     <interceptor-ref name="basicStack"/>
>     <result name="success">good_result.ftl</result>
> </action>
>
></interceptor-ref name="tokenSession> >> </interceptor-ref>
>
>Cheers Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org