You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/11/18 06:07:50 UTC

DO NOT REPLY [Bug 32289] - Batik FragmentExtractorTransformer fragment id clash

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


dean.cording@kaz-group.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Batik                       |Batik
                   |FragmentExtractorTransformer|FragmentExtractorTransformer
                   |fragment id clash           |fragment id clash




------- Additional Comments From dean.cording@kaz-group.com  2004-11-18 06:07 -------
Fix is to change:

this.requestURI = ObjectModelHelper.getRequest(objectModel).getSitemapURI();

to

this.requestURI = ObjectModelHelper.getRequest(objectModel).getSitemapURI()
  + "?" + ObjectModelHelper.getRequest(objectModel).getQueryString();

This includes the query string in the hash calculation for the fragment id.  
Solution tested and solves my problem.

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