Hi all,

In de sample UploadApplication (1.3.3) I saw this:

    protected WebRequest newWebRequest(HttpServletRequest servletRequest)
    {
        return new UploadWebRequest(servletRequest);
    }

and I've seen this several other times for other request types. Putting this
code here makes EVERY request an UploadWebRequest.

My two questions:

1. is this necessary / bad?
2. what if I need different types of requests in my application?

Thanx,

-- 
Martijn Lindhout
JointEffort IT Services
http://www.jointeffort.nl
[EMAIL PROTECTED]
+31 (0)6 18 47 25 29

Reply via email to