Dave wrote:
Laurie Harper <laurie <at> holoweb.net> writes:
Looks like your mail client munged Brantley's message: his suggestion was not a bare '&' but the entity character reference '&' (i.e. the four-character sequence ampersand-a-m-p-semicolon). Try that.

Actually, I understood that, however, any instance & (followed by amp or not) elicited the error.

Oops, sorry :-} It works OK for me:

    <global-forwards>
        <!-- The default start page -->
        <forward name="welcome" path="/bin/whatever?foo=x&amp;bar=y"/>
    </global-forwards>

The query string is preserved fine. I'm using prefix mapping (/bin/*) rather than suffix mapping (*.do) though, so maybe that's effecting things.

Can you post the error you get when using the entity character reference?

L.


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

Reply via email to