platform: AIX/Websphere Struts V: 1.0.2 Problem: <bean:include id="x" name="/pages/page1.jsp"/> <bean:write name="x" filter="false"/>
the above code works fine in windows - none SSL environment. When we migrate the code to AIX/Websphere that has SSL installed.. hence..https://blahblah... The above code throws: java.net.MalformedURLException: unknown protocol: https Last time I checked https is a valid protocol...HELP!!!!! THANKS! Thanks in advance!!! (cant use jsp:include ...custom wrappers etc...) WebGroup X Servlet Error: Cannot create include URL: java.net.MalformedURLException: unknown protocol: https: javax.servlet.jsp.JspException: Cannot create include URL: java.net.MalformedURLException: unknown protocol: https at org.apache.struts.taglib.bean.IncludeTag.doStartTag(IncludeTag.java) at noticeofchange._notice_5F_of_5F_change_jsp_5._jspService (_notice_5F_of_5F_change_jsp_5.java:241) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java (Compiled Code)) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]