We have a "Invalid URL" error page that is forwarded to using the <error-code> and <exception-type> elements of the web.xml.
On that page we use the HttpUtils.getRequestURL (req) call to get the (invalid) requested URL for display. Under Tomcat 3.3a this works fine, under tomcat 4.0.2 this give the URL of the error page itself. I understand the entire HttpUtils class is deprecated under the Servlet 2.3 spec. And the replacement call HttpServletRequest.getRequestURL() appears to work fine on 4.0.2. But it would be great for our migration strategy is the deprecated call functioned the same. Anyone else out there had experience with this? Thanks Drew -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
