On 11/17/2003 12:11:37 PM Adam Hardy wrote: > Sorry, I meant post
For this application, the user must be logged in before hitting any pages, so I needed to only cover cases for when the user types in a URL from outside the application. I didn't give that a thought, so I perhaps this isn't too helpful in your (and the original poster's) case. Susan > > On 11/17/2003 05:58 PM Kris Schneider wrote: > > Just a note that ActionServlet only implements doGet and doPost so I imagine > > you'll get some sort of method-not-supported error (inherited from > HttpServlet) > > if you send it a PUT request. > > > > Quoting Adam Hardy <[EMAIL PROTECTED]>: > >>Susan, > >>what about HTTP-put, where there are request parameters that are not in > >>the query string? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]