xwork supplies a ParameterFilterInterceptor
<interceptors>
 <interceptor name="parameterFilter" 
class="com.opensymphony.xwork2.interceptor.ParameterFilterInterceptor"/>

i dont see any security considerations here for HDIV-SP1?
could you explain which security features/functions would be provided by 
HDIV-SP1?

would HDIV-SP1 be supported by either Freemarker or Velocity template languages?

how would existing struts tags incorporate this 'additional' 
functionality..presumable thru an additional attribute?

controller:
 <bean 
class="org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping"/>
    
 <!-- Most controllers will use the ControllerClassNameHandlerMapping above, but
   for the index controller we are using ParameterizableViewController, so we 
must define an explicit mapping for it.    -->
    <!-- The index controller. -->

    <bean name="indexController"

          
class="org.springframework.web.servlet.mvc.ParameterizableViewController"

          p:viewName="index" />

    <bean id="urlMapping" 
class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
        <property name="mappings">
            <props>
                <prop key="/index.htm">indexController</prop>
            </props>
        </property>
    </bean>
        
what additional controller functionality would HDIV-SP1 provide which is not 
already provided by spring ParameterizableViewController
?
thanks,
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> From: kamleshkori...@gmail.com
> Date: Mon, 24 Aug 2009 16:22:41 +0530
> Subject: Struts Security
> To: user@struts.apache.org
> 
> I want to integrate Struts2 (2.1.6) with HDIV using SPI ( ProcessingParamter
> Integaration) define in link below.
> http://wiki.apache.org/struts/HDIV
> 
> Is there any source or help avaliable for that. In this link there is
> integration for Struts 1.3.8. and web application is not downloaded properly
> given in link. Can any one provides Sample application of Struts2 + HDIV
> using SPI.
> 
> 
> 
> -- 
> --------------------------
> Kamlesh Koringa

_________________________________________________________________
Windows Live: Make it easier for your friends to see what you’re up to on 
Facebook.
http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_facebook:082009

Reply via email to