DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40828>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40828





------- Additional Comments From [EMAIL PROTECTED]  2006-12-22 08:53 -------
Hi,
I have some additional info after a long time of searching for a solution.
I place a [EMAIL PROTECTED] to solve the problem, they had only some 
suggestions 
but it didn't solve it. 
I installed Tomcat 6.0.2beta and tried to run some simple code trying to solve 
the problem using wireshark etc.
The fun is that the code I was using works on 6.0.2 beta but not on 5.5.20
(I can't refresh (with a good result) in 5.5.20 but I do in 6.0.2).
Can you tell me what the difference is between 6.0.2 so I can alter some 
settings etc to 5.5.20.
I can't use 6.0.2 because the system runs production and I will not run beta 
software for production.
The code I used:
************************************************************
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="../CSS/graph.css" type="text/css"?>

<%@ page contentType="image/svg-xml" %>
<%@ page import = "java.util.*" %>


<svg width="860" height="600">


<circle id="kreis" cx="100" cy="100" r="40" style="fill: #ffccaa"/>

<a xlink:href="http://www.google.nl"; 
     target="_top">
    <text x="30" y="200"><% out.print("(from out.print) = link to google.nl");%>
     </text>
</a>

</svg>
************************************************************
Regards,
Duncan

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to