You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Santosh Kulkarni <sa...@yahoo.com> on 2003/01/09 05:27:40 UTC

Getting a security alert msg box on https

I'm getting a security alert msg box that says "This
page contains both secure and nonsecure items. Do you
want to display the nonsecure items?" when I use the
browser back to return to the previous page. 

The flow is like this: I have a relative link in
page1.jsp to go to page2.jsp. I land on page1.jsp
without any problems. I click on the link in this page
and go to page2.jsp also. But when I use the browser
back now from page2.jsp, I'm getting the said alert
message. Any pointers on why this could be happening
and a possible solution to this is appreciated. 

BTW, everything is on https and I have checked that
none of the pages have any images and/or
resources/references to http. Everyhting is on SSL.

Sorry for posting this on a wrong mailing list, but
its very urgent.
TIA
Santosh

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: IPv6 Support in Tomcat

Posted by David Kavanagh <da...@dotech.com>.
Surendra,
I can't vouch for the tomcat implementation meeting the criteria set for 
on that web page. That is probably a question for the dev list. It 
sounds like if it was coded without IPv4 references, it should just work.

David

Surendra Kumar wrote:

>Hi David
>   Thanks for the info. Is there anything specially needs to be done from
>tomcat side ?
>   So  If the jdk supports then tomcat also supports Ipv6. Is this correct ?
>
>Thanks
>Surendra
>
>
>----- Original Message -----
>From: "David Kavanagh" <da...@dotech.com>
>To: "Tomcat Users List" <to...@jakarta.apache.org>
>Sent: Thursday, January 09, 2003 10:33 AM
>Subject: Re: IPv6 Support in Tomcat
>
>
>  
>
>>IPv6 is a jdk1.4 feature, that is not availble on Windows (due to
>>problems with the IPv6 support in the OS). I'd guess tomcat will work
>>with IPv6 if you get JDK1.4 on Solaris or Linux.
>>See this web page for details.
>>http://java.sun.com/j2se/1.4/docs/guide/net/ipv6_guide/
>>
>>David
>>
>>Surendra Kumar wrote:
>>
>>    
>>
>>>Hi All
>>>  Is IPv6 support  available  for any version of  Tomcat ?
>>>  Where can i get the documentation related to this ?
>>>
>>>Thanks
>>>Surendra
>>>
>>>
>>>--
>>>To unsubscribe, e-mail:
>>>      
>>>
><ma...@jakarta.apache.org>
>  
>
>>>For additional commands, e-mail:
>>>      
>>>
><ma...@jakarta.apache.org>
>  
>
>>>      
>>>
>>
>>--
>>To unsubscribe, e-mail:
>>    
>>
><ma...@jakarta.apache.org>
>  
>
>>For additional commands, e-mail:
>>    
>>
><ma...@jakarta.apache.org>
>  
>
>>    
>>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>  
>


Re: IPv6 Support in Tomcat

Posted by Surendra Kumar <su...@cisco.com>.
Hi David
   Thanks for the info. Is there anything specially needs to be done from
tomcat side ?
   So  If the jdk supports then tomcat also supports Ipv6. Is this correct ?

Thanks
Surendra


----- Original Message -----
From: "David Kavanagh" <da...@dotech.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Thursday, January 09, 2003 10:33 AM
Subject: Re: IPv6 Support in Tomcat


> IPv6 is a jdk1.4 feature, that is not availble on Windows (due to
> problems with the IPv6 support in the OS). I'd guess tomcat will work
> with IPv6 if you get JDK1.4 on Solaris or Linux.
> See this web page for details.
> http://java.sun.com/j2se/1.4/docs/guide/net/ipv6_guide/
>
> David
>
> Surendra Kumar wrote:
>
> >Hi All
> >   Is IPv6 support  available  for any version of  Tomcat ?
> >   Where can i get the documentation related to this ?
> >
> >Thanks
> >Surendra
> >
> >
> >--
> >To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> >For additional commands, e-mail:
<ma...@jakarta.apache.org>
> >
> >
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: IPv6 Support in Tomcat

Posted by David Kavanagh <da...@dotech.com>.
IPv6 is a jdk1.4 feature, that is not availble on Windows (due to 
problems with the IPv6 support in the OS). I'd guess tomcat will work 
with IPv6 if you get JDK1.4 on Solaris or Linux.
See this web page for details.
http://java.sun.com/j2se/1.4/docs/guide/net/ipv6_guide/

David

Surendra Kumar wrote:

>Hi All
>   Is IPv6 support  available  for any version of  Tomcat ?
>   Where can i get the documentation related to this ?
>
>Thanks
>Surendra
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>  
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: IPv6 Support in Tomcat

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Thu, 9 Jan 2003, Surendra Kumar wrote:

> Date: Thu, 9 Jan 2003 10:25:51 +0530
> From: Surendra Kumar <su...@cisco.com>
> Reply-To: Tomcat Users List <to...@jakarta.apache.org>
> To: Tomcat Users List <to...@jakarta.apache.org>
> Subject: IPv6 Support in Tomcat
>
> Hi All
>    Is IPv6 support  available  for any version of  Tomcat ?
>    Where can i get the documentation related to this ?
>

If your JVM+OS combination supports IPv6, then Tomcat does.  If it
doesn't, Tomcat doesn't.  JDK 1.4 or later has the relevant JVM support,
so it's primarily a matter of whether IPv6 is supported by your OS.


> Thanks
> Surendra

Craig


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


IPv6 Support in Tomcat

Posted by Surendra Kumar <su...@cisco.com>.
Hi All
   Is IPv6 support  available  for any version of  Tomcat ?
   Where can i get the documentation related to this ?

Thanks
Surendra


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>