users@glassfish.java.net

Re: Disappeared specialAttributes in Servlet API 3.0

From: Major Péter <majorpetya_at_sch.bme.hu>
Date: Mon, 01 Feb 2010 18:59:37 +0100

Jan,

> If your Servlet is the target of an error dispatch, it will have
> access to the following request attributes, as per SRV 10.9.1
> ("Request Attributes") of SRV 10.9 ("Error Handling"):
>
> javax.servlet.error.status_code
> javax.servlet.error.exception_type
> javax.servlet.error.message
> javax.servlet.error.exception
> javax.servlet.error.request_uri
> javax.servlet.error.servlet_name
>
> I just confirmed that this is working as expected.

Okay, but with GFv2 I didn't experiencing this behaviour, because there
are forward parameters too. So is there an issue for this, which why
these attributes had disappeared, or just simply the old functionality
was wrong in the first place?

Thanks,
Peter