Search:

Type: Posts; User: unmarshall; Keyword(s):

Search: Search took 0.02 seconds.

  1. Unable to load schema extensions from classpath

    Hi,

    I have defined a XML schema extension and created the following artifacts:

    XSD containing xml extensions
    NamespaceHandler implementation
    BeanDefinitionParser implementation
    ...
  2. Yes i know that UsernameNotFoundException is a...

    Yes i know that UsernameNotFoundException is a spring security exception and will not know anything about DataAccessException.

    The confusion was that the contract for loadUserByUsername in...
  3. Yes i can use that. I provided my own...

    Yes i can use that.
    I provided my own implementation of the entry point class and from there i forwarded the request to another page.

    I created a wrapper over the original HttpServletRequest, set...
  4. Following is the code for UserDetailsService...

    Following is the code for UserDetailsService which will fetch the DAO:


    public UserDetails loadUserByUserName(String username) throws UsernameNotFoundException, DataAccessException {
    if...
  5. Hi Luke, Thanks for your response. Here is...

    Hi Luke,

    Thanks for your response. Here is what the problem is. We are using Siteminder for authentication. So consider a scenario where Siteminder authenticates a user and sets SM_USER in the...
  6. access-denied-page in preAuthentication case does not work

    Hi,

    I am using Spring 2.5.6 and Spring security 2.0.5.

    Following is my application context for spring security:


    <security:http...
  7. EmptyResultDataAccessException does not get translated to AuthenticationException

    Hi,

    I am using Spring 2.5.6 and Spring security 2.0.5.

    We are using Siteminder as an external authentication service. I have successfully integrated it with Spring security but there is a...
  8. The issue has been resolved. Closing this...

    The issue has been resolved.
    Closing this thread.

    Regards,
    Madhav
  9. To add to the description, the flow is as...

    To add to the description, the flow is as follows:

    1. welcome page - index.jsp - redirects to login.jsp
    2. User enters credentials and POST request is sent to Siteminder for authentication
    3....
  10. FilterSecurityInterceptor not being called for a JSF forward

    Hi All,

    I am using:
    ---------------------------------
    icefaces- 1.8.1
    myfaces 1.1
    spring 2.5.6
    spring security 2.0.5
    application server: WAS 6.0
  11. Replies
    10
    Views
    36,316

    View Post

    <intercept-url pattern="/**" access="IS_AUTHENTICATED_ANONYMOUSLY" />

    The configuration above will not prevent exceptions, specially in my case where i am using Siteminder as a pre-Auth mechanism...
  12. I also tried:

    I also tried:


    <security:intercept-url pattern="/**" filters="none"/>

    It still does not work. In the log file i see the following:


    [1/9/10 15:53:47:351 IST] 0000001c FilterChainPr I...
  13. I tried with all sorts of URL for...

    I tried with all sorts of URL for intercept-filter pattern and nothing works.
    Finally i changed the web.xml's filter-mapping to:


    <filter>
    <description></description>...
  14. Exception trace [1/9/10 13:20:06:302 IST]...

    Exception trace

    [1/9/10 13:20:06:302 IST] 0000001d EntryPointInj I org.springframework.security.config.EntryPointInjectionBeanPostProcessor postProcessBeforeInitialization Selecting...
  15. Prevent RequestHeaderPreAuthenticatedProcessingFilter from checking token for URLs

    Hi All,

    I am using:
    Spring 2.5.6
    Spring security - 2.0.5
    myfaces 1.1, icefaces 1.8.1

    I have the following configuration:
    web.xml
  16. Site Minder and Spring Security integration

    Hi All,

    I am using Spring 2.5.6, Spring security 2.0.5 in our application. The client already has Site Minder for authenticating users and their access to an application, however it has not been...
Results 1 to 16 of 16