https://issues.apache.org/bugzilla/show_bug.cgi?id=44537
--- Comment #3 from John O'Hanley <[EMAIL PROTECTED]> 2008-03-06 16:07:12 PST --- I disagree. Your comment doesn't seem to agree with the docs for ServletRequestWrapper: http://java.sun.com/javaee/5/docs/api/javax/servlet/ServletRequestWrapper.html#getRequestDispatcher(java.lang.String) The wrapper I am using : - extends HttpsServletRequestWrapper - does not override getRequestDispatcher(String) Hence : - the default impl in ServletRequestWrapper is used - that impl does a call-forward to the underlying request Do you see my point? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]