empty string check

git-svn-id: https://svn.coded.pt/svn/SIPRP@1556 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Diogo Neves 15 years ago
parent 2ef11e734f
commit 91cab3c3af

@ -37,7 +37,7 @@ public final class ImagesServlet extends HttpServlet
{ {
ServletOutputStream out = response.getOutputStream(); ServletOutputStream out = response.getOutputStream();
if ( param != null ) if ( param != null && ! "".equals( param.trim() ) )
{ {
try try
{ {

Loading…
Cancel
Save