Re: FormAuthentication problem

2008-05-09 Thread Kazuhito SUGURI
Hi, Sorry for my late response. In article [EMAIL PROTECTED], Wed, 30 Apr 2008 09:24:42 -0700, Eric Barendt [EMAIL PROTECTED] wrote: eric We are using JBoss 4.2.1 with whatever version of Tomcat it comes with. I eric just applied your patch to the 1.8.0 code, and it works great! Thank you for

Re: FormAuthentication problem

2008-05-03 Thread Petar Tahchiev
Hi guys, I have added Kazuhito's changes in the svn. Sorry I have missed them - I have been really swamped lately. Eric, maybe you can tell more on how you use Cactus on the Who uses Cactus wiki. :-) Cheers, Petar. 2008/4/30 Eric Barendt [EMAIL PROTECTED]: We are using JBoss 4.2.1 with

Re: FormAuthentication problem

2008-04-30 Thread Kazuhito SUGURI
Hi Eric, In article [EMAIL PROTECTED], Tue, 29 Apr 2008 15:28:56 -0700, Eric Barendt [EMAIL PROTECTED] wrote: eric I'm working on switching our application from Basic to Form authentication. [snip] eric With FormAuthentication, I get Missing service name parameter eric [Cactus_Service] in HTTP

Re: FormAuthentication problem

2008-04-30 Thread Eric Barendt
We are using JBoss 4.2.1 with whatever version of Tomcat it comes with. I just applied your patch to the 1.8.0 code, and it works great! Is this a bug in Cactus? I couldn't find anything in the project's Jira page, but it'd be great to get this integrated. Thanks! Eric On Tue, Apr 29, 2008 at

Re: FormAuthentication

2005-09-02 Thread Nicolas Chalumeau
Do you use the ant task or the maven plugin ? For the ant task add in your catifywar : servletredirector name=ServletRedirectorSecure mapping=/ServletRedirectorSecure roles=RoleBase/ For the maven plugin I provide a patch but it is the same

Re: FormAuthentication

2005-09-02 Thread David Turley
Thanks for the suggestion, but it ended up being my fault again. I think I'll wait a little tiny bit longer before asking for help next time. I always seem to figure it out shortly after I ask for help. I just need to pretend like I asked for help and then maybe the answer will come to me.

RE: FormAuthentication and Error Code 500

2004-11-22 Thread Setanta Mathews
:[EMAIL PROTECTED] Sent: 20 November 2004 07:56 To: [EMAIL PROTECTED] Subject: Re: FormAuthentication and Error Code 500 Hi Setanta, Could you post server log? We need more detail to understand what's going on. In article [EMAIL PROTECTED], Thu, 18 Nov 2004 13:25:02 -, Setanta Mathews [EMAIL

Re: FormAuthentication and Error Code 500

2004-11-19 Thread Kazuhito SUGURI
Hi Setanta, Could you post server log? We need more detail to understand what's going on. In article [EMAIL PROTECTED], Thu, 18 Nov 2004 13:25:02 -, Setanta Mathews [EMAIL PROTECTED] wrote: smathews The authentication must be working. Part of the test in question calls an smathews EJB that

Re: FormAuthentication and Error Code 500

2004-11-18 Thread Kazuhito SUGURI
Hi Setanta, In article [EMAIL PROTECTED], Thu, 18 Nov 2004 11:03:53 -, Setanta Mathews [EMAIL PROTECTED] wrote: smathews public void beginA(WebRequest theRequest) smathews { smathews theRequest.setRedirectorName(ServletRedirectorSecure); smathews FormAuthentication fa

RE: FormAuthentication and Error Code 500

2004-11-18 Thread Setanta Mathews
. -Original Message- From: Kazuhito SUGURI [mailto:[EMAIL PROTECTED] Sent: 18 November 2004 11:22 To: [EMAIL PROTECTED] Subject: Re: FormAuthentication and Error Code 500 Hi Setanta, In article [EMAIL PROTECTED], Thu, 18 Nov 2004 11:03:53 -, Setanta Mathews [EMAIL PROTECTED] wrote

Re: FormAuthentication and Error Code 500

2004-11-18 Thread Kazuhito SUGURI
Hi Setanta, In article [EMAIL PROTECTED], Thu, 18 Nov 2004 11:56:27 -, Setanta Mathews [EMAIL PROTECTED] wrote: smathews I think the password is okay. If I change it to something else I get a 403 smathews (forbidden) error response code: Can you access to a secured resource from your

RE: FormAuthentication and Error Code 500

2004-11-18 Thread Setanta Mathews
to get my tests running. Thanks, Setanta. -Original Message- From: Kazuhito SUGURI [mailto:[EMAIL PROTECTED] Sent: 18 November 2004 12:18 To: [EMAIL PROTECTED] Subject: Re: FormAuthentication and Error Code 500 Hi Setanta, In article [EMAIL PROTECTED], Thu, 18 Nov 2004 11:56:27 -

RE: FormAuthentication with machine name

2004-01-15 Thread Vincent Massol
Hi Anton, Sorry for the late answer. The status is in the bug itself: http://issues.apache.org/bugzilla/show_bug.cgi?id=17933 It's still open and thus has not been fixed. Would you have patch for it? Thanks -Vincent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: FormAuthentication

2002-10-31 Thread Vincent Massol
-inc.com] Sent: 29 October 2002 15:37 To: 'Cactus Users List' Subject: RE: FormAuthentication Here's my SimpleFormLogin project. This is project source, so look into the build.xml file and adjust the !-- Jar files -- section to fit your setup. As far as I know, form authentication over

RE: FormAuthentication

2002-10-29 Thread Robertson, Jason
[mailto:Jason.Robertson;acs-inc.com] Gesendet am: Montag, 28. Oktober 2002 21:35 An: 'Cactus Users List' Betreff: RE: FormAuthentication I think this is a good solution. Separate WAR files is the only way I know of to use different authentication techniques. Plus, the side effect of making a clearer separation

RE: FormAuthentication

2002-10-28 Thread Dhar, Pranab
[mailto:Pranab.Dhar;DFA.STATE.NY.US] Sent: Sunday, October 27, 2002 10:39 PM To: 'Cactus Users List' Subject: RE: FormAuthentication Hi Jason/Vincent, I checked out the code changes and as expected the first call gets the JSESSIONID from the Server to proceed with calling the servlet set

RE: FormAuthentication

2002-10-28 Thread Robertson, Jason
-Original Message- From: Vincent Massol [mailto:vmassol;octo.com] Sent: Saturday, October 26, 2002 2:12 PM To: 'Cactus Users List' Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: FormAuthentication Hi Jason/Pranab, Thank you both for the good analysis! There are indeed 2 bugs you have found

RE: FormAuthentication

2002-10-26 Thread Robertson, Jason
Users List' Subject: RE: FormAuthentication Jason, I found the Redirector change happening at function (AbstractHttpClient.java) private WebTestResult callGetResult( AbstractAuthentication theAuthentication) throws Throwable { WebRequest resultsRequest = new WebRequest

RE: FormAuthentication

2002-10-26 Thread Vincent Massol
Message- From: Robertson, Jason [mailto:Jason.Robertson;acs-inc.com] Sent: 26 October 2002 15:40 To: 'Cactus Users List' Subject: RE: FormAuthentication Time for Vincent to chime in! Vincent, Pranab's comments below show that there's a problem in the reconfiguring of the Redirector

RE: FormAuthentication

2002-10-25 Thread Dhar, Pranab
List' Subject: RE: FormAuthentication Hi Jason, Yes Authentication works. I am using JBoss app server. with user defined security realm/domain where all the users and roles are mapped using users.properties and roles.properties.I can run the servlet straightaway and I am asked to authenticate

RE: FormAuthentication

2002-10-25 Thread Robertson, Jason
cactus.properties file, but I'd say it would be better to remove it.) Let me know if that changes anything. Jason -Original Message- From: Dhar, Pranab [mailto:Pranab.Dhar;DFA.STATE.NY.US] Sent: Friday, October 25, 2002 11:47 AM To: 'Cactus Users List' Subject: RE: FormAuthentication Hi

RE: FormAuthentication

2002-10-25 Thread Robertson, Jason
, Pranab [mailto:Pranab.Dhar;DFA.STATE.NY.US] Sent: Friday, October 25, 2002 1:32 PM To: 'Cactus Users List' Subject: RE: FormAuthentication Jason, The servlet mapping in WEB-INF/web.xml is !-- Cactus Servlet Redirectors -- servlet servlet-nameServletRedirector/servlet-name

RE: FormAuthentication

2002-10-25 Thread Dhar, Pranab
;acs-inc.com] Sent: Friday, October 25, 2002 1:47 PM To: 'Cactus Users List' Subject: RE: FormAuthentication I think you've found a problem! I was unaware that you could change the redirector name in the WebRequest so I didn't deal with that scenario. If you can, change the authenticate function

RE: FormAuthentication

2002-10-25 Thread Dhar, Pranab
Jason, Sorry for the typo Error in my last post.it should be getConfiguration().getContextURL()+/+theRequest.getRedirectorName(); I just compiled the code and tested it. I am getting past the authentication now but getting stuck somewhere after that. Somewhere down the line the

RE: FormAuthentication

2002-10-25 Thread Robertson, Jason
, 2002 3:43 PM To: 'Cactus Users List' Subject: RE: FormAuthentication Jason, Sorry for the typo Error in my last post.it should be getConfiguration().getContextURL()+/+theRequest.getRedirectorName(); I just compiled the code and tested it. I am getting past the authentication now but getting stuck

RE: FormAuthentication

2002-10-25 Thread Dhar, Pranab
will know the answer to this design. Pranab -Original Message- From: Robertson, Jason [mailto:Jason.Robertson;acs-inc.com] Sent: Friday, October 25, 2002 6:20 PM To: 'Cactus Users List' Subject: RE: FormAuthentication Yes, you're correct with the need to get the context URL as well