You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/02/27 02:29:48 UTC

DO NOT REPLY [Bug 3170] - URLs with ? type fragments in them don't work.

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

URLs with ? type fragments in them don't work.

daniel@mailgratis.com.ar changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
           Priority|Other                       |High
         Resolution|FIXED                       |
            Version|Nightly build               |1.6.0



------- Additional Comments From daniel@mailgratis.com.ar  2002-02-27 01:29 -------
This bug is still present on Xerces 1.6.0, if I do:

<xsl:variable name="url">http://myhost.com/xmlcgi?id=<xsl:value-of 
select="global/myvar"/></xsl:variable>
<xsl:variable name="listing" select="document($url)" />

then document() accesses a buggy URL (from Apache log):

192.168.0.88 - - [26/Feb/2002:09:17:39 -0500] "GET /xmlcgi?equiv="Content-Type" 
content="text/html; charset=utf-8"><title>My cgi</title><base 
target="_self"><link REL="stylesheet" HREF="/vm.css" TYPE="text/css">...

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org