dwr « Security « Spring Q&A





1. Logging user activity in web app    stackoverflow.com

I'd like to be able to log user activities in a web app. I'm currently using log4j which works well for logging errors etc, but I'm unsure what the best approach ...

2. DWR with Spring Security, how about the AccessDeniedException    forum.springsource.org

DWR with Spring Security, how about the AccessDeniedException Hello everybody. I'm trying to secure my DWR(2.)+Spring(3.0) application by using Spring Security (3.0). I firstly set a @Secured annotation tag on one ...

3. Method Level Security and DWR    forum.springsource.org

Method Level Security and DWR I've recently applied method-level security to many of my services. It was quite easy to do, and everything worked as advertised. Some of the services are ...

4. DWR not accessible using Acegi    forum.springsource.org

Oct 25th, 2006, 02:03 PM #1 kantorn View Profile View Forum Posts Private Message Senior Member Join Date Aug 2004 Location Stockholm Posts 466 DWR not accessible using Acegi I'm not ...

5. Dwr + Acegi    forum.springsource.org

Dwr + Acegi Hi, i have protected my dwr exposed method using method security interceptor. Services bean use a "username" params into his methods to get associated data from RDBMs. The ...

6. Access backing object with DWR    forum.springsource.org

Access backing object with DWR Hello, I know this topic has been discussed before, but it's kind of hard to search through the form since the search function doesn't let you ...

7. acegi and dwr    forum.springsource.org

acegi and dwr good day to all. im new to acegi and i'm trying to incorporate dwr on my application. on my web.xml: HTML Code: Acegi Filter Chain Proxy ...

8. Acegi Security + DWR in Spring MVC application    forum.springsource.org

Acegi Security + DWR in Spring MVC application I have a Spring 2.0.7 MVC application where I've integrated Acegi Security 1.0.5 and DWR 2.0.1. Everything works perfectly but after I add ...

9. acegi and dwr    forum.springsource.org

acegi and dwr Hi all, I have acegi set up and is working fine. However, I am trying to set it up for the dwr calls. Acegi does not intercept the ...





10. DWR - Need Help - Reverse AJAX to specified users    forum.springsource.org

DWR - Need Help - Reverse AJAX to specified users I am using DWR to send reverse AJAX messages to users of a web app (Spring, Spring Security, DWR). I have ...

11. DWR problem after timeout with Spring Security    forum.springsource.org

DWR problem after timeout with Spring Security Hi guys, I ran into a little issue while using DWR in a Spring web application. We've set a session timeout for X minutes. ...

12. DWR Issue - Listing Users doesn't load after add/edit user    forum.springsource.org

DWR Issue - Listing Users doesn't load after add/edit user function addEditUser() { UserManager.saveUser( document.forms[0].id.value, document.forms[0].username.value, document.forms[0].password.value ); listUsers(); } function listUsers() { UserDwr.getUsersDwr(renderTable); } var renderTable = function(data) { if ...

13. Spring Security + DWR 3: File upload    forum.springsource.org

Hello gurus! We are developing a new application using Spring 2.5, Spring Security and DWR 3. We are trying to add file upload, but get the message Failed to find parameter: ...

14. Spring Authentication With DWR    forum.springsource.org

Hi Nickar, (I'm Ole). Sure - I'd love to work this out with you. I'm currently reading up on the documentation a little more: http://static.springframework.org/sp...-overview.html There's a code sample in there ...