yacy_search_server/source/de/anomic/http
orbiter d8d0ac29c3 added image-viewer servlet that can do:
- each image that is requested is stored in the cache
- the image is taken from the cache if exists there
- the image can be scaled
The purpose of creation a scaled image is because of copyright problems
In a further stept the retrieval of not-shrinked images is restricted
to either access from localhost or with given authentication
This servlet can be used for image-preview purpose after an image search

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1989 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-04-02 22:59:53 +00:00
..
httpc.java added IOException for httpc client error 2006-03-07 19:38:10 +00:00
httpChunkedInputStream.java code cleanup 2005-12-06 23:51:29 +00:00
httpChunkedOutputStream.java *) Adding X-Forwarded-For Header 2005-09-05 08:01:54 +00:00
httpd.java -Adding Windows Media to types which are not sended compressed 2006-03-23 20:12:23 +00:00
httpdAbstractHandler.java minor changes 2005-08-03 02:02:39 +00:00
httpdByteCountInputStream.java code cleanup 2005-12-06 23:51:29 +00:00
httpdByteCountOutputStream.java code cleanup 2005-12-06 23:51:29 +00:00
httpdFileHandler.java added image-viewer servlet that can do: 2006-04-02 22:59:53 +00:00
httpdHandler.java replaced indexing ram-queue by file-based stack-queue 2005-07-06 14:48:41 +00:00
httpdProxyHandler.java adapted for isListed() 2006-03-21 20:55:59 +00:00
httpdSwitchboard.java code cleanup 2005-12-06 23:51:29 +00:00
httpHeader.java *) Setting via header according to rfc 2006-02-16 09:20:57 +00:00
httpRemoteProxyConfig.java *) Disabling RemoteProxy if remoteProxyName is null or empty 2005-10-23 09:03:40 +00:00
httpTemplate.java Bugfix: wrongly compared 2006-03-16 20:57:06 +00:00