publicstaticfinalStringX_YACY_MEDIA_TITLE="X-YaCy-Media-Title";// can be attached to media files which do not have metadata; this will be used as title
publicstaticfinalStringX_YACY_MEDIA_KEYWORDS="X-YaCy-Media-Keywords";// can be attached to media files which do not have metadata; this will be used as keywords (space-separared list of words)
/** Added when generating legacy request header to allow template servlets to know the original request scheme : "http" or "https" */
publicstaticfinalStringX_YACY_REQUEST_SCHEME="X-YaCy-Request-Scheme";// TODO: after completing implementation of HttpServletRequest getScheme() should be used and this can be removed