Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Agreed dkarr. I refactored the interceptor to...

    Agreed dkarr. I refactored the interceptor to contain enum instance inplace of featureId.
    That gives me access to featureId from the enum. Thanks!
  2. That would'nt return 1 ( seasonId integer value )...

    That would'nt return 1 ( seasonId integer value ) that I was looking for, it would only give me SPRING.
  3. Defining Enum value in bean definition (Spring 3.0.5.RELEASE)

    I have an enum defined as


    public enum Monsoon {
    SPRING(1),
    SUMMER(2),
    AUTUMN(3),
    FALL(4),
    WINTER(5);
  4. Replies
    2
    Views
    776

    Yes that did it.

    Yes that did it.
  5. Replies
    2
    Views
    776

    Gradle build errors

    Using gradle-1.0-milestone-4 when i try to build spring security after cloning from http://git.springsource.org/spring-security
    I get the following errors;

    :buildSrc:clean
    :buildSrc:compileJava...
  6. Thanks karldmoore. This is the sample contacts...

    Thanks karldmoore. This is the sample contacts cas application, so it should work out of box right or is it the same case with everybody. I mean no one got it to working.
  7. Can you pleaseeee throw some insight in getting contact cas app running ?

    I have given my entire journey of getting the contacts cas app work here,
    http://forum.springframework.org/showthread.php?t=35465

    I am sure you can help me out here so that i could get this...
  8. When i remove the /login from the url ...

    When i remove the /login from the url

    <property name="loginUrl"><value>https://localhost:8443/cas</value></property>

    i am authenticated (login successful page). But its not getting ...
  9. ServiceTicket does not match supplied service

    <property name="service"><value>https://localhost:8443/concas/j_acegi_cas_security_check</value></property>


    i have changed the service properties url as above
    Scott Battaglia comments in the...
  10. error log

    2007-02-27 13:32:19,909 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-370-bHvaRdAp0VGsE4uu9FTevCcJWDx2uojLecb-20] for service...
  11. the browser request keeps spinning

    uncommeted channelprocessing filter bean definition and also added its name to filter entry point.

    Changed the service url to,

    <property...
  12. Access is denied after user authentication

    Role definition is confusing, can anybody figure it out, what is going wrong?

    after cas server authentication i am taken to
    http://localhost:8090/concas/secure/index.htm
    HTTP Status 403 -...
  13. the import package in casfailed.jsp was incorrect...

    the import package in casfailed.jsp was incorrect and i have to change it as in gave in the previous post
  14. changed the import package to

    changed the import package to

    <%@ page import="org.acegisecurity.ui.AbstractProcessingFilter" %>
    <%@ page import="org.acegisecurity.AuthenticationException" %>

    and also http in...
  15. ACEGI_SECURITY_LAST_EXCEPTION_KEY cannot be resolved

    i could able to login with marissa=koala then i got an exception ACEGI_SECURITY_LAST_EXCEPTION_KEY cannot be resolved to a type

    then i got this in the log


    2007-02-27 11:09:58,699 DEBUG...
  16. redirection works if i remove channel processing...

    redirection works if i remove channel processing filter from the filter entry. Well i did try with https in the service properities with channel filter definition before but it was not working. Hence...
  17. log

    Log


    Feb 27, 2007 10:23:50 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Portable Runtime which allows optimal performance in production environments was not...
  18. applicationContext-acegi-security.xml and log

    applicationContext-acegi-security.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">

    <!--
    -...
  19. Contacts Cas app. not getting redirected to cas server login page

    deployerConfigContext.xml of cas server



    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">...
  20. appreciate it

    appreciate it
  21. well i really dont want duplicate my post. But i...

    well i really dont want duplicate my post. But i am not sure how do i move this post to acegi hence i posted the same query there. So please pardon my ignorance
  22. i posted the same in acegi forum. thanks.

    i posted the same in acegi forum.

    thanks.
  23. Here is my log4j output ...

    Here is my log4j output



    [http-8443-Processor22] ExceptionTranslationFilter.sendStartAuthentication(195) | Authentication entry point being called; SavedRequest added to Session:...
  24. Authentication object was not found after successful authentication

    The CAS server after authentication forwards to the myapp (service) with service ticket. In the service side (myapp) the granted authorities allocates specific role to the user. When the service side...
  25. i did refer to this post ...

    i did refer to this post
    http://forum.springframework.org/showthread.php?t=22933

    my object source is all defined in lower case only
Results 1 to 25 of 31
Page 1 of 2 1 2