On Sat, 2016-07-30 at 02:07 +0000, Wang, Andy wrote: > I did a quick read of the spec just now, and I can't find a good > explanation of which is correct. Would this be considered a > regression in 8.5.x?
Another quick re-read: 9.4.2 Forwarded Request Parameters states this: These attributes are accessible from the forwarded servlet via the getAttribute method on the request object. Note that these attributes must always reflect the information in the original request even under the situation that multiple forwards and subsequent includes are called. Based on that, I believe this is a regression. I'll go ahead and file a bug on this.