Does JSPWiki get confused by having both SSL and non-SSL access to the wiki?
For example, my main site URL is: http://foo.bar.com I want to secure the Login page so passwords are not passed around in the clear, so my login happens at https://foo.bar.com/Login.jsp?redirect=Main Once the users are logged in, I would prefer to switch them back to a non-SSL connection. Is this possible to do without confusing JSPWiki and losing track of the session and logged-in information? thanks, Wyllys
