Short question. Using a filter to filter out a certain request, is that the same as using a custom handler? Are Filters and Handlers the same thing?? Or what is a filter?? Where/How do I define a filter?
I've found pretty much help on using Handlers, but very little about filters. I need to catch a HTTP post without an envelope (empty HTTP body, HTTP header Content-Length: 0) before axis throws the "SAXParseException: Premature end of file" back to the client. -- View this message in context: http://www.nabble.com/Handler-vs.-Filter-tf2119971.html#a5846757 Sent from the Axis - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
