Failure

Your request was improperly formatted.

JspHtmlWriter servlet usage example:
http://www.mydomain.com/servlets/dumpJSP?name=myfile&url='http://myLongRunningJsp.jsp?myvar=12345'

Syntax:
http://<your web server>/<your servlet path>/<servlet alias>?url=<full url>[&dest='<OS Path>']

Notes:
You must escape any embedded literals
The URL should be a complete URL which includes the protocol (e.g., http://someurl)
If not given, the servlet parameter for output path will be used for the destination
Do not provide an extension with the name parameter (it is automatically added)