Search:

Type: Posts; User: Joseph Caristi; Keyword(s):

Search: Search took 0.02 seconds.

  1. Thank you! This is exactly what I needed. I...

    Thank you! This is exactly what I needed. I will consider the regex path matching. In the meantime, the BeanPostProcessor worked. Here is my solution:


    @Override
    public Object...
  2. stripQueryStringFromUrls missing from filter-security-metadata-source?

    I am using Spring Security to secure an application that has both web pages and web services. I just migrated from Spring Security 2.x to 3.0.5. My configuration allows clients to load wsdl and xsd...
  3. Replies
    5
    Views
    1,903

    Listener order could be the problem

    From the Spring Log4jConfigListener documentation:

    This listener should be registered before ContextLoaderListener in web.xml, when using custom Log4J initialization.

    This works in Geronimo,...
  4. HttpSessionContextIntegrationFilter ignores allowSessionCreation flag?

    I am securing Axis2 web services using Spring Security 2.0.4. I have configured a HttpSessionContextIntegrationFilter as follows:

    <bean...
  5. Need Pre-Invocation ACL filter on List - Java Code solution

    I wrote some code to see if I could get a filter to work and it does:

    I define my filter provider (which I allow Spring to inject into my business object):
    ...
  6. Need Pre-Invocation ACL filter on List

    I have a method which takes a List of object IDs that will be used in a "where" clause. For example:

    Select * from Customer where CustomerId in (1,2,3,4,5)

    I would like to filter (via Spring...
  7. Replies
    3
    Views
    1,171

    Exclusions seem to work

    Thanks for the input - I definitely want to upgrade to the latest version. In the meantime, the following exclusions got my application running:

    <dependency>...
  8. Replies
    3
    Views
    1,171

    Spring Security for Spring 2.5.1?

    I have an application that depends on the Axis2-Spring integration (1.4.1). This results in a transient dependency on Spring 2.5.1. Trying to mix in other versions of Spring causes...
  9. Replies
    2
    Views
    1,400

    I was able to get this to work without custom...

    I was able to get this to work without custom coding of any Spring objects. I have attached my Spring configuration file. In my code, I pass the authentication information to Acegi (now called...
  10. Web Flow sample intro page downloaded not displayed

    I am completely new to Spring Web Flow. I imported the Web Flow 2.02 samples into Eclipse and resolved the classpath isues. When I run the swf-booking-faces application, the browser asks to...
  11. Replies
    4
    Views
    1,526

    I'm using JAX-WS and WSIT for my web services. ...

    I'm using JAX-WS and WSIT for my web services. Depending on the type of security (transport or message), I can either get the user directly (getUserPrincipal) or I have to dig into the SOAP headers....
  12. Acegi ACL SQL Syntax error and proposed solution

    I am attempting to implement domain object security using Acegi on MySql. I will also need to support other databases in the future. I ran into a problem on MySql with the BasicLookupStrategy. It...
  13. Replies
    2
    Views
    1,400

    LDAP and ACL Combination?

    I have successfully implemented method-level security using Acegi and LDAP. I would now like to add ACL security. I have a fairly good understanding of the "contacts" sample application, so I'm...
  14. Replies
    2
    Views
    886

    Thank you. This solved my problem.

    Thank you. This solved my problem.
  15. Replies
    2
    Views
    886

    Problem retrieving Acegi source

    I am having difficulty downloading the source for Acegi. Note that I am new to Maven, SVN, and CVS, so my apologies if I'm just missing it.

    I tried the web access...
Results 1 to 15 of 15