attached to that mail a patch to bug #31642

patch was made with a 'diff -u TagUtils.java.orig TagUtils.java >>
patchfile.txt' command where TagUtils.java.orig is original TagUtils.java from
Struts release 1.2.4

HTH
bye
Patrick
--- TagUtils.java.orig  2004-10-11 15:50:40.494254400 +0200
+++ TagUtils.java       2004-10-11 16:29:00.130969600 +0200
@@ -563,7 +563,6 @@
 
       // Perform URL rewriting to include our session ID (if any)
       // FIX: if and only if url is not an external URL
-      //          if (pageContext.getSession() != null) {
       if (( href == null ) && ( pageContext.getSession() != null )) {
         HttpServletResponse response = (HttpServletResponse) 
pageContext.getResponse();
         if (redirect) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to