Hi, I'm uploading a patch for the ImageTag that makes it possible to store the image name in the HTTP session so there is no need to pass it as a parameter to the gen-image servlet and there is no way for a "hacker" to parse the HTML and discover the contents of the image if it is similar to the name of the image. Useful in cases where the Image Tag is used to generate random numbers and these numbers are typed in a textbox to avoid "automated posts" to a form. Daniel C. Amadei
Created attachment 13479 [details] ImageServlet patch
Created attachment 13480 [details] ImageTag patch
Created attachment 13481 [details] intro.xml patch
To use this new feature, just add the usingImageNameInSession="true" to the tag declaration. When checking the source code generated by the JSP where the taglib is located the following will be seen: http://ip:port/image-examples/gen-image?useSession=true
Applied...