# HG changeset patch # User robcast # Date 1069371004 -3600 # Node ID 31367c3c8202f7ae0bf442c5cae019386f6f9070 # Parent afe7ff98bb7150497fbdc1899cc5fc5bd1600e12 Servlet version 1.18b1 - new transfer mode "rawfile" with mime-type application/octet-stream - finally proper logging with Log4J! - therefore a lot of debugging-prints changed - the Util class is now useless - ServletOps and FileOps are now purely static diff -r afe7ff98bb71 -r 31367c3c8202 servlet/doc/Scaler.html --- a/servlet/doc/Scaler.html Fri Nov 21 00:17:31 2003 +0100 +++ b/servlet/doc/Scaler.html Fri Nov 21 00:30:04 2003 +0100 @@ -58,6 +58,10 @@ doesn't allow sending files (sendfile-allowed=false) revert to clip.
+ + rawfile: send the file as-is with a mime-type of + application/octet-stream so it can be downloaded with + the browser.
clip: send the file in its original resolution, cropped to fit [dw,dh].
If