BV Commerce Forum
»
BV Commerce Support
»
General Support
»
With a private store, and SSL active, store may not reach default.aspx page.
Rank: Member
Joined: 5/6/2004(UTC) Posts: 225
|
I have already submitted a problem report to BV, but I wanted to post this issue, along with a temporary fix, as it is a big issue if a person wishes to run with SSL.
If you as the admin have a private store, and you have SSL active on a shared certificate, when a user goes to login, the default.aspx page will get a 404 page not found error, as the login.aspx code has an issue in the page load area. On line 42, of the page load sub, an elseif condition is checked with Request.Params("ReturnURL")<> Nothing. The problem is that ReturnURL is not pointing back to a correct location to get to the default.aspx page, coming out of an SSL path.
On line 43, of the same file, I went and hard coded the ViewState("ReturnURL") = "~/default.aspx"
Prior to this, line 43 was setting that viewstate to Request.Params("ReturnURL"), which is where the problem is.
[color=#008000></FONT>
[color=#008000>
<FONT]You can change this file without compiling, as it is not part of the core.[/color]
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.