> De : Krish Chandra [mailto:[EMAIL PROTECTED]] > > hi, > I am trying to put a https page for a webpageportlet and > jetspeed gives > me a malformed URL exception. Is there some other version > that I need to > download that supports this or do I need to make a > modification someplace > else?
Is it a good idea to include in an unsecure portal (http by default) a secure page (https) ? Cause if the stream is secured between jetspeed and the external site it is not betwteen jetspeed and you. (Unless you're using https to connect to jetspeed). Right now it's not supported but it might not be so hard to implement, using SSLSocket (javax.net.ssl package): http://java.sun.com/security > Also accessing jetspeed using netscape(4.79) is really > slow. Could it be > because I am still using the default stylesheets? > thanks > -Krish It's a know "bug" : Jetspeed uses a lot of nested tables and Netscape 4.7x doesn't support them well. Try Netscape 6 or higher. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
