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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11911

When calling a servlet from the fop to generate an image, a new session is created.

           Summary: When calling a servlet from the fop to generate an
                    image, a new session is created.
           Product: Fop
           Version: 0.20.4
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: general
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The following command is made, which goes to an HTTPServlet (named 
OutputGraphServlet) to generate an image:
<fo:block><fo:external-graphic src="{$serverName}
{$contextPath}/OutputGraphServlet?&amp;Time={$time}" width="{$headChartWidth}
px" height="{$chartHeightSum}px"/></fo:block>

This results in a new HttpSession being created, therefore in the 
OutputGraphServlet I cannot access any of the information in the old session.  
The only explanation is that when calling a servlet from the fo, a new session 
is created.  Is there any way around this?  Is there a way to force it to use 
the same session?

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

Reply via email to