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=40535>.
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=40535


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From [EMAIL PROTECTED]  2006-09-19 15:23 -------
The resources are now called via HTTP:

        <map:act type="resource-exists">
          <map:parameter name="url"
value="site://{1}/{2}/{page-envelope:default-language}/{3}"/>
          <map:transform src="xslt/scale.xsl">
            <map:parameter name="url"
value="http://localhost:{request:serverPort}{request:contextPath}/{../1}/{../2}/{../3}.{../4}"/>
            <map:parameter name="width" value="{request-param:width}"/>
            <map:parameter name="height" value="{request-param:height}"/>
          </map:transform>
        </map:act>

Unfortunately this is necessary because Batik doesn't know how to resolve
site:// URLs. Patches to improve this are welcome.

-- 
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