Category Archives: Tips
-
Some SQL injection in Android – how to use GROUP BY and CASE when you are not allowed to do so
98 February 2012 by ludovicianul
I suppose you’re all familiar with the “academic” examples of SQL injection when you put a AND 1=1 at the …
Continue reading -
How to increase Tomcat heap size in Eclipse
115 September 2011 by ludovicianul
If you get a lot of java.lang.OutOfMemoryErrors while running your web application on Tomcat from Eclipse, it means that you …
Continue reading -
How to inject Spring beans into Servlets
58 September 2011 by ludovicianul
This can be achieved in 3 simple steps: 1. Implement HttpRequestHandler First of all your servlet class must implement the org.springframework.web.HttpRequestHandlerinterface …
Continue reading
