« Return to Thread: security concerns with dwr

RE: security concerns with dwr

by Randy Jones-2 :: Rate this Message:

Reply to Author | View in Thread

It's just a name as the parameter states, that's really a general
servlet/web question and see http://getahead.org/dwr/security.

Randy

-----Original Message-----
From: RahulSharma [mailto:rahulmca1@...]
Sent: Wednesday, October 31, 2007 3:09 AM
To: dev@...
Subject: [dwr-dev] security concerns with dwr


Hi,
 
 New to dwr and want to know when using
        <servlet>
                <servlet-name>dwr-invoker</servlet-name>
       
<servlet-class>uk.ltd.getahead.dwr.DWRServlet</servlet-class>
                <init-param>
                        <param-name>debug</param-name>
                        <param-value>true</param-value>
                </init-param>
        </servlet>

        <servlet-mapping>
                <servlet-name>dwr-invoker</servlet-name>
                <url-pattern>/dwr/*</url-pattern>
        </servlet-mapping>
  why it is called "dwr-invoker". Does it has any relation to invoker
servlets.
  &
  What are the security concerns while using dwr

Thanks :handshake:
--
View this message in context:
http://www.nabble.com/security-concerns-with-dwr-tf4723209.html#a1350389
3
Sent from the DWR - Dev mailing list archive at Nabble.com.

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


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

 « Return to Thread: security concerns with dwr