Re: AW: SSL - ajax login

2009-07-29 Thread Andreas Petersson
according to some, it has to do with non-port 80 requests appearing more suspicous that port-80, and just in combination with firefox <= 3.0. did you try deploying your site to http://localhost:80 and https://localhost:443 ? this worked for me. firefox 3.5 did not complain about port 8080/8443 t

Re: AW: SSL - ajax login

2009-07-28 Thread Igor Vaynberg
I did the following now: >> I called the website directly with https://localhost:8443/projectname and >> then I performed a login and it worked. >> >> Any idea? >> >> Thx Arthur >> >> >> >> >> >> Von: Igor Vaynberg >> An: users@

AW: AW: SSL - ajax login

2009-07-28 Thread Arthur Leigh Allen
t cross domain (http and https) AJAX queries? Von: Igor Vaynberg An: users@wicket.apache.org Gesendet: Montag, den 27. Juli 2009, 18:24:20 Uhr Betreff: Re: AW: SSL - ajax login hmm, it might be like you said - ajax request with an untrusted cert might be failing. it looks f

Re: AW: SSL - ajax login

2009-07-27 Thread Igor Vaynberg
> Von: Igor Vaynberg > An: users@wicket.apache.org > Gesendet: Sonntag, den 26. Juli 2009, 22:22:22 Uhr > Betreff: Re: AW: SSL - ajax login > > the href is not a problem; you seeing # appended to the end of the url > is the correct behavior. what should have happened was t

AW: AW: SSL - ajax login

2009-07-27 Thread Arthur Leigh Allen
2009, 22:22:22 Uhr Betreff: Re: AW: SSL - ajax login the href is not a problem; you seeing # appended to the end of the url is the correct behavior. what should have happened was the ajax call to that https url in the background. so what you should be looking into is why the ajax call with that

AW: AW: SSL - ajax login

2009-07-27 Thread Arthur Leigh Allen
proceed. Only if I proceed, the website is loaded/shown. If it's an ajax ssl call, maybe there is no way to ask the user whether he want to proceed or not. Arthur   Von: Igor Vaynberg An: users@wicket.apache.org Gesendet: Sonntag, den 26. Juli 2009, 22:22:2

Re: AW: SSL - ajax login

2009-07-26 Thread Igor Vaynberg
https://localhost:8443/projectname/wicket:interface=:6:content:container:areaTop:2:panelTop:container:loginForm:buttonLogin:container:link:: > [etc.] > > Do you have any idea how I can solve the problem? > > Thx, > Arthur > > > > > > > > > Von:

AW: AW: SSL - ajax login

2009-07-26 Thread Arthur Leigh Allen
vascript to see the url modifications. > Thank you for your support Igor! > > Have a nice weekend. > Greetz, Arthur > > > > > Von: Igor Vaynberg > An: users@wicket.apache.org > Gesendet: Freitag, den 24. Juli 2009, 17:30:27 Uhr > Betreff: R

AW: AW: SSL - ajax login

2009-07-26 Thread Arthur Leigh Allen
______ Von: Igor Vaynberg An: users@wicket.apache.org Gesendet: Freitag, den 24. Juli 2009, 21:51:48 Uhr Betreff: Re: AW: SSL - ajax login whatever url you see when hovering over the link is not the url used for ajax - not necessarily. you should inspect the onclick handlers. -igor

Re: AW: SSL - ajax login

2009-07-24 Thread Igor Vaynberg
vascript to see the url modifications. > Thank you for your support Igor! > > Have a nice weekend. > Greetz, Arthur > > > > > Von: Igor Vaynberg > An: users@wicket.apache.org > Gesendet: Freitag, den 24. Juli 2009, 17:30:27 Uhr > Betreff: R

AW: AW: SSL - ajax login

2009-07-24 Thread Arthur Leigh Allen
treff: Re: AW: SSL - ajax login no, i havent tried it myself. i never had to do an ajax login. the url in the browser changes to http://locahost:8080/projectname/# ? thats fine. the main part is what the actual ajax url is used - you wont see that in the browser's bar. i suggest you use

Re: AW: SSL - ajax login

2009-07-24 Thread Igor Vaynberg
ajax calls? > > Thx again > Arthur > > > > > Von: Igor Vaynberg > An: users@wicket.apache.org > Gesendet: Donnerstag, den 23. Juli 2009, 16:37:22 Uhr > Betreff: Re: AW: SSL - ajax login > > javascript invokes the url you give it

AW: AW: AW: SSL - ajax login

2009-07-24 Thread Arthur Leigh Allen
esterday, I found it today However I would appreciate a response to the other questions. Thx Arthur Von: Arthur Leigh Allen An: users@wicket.apache.org Gesendet: Freitag, den 24. Juli 2009, 11:19:23 Uhr Betreff: AW: AW: SSL - ajax login Hi Igor, I tried t

AW: AW: SSL - ajax login

2009-07-24 Thread Arthur Leigh Allen
he.org Gesendet: Donnerstag, den 23. Juli 2009, 16:37:22 Uhr Betreff: Re: AW: SSL - ajax login javascript invokes the url you give it, so it looked like it should work. you might have to trace deeper to see whats going on. -igor On Thu, Jul 23, 2009 at 4:41 AM, Arthur Leigh Allen wrote: > Hi

Re: AW: SSL - ajax login

2009-07-23 Thread Igor Vaynberg
43/projectname/;sessionid. > That would result in an error and maybe > http://localhost:8080/projectname/# is used therefore. > > Am I wrong? > > Thx > Arthur > > > > > ________ > Von: Igor Vaynberg > An: users@wicket.apache.org

AW: AW: SSL - ajax login

2009-07-23 Thread Arthur Leigh Allen
st:8443/projectname/;sessionid. That would result in an error and maybe http://localhost:8080/projectname/# is used therefore. Am I wrong? Thx Arthur Von: Igor Vaynberg An: users@wicket.apache.org Gesendet: Mittwoch, den 22. Juli 2009, 18:31:27 Uhr Betreff: R

AW: AW: SSL - ajax login

2009-07-22 Thread Arthur Leigh Allen
ch, den 22. Juli 2009, 18:31:27 Uhr Betreff: Re: AW: SSL - ajax login ah, i thought i replied already because i looked into this yesterday. you will have to roll your own button. i would recommend looking at the sourcecode of the default button. when you add the formsubmitbehavior in your butt

Re: AW: SSL - ajax login

2009-07-22 Thread Igor Vaynberg
anyone give me a prompt answer please? > > Thx & Best regards > Arthur > > > > > Von: Arthur Leigh Allen > An: users@wicket.apache.org > Gesendet: Dienstag, den 21. Juli 2009, 19:18:18 Uhr > Betreff: AW: SSL - ajax login >

Re: AW: AW: SSL - ajax login

2009-07-22 Thread Peter Ertl
ease? Thx & Best regards Arthur Von: Arthur Leigh Allen An: users@wicket.apache.org Gesendet: Dienstag, den 21. Juli 2009, 19:18:18 Uhr Betreff: AW: SSL - ajax login Hello Igor, thanks for your early reply. Yes, my login form is submitted via ajax. public

AW: AW: SSL - ajax login

2009-07-22 Thread Arthur Leigh Allen
regards Arthur Von: Arthur Leigh Allen An: users@wicket.apache.org Gesendet: Dienstag, den 21. Juli 2009, 19:18:18 Uhr Betreff: AW: SSL - ajax login Hello Igor, thanks for your early reply. Yes, my login form is submitted via ajax. public class BasePage {         public void

AW: SSL - ajax login

2009-07-21 Thread Arthur Leigh Allen
Hello Igor, thanks for your early reply. Yes, my login form is submitted via ajax. public class BasePage {         public void switchViaAjax(...) { ... }     public void navigateViaAjax(...) { ... } } @RequireHttps public class SSLForm extends Form { ... } public class LoginPanel {     publi