Help with integrating NTLM in wicket application

2010-03-19 Thread Bryan Montgomery
Hello, I have two applications, one a stand alone web app and one wicket based. Currently they both use form authentication however I am trying to add NTLM authentication for SSO from our windows intranet. Leveraging jcifs, I've been able to do this pretty easily with the stand alone web app. Howe

Re: Help with integrating NTLM in wicket application

2010-03-24 Thread Bryan Montgomery
>response.setHeader("WWW-Authenticate", "NTLM"); >throw new AbortWithHttpStatusException(401, false); > > } > > I hope this helps. > > Thanks, > > Josh > > -Original Message- > From: Bryan Montgo

Re: Help with integrating NTLM in wicket application

2010-03-24 Thread Bryan Montgomery
tch (IOException e) >{ >e.printStackTrace(); >} > >} >if(session.getUser() == null) >{ > setResponsePage(LoginPage.class); >

Wicket form data isn't received

2010-03-26 Thread Bryan Montgomery
I've been working on an existing wicket application and am banging my head against the desk :) I'm trying to have two different pages that handle the sign on for the authenticated web session. One which is using ntlm with jcifs works fine. However, I can't get any other forms to work. I see from l

Re: Wicket form data isn't received

2010-04-05 Thread Bryan Montgomery
a breakpoint in your onSubmit method of the form to see if it > is getting to that point? If it isn't then make sure you don't have a > validator failing and no feedback panel. I've made that mistake before. > > Thanks, > > Josh > > -Original Message-

Frustrating behavior ... same browser, same war, same tomcat version - different behavior!!!

2010-06-04 Thread Bryan Montgomery
Hello, I've been banging my head against the proverbial brick wall for the last day. I have a fairly large web application which I've been modifying part of. Essentially, part of the process generates dynamic web forms based on xml configuration files. We noticed that on one of our servers when we

Re: Frustrating behavior ... same browser, same war, same tomcat version - different behavior!!!

2010-06-04 Thread Bryan Montgomery
Yeah, I thought it might be as simple as that - but unfortunately not. On Fri, Jun 4, 2010 at 12:29 PM, James Carman wrote: > Have you tried clearing your cache on your browsers? > > On Fri, Jun 4, 2010 at 11:57 AM, Bryan Montgomery > wrote: > > Hello, > > I've bee

Re: Frustrating behavior ... same browser, same war, same tomcat version - different behavior!!!

2010-06-04 Thread Bryan Montgomery
Thanks for the ideas. Still no joy. The behavior is consistent between three different clients, all running different versions of IE (6,7 and 8). I was able to use the debugging feature built in to IE 8 to see that the wicket ajax javascript was gettting called. At some point in that process it lo

Re: Frustrating behavior ... same browser, same war, same tomcat version - different behavior!!!

2010-06-07 Thread Bryan Montgomery
; Is there maybe a simple difference in your httpd.conf pertaining to > > sessions? > > > > On Fri, Jun 4, 2010 at 1:32 PM, Bryan Montgomery > wrote: > >> Thanks for the ideas. Still no joy. > >> > >> The behavior is consistent between three differe

Re: Frustrating behavior ... same browser, same war, same tomcat version - different behavior!!!

2010-06-08 Thread Bryan Montgomery
58 AM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > did you solve this yet? > > 2010/6/7 Bryan Montgomery : > > Thanks - this is still puzzling me. This is a virtual machine. I did just > > try the war on another virtual machine and it worked as expected. I think

Re: Frustrating behavior ... same browser, same war, same tomcat version - different behavior!!!

2010-06-16 Thread Bryan Montgomery
I haven't got to the bottom of it exactly, but it's related to our (my) attempt to integrate jcifs and ntml SSO in to the application. It's gone back now to our main software vendor to figure out from here. Bryan. On Tue, Jun 8, 2010 at 8:46 AM, Bryan Montgomery wrote: >