yacy_search_server/source/net/yacy/http/servlets
Michael Peter Christen f13c8aa7dd re-implementation of file push option in the context of POST http
requests. The internal representation of post-arguments is String and
therefore not appropriate for byte[] object as submitted by file pushes.
Therefore all pushed files are encoded to base64 _after_ uploading with
an http form (you do not need to do that encoding yourself) to hand-over
the byte[] as string in the post argument.
Servlets which read such files must decode the base64 data to get the
original byte[] array.
This is considered as a temporary solution for file uploads and a proper
implementations would need to consider all attributes as handed over as
Objects with either String or byte[] Object instances. This would be a
major code change and is not done at this time here now. The feature was
submitted to realize a feature as pushed with the next commit.
2014-06-12 18:06:22 +02:00
..
GSAsearchServlet.java enhanced snippets: remove lines which are identical to the title and 2014-05-06 16:48:50 +02:00
SolrSelectServlet.java enhanced snippets: remove lines which are identical to the title and 2014-05-06 16:48:50 +02:00
SolrServlet.java first try to add a generic solr servlet as luke request servlet 2014-01-23 19:01:31 +01:00
UrlProxyServlet.java move unnecessary nested else out of condition 2014-05-13 22:31:12 +02:00
YaCyDefaultServlet.java re-implementation of file push option in the context of POST http 2014-06-12 18:06:22 +02:00
YaCyProxyServlet.java move unnecessary nested else out of condition 2014-05-13 22:31:12 +02:00