yacy_search_server/source/net/yacy/http
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
..
servlets re-implementation of file push option in the context of POST http 2014-06-12 18:06:22 +02:00
AbstractRemoteHandler.java avoid erros from ConnectHandler, correction for #6d16fa9 2014-05-21 03:04:07 +02:00
CrashProtectionHandler.java make transparent proxy handle https-connections: 2014-03-26 20:01:15 +01:00
Jetty9HttpServerImpl.java Monitoring and limit connection-count for Jetty 2014-05-22 22:16:39 +02:00
Jetty9YaCySecurityHandler.java removed warnings 2014-05-13 22:27:31 +02:00
MonitorHandler.java Monitoring and limit connection-count for Jetty 2014-05-22 22:16:39 +02:00
ProxyCacheHandler.java refactoring 2014-06-12 05:23:26 +02:00
ProxyHandler.java refactoring 2014-06-12 05:23:26 +02:00
YacyDomainHandler.java
YaCyErrorHandler.java add custom Jetty errorhandler 2014-04-21 17:28:21 +02:00
YaCyHttpServer.java Monitoring and limit connection-count for Jetty 2014-05-22 22:16:39 +02:00
YaCyLegacyCredential.java fix: to allow unix scripts (bin/*.sh) to allways submit http admin apicalls 2014-03-07 00:16:57 +01:00
YaCyLoginService.java code simplifications / removed warnings 2014-01-21 17:53:39 +01:00