Agreed dkarr. I refactored the interceptor to contain enum instance inplace of featureId.
That gives me access to featureId from the enum. Thanks!
Type: Posts; User: gunny; Keyword(s):
Agreed dkarr. I refactored the interceptor to contain enum instance inplace of featureId.
That gives me access to featureId from the enum. Thanks!
That would'nt return 1 ( seasonId integer value ) that I was looking for, it would only give me SPRING.
I have an enum defined as
public enum Monsoon {
SPRING(1),
SUMMER(2),
AUTUMN(3),
FALL(4),
WINTER(5);
Yes that did it.
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...
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.
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...
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 ...
<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...
2007-02-27 13:32:19,909 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-370-bHvaRdAp0VGsE4uu9FTevCcJWDx2uojLecb-20] for service...
uncommeted channelprocessing filter bean definition and also added its name to filter entry point.
Changed the service url to,
<property...
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 -...
the import package in casfailed.jsp was incorrect and i have to change it as in gave in the previous post
changed the import package to
<%@ page import="org.acegisecurity.ui.AbstractProcessingFilter" %>
<%@ page import="org.acegisecurity.AuthenticationException" %>
and also http in...
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...
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...
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...
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">
<!--
-...
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">...
appreciate it
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
i posted the same in acegi forum.
thanks.
Here is my log4j output
[http-8443-Processor22] ExceptionTranslationFilter.sendStartAuthentication(195) | Authentication entry point being called; SavedRequest added to Session:...
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...
i did refer to this post
http://forum.springframework.org/showthread.php?t=22933
my object source is all defined in lower case only