David G. Friedman wrote:

I just skimmed through cvs and have this idea for you:

Edit a copy of the Html Taglib's helper class,
org.apache.struts.taglibs.TagUtils, so any methods
that would pull in the session variable to append to
the new URL don't do that.  When it's built, put
it under WEB-INF/classes/org/apache/struts/taglibs
so Struts calls YOUR class, not the original.

David,

Nice plan!

I basically did as you suggested, and automatic URL rewriting no longer takes place.

(Removed calls to HttpServletResponse.encodeURL within org.apache.struts.taglib.TagUtils and org.apache.struts.taglib.html.FormTag)

Thanks,
Julian

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

Reply via email to