Re: [Acegisecurity-developer] Protecting part of a JSP

2005-05-10 Thread Greg Akins
, but would be willing to add this if some folks can give me a little handholding (that is, if the to #1 is No. --- Brian Moseley [EMAIL PROTECTED] wrote: Greg Akins wrote: I thought about that... But the protection is based on role, and the state of the JSP page Basically anyone can

[Acegisecurity-developer] incorporating Acegi from JSTL/Struts Tags

2005-04-26 Thread Greg Akins
I would like to use Acegi to display a value in a JSP page conditionally. Preferably using logic:present/ There is probably a pretty obvious answer to this; and I'm going to go looking for it now. However, I'm on a tight deadline. So if anyone can point me to a FAQ, Wiki entry... Or anything

Re: [Acegisecurity-developer] incorporating Acegi from JSTL/Struts Tags

2005-04-26 Thread Greg Akins
of logic:present if you enable Acegi's ContextHolderAwareRequestFilter (http://tinyurl.com/8knk9). Matt On Apr 26, 2005, at 8:45 AM, Greg Akins wrote: I would like to use Acegi to display a value in a JSP page conditionally. Preferably using logic:present/ There is probably

[Acegisecurity-developer] JSESSIONID problem

2005-04-15 Thread Greg Akins
I can't believe I didn't realize this. My host name had a underscore, which IE doesn't like (and isn't valid DNS anyways). IP address worked (though I could have sworn I tried that before. Thanks for all the hints. -greg --- SF email is

[Acegisecurity-developer] Problems maintaining JSESSIONID

2005-04-14 Thread Greg Akins
I posted yesterday about problems I'm having with IE against a webapp that uses Acegi. I didn't think it had anything to do with Acegi because my app works in several instances... It's just this once case of IE against a Win2003 server that is causing me problems. However, I just thought on

Re: [Acegisecurity-developer] Problems maintaining JSESSIONID

2005-04-14 Thread Greg Akins
my session cookies by returning a P3P header with a compact policy on every request. (I did this with a custom filter). I could pull together more info/code on that if you want? eoin. http://peelmeagrape.net/eoin/ Greg Akins wrote: I posted yesterday about problems I'm having

Re: [Acegisecurity-developer] Problems maintaining JSESSIONID

2005-04-14 Thread Greg Akins
the culprit. Are the security settings in the browser set to never accept cookies? On 4/14/05, Greg Akins [EMAIL PROTECTED] wrote: It's not that I don't want the jsessionid.. It's that it only appears when I use IE6 against one specific Win2003 server. And the sessionid that is getting

[Acegisecurity-developer] Difference between IE and Firefox?

2005-04-13 Thread Greg Akins
I have an application which uses Acegi Security. The application is deployed, for development, on my local machine running Windows XP and Tomcat 5.0. Acegi Security 0.81 From there, I can login locally, or from other machines using Firefox 2003, Tomcat 5.0) everything works OK with Firefox

[Acegisecurity-developer] Just starting

2005-03-24 Thread Greg Akins
I've been trying to get Acegi integrated into my application. It's been going fine, but I can't seem to figure out how to get past this problem. Any help with this would be greatly appreciated! I started with acegisecurity 0.81, and then got a nightly build (from last night) and build

Re: [Acegisecurity-developer] Just starting

2005-03-24 Thread Greg Akins
and am trying to incorporate this in a Struts app) and that is causing my problem. --- Ben Alex [EMAIL PROTECTED] wrote: Greg Akins wrote: I have this bean id=filterChainProxy class=net.sf.acegisecurity.util.FilterChainProxy property name=filterInvocationDefinitionSource