On Tue, 16 Mar 2010 10:09:18 -0300, Mike Oestereter <mike.oestere...@gmail.com> wrote:

Hello everybody

Hi!

We have 2 kinds of request that bother us:

1) requests like "/login.asp?blahbalh" or  "/login.htm" etc.

2) requests like
"/cgi/wsisa.dll/WService=wsbroker1/webtools/oscommand.w" or
"/cgi/go.cgi|id|" (that is probably against the HTTP spec?)

There's some options available:

1) Use URL rewriting to direct these kind of requests to a page of your choice.

2) Implement a HttpServletRequestFilter to detect this and just send a 404 error without any content. You should contribute it to the HttpServletRequestHandler service.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to