everytime new logion because visit not found in session

2007-08-31 Thread Hans Bakker
Since about a couple of weeks i have the problem that a lot of times, not always, the system requests you to login again. It is caused because the 'visit' is not found in the session in requesthandler.java, it creates a new one and sees it is already available in the cookie but forces the 'first v

Re: everytime new logion because visit not found in session

2007-08-31 Thread Willem Janssen
We have experienced the same problem... Regards, Willem Janssen OpenBiz Webservices www.openbiz.nl On Fri, August 31, 2007 11:09, Hans Bakker wrote: > Since about a couple of weeks i have the problem that a lot of times, > not always, the system requests you to login again. It is caused becaus

http redirect to https question.

2007-08-31 Thread Mike Baschky
Hello, Say I'm having an issue with http to https redirect in ofbiz v4. I have https working fine for the login and a couple of other pages, however, I'm having an issue with redirects. As an example someone comes into a page that requires authorization but not https they get redirect to the lo

Re: http redirect to https question.

2007-08-31 Thread Michael Jensen
Make sure that you have https="true" set for the request map. This is set in WEB-INF/controller.xml Here is what mine looks like: This works for my login links from non-https pages. Mike Mike Baschky wrote: > Hello, > Say I'm having an issue w

Re: everytime new logion because visit not found in session

2007-08-31 Thread Adrian Crum
I have experienced that too. Hans Bakker wrote: Since about a couple of weeks i have the problem that a lot of times, not always, the system requests you to login again. It is caused because the 'visit' is not found in the session in requesthandler.java, it creates a new one and sees it is alr

RE: http redirect to https question.

2007-08-31 Thread Mike Baschky
Hi Mike, Thanks. I do have mu controller set up like this (different login class of course). So when you try to login form say http://yourofbiz.com/controller/non-secure-auth-page, you get redirected to your main page and it's under https - correct? When I do this I get sent to my login pag

Re: everytime new logion because visit not found in session

2007-08-31 Thread Vince Clark
Ditto. Adrian Crum wrote: > I have experienced that too. > > Hans Bakker wrote: > >> Since about a couple of weeks i have the problem that a lot of times, >> not always, the system requests you to login again. >> It is caused because the 'visit' is not found in the session in >> requesthandler.jav

Re: http redirect to https question.

2007-08-31 Thread Michael Jensen
I was mistaken on the section of my config file I sent previously. I use checkLogin not login When I go to the page: http://yourofbiz.com/myapp/control/checkLogin/login it instantly redirects to https://yourofbiz.com/myapp/control/checkLogin/login That section of controller.xml says:

Re: svn commit: r566181 - in /ofbiz/trunk/applications/order: entitydef/ script/org/ofbiz/order/quote/ script/org/ofbiz/order/request/ src/org/ofbiz/order/order/ src/org/ofbiz/order/shoppingcart/

2007-08-31 Thread Hans Bakker
Problem solved in revision 571504. Thanks for reporting by Sunit and tested by Sumit and Bilgin. On Fri, 2007-08-31 at 13:35 +0530, sumit pandit wrote: > Hi All, > After rev=566181. > > On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > > Author: hansbak > > Date: Wed Aug 15 07:17:37 2007 >

Re: http redirect to https question.

2007-08-31 Thread Michael Jensen
Here's the snippet of code I use to generate the login links: You must ${uiLabelMap.CommonLogin} to continue. Mike Mike Baschky wrote: > Thanks Mike, > This does work if I type in the whole url with check login but > for some reason ofbiz is not rewriting my url to use checkLogin. I guess

RE: http redirect to https question.

2007-08-31 Thread Mike Baschky
Thanks Mike, This does work if I type in the whole url with check login but for some reason ofbiz is not rewriting my url to use checkLogin. I guess I'm still confused on how ofbiz is doing its redirects. Thanks again for the information. -Mike -Original Message- From: Michael Je

RE: http redirect to https question.

2007-08-31 Thread Mike Baschky
Thank you. I see what you are doing you have an actual href in a page. I guess what I'm trying to understand is if a user types in a url for a secure location they are redirected to the login page to authenticate and after successful authentication they are allowed to enter the site at the given ur

Widget form's 's filter-by-date not using "by-name"

2007-08-31 Thread Jonathon -- Improov
In widget forms, we can do . Is the filter-by-date attribute able to process "by-name"? Seems not, from the ByAndFinder.java. I see only EntityUtil.getFilterByDateExpr() called. Should I do a quick extension for this if it is not yet implemented? Jonathon