Commit Graph

94 Commits (687820788d7b8996d1ddaea4b8da966690b6eb30)

Author SHA1 Message Date
Michael Christen 867f96a32b removed warnings
2 years ago
Michael Peter Christen 1e1107c97c clean-up and new servlet method caching
2 years ago
Michael Peter Christen 33889b4501 moved more servlets to new location
2 years ago
Michael Peter Christen 6d388bb7bf refactoring - moved htroot/yacy classes
2 years ago
Michael Peter Christen 48fcf3b3b5 alternative servlet method, tested with wiki
2 years ago
Daleth Darko 3ced06c731 Various javadoc fixes
3 years ago
Michael Peter Christen 96592a10cf added option to set yacy configuration values using environment
4 years ago
Michael Peter Christen 3213d9db37 updated jetty from 9.4.17 to 9.4.35
4 years ago
Michael Peter Christen 7947baeb49 removed all remaining deprecation warnings
4 years ago
Michael Peter Christen 053e54a2c7 grand CORS for json files
5 years ago
luccioman a997133260 Fixed gzip decompression regression on index transfer APIs
6 years ago
luccioman 746e0e788d Render a relevant HTTP status code on snapshot image rendering error
6 years ago
luccioman 8811700e2e Upgraded Jetty dependency from 9.4.9 to 9.4.11
7 years ago
luccioman 2fd4d05e2f Added a shared Java constant for setting key server.servlets.called
7 years ago
luccioman 34ca73d61b Fixed a NullPointerException case on images encoding errors.
7 years ago
luccioman 8da3174867 Ensure lower case conversion consistency with any default locale.
8 years ago
reger 81670c3484 One more use of SwitchboardConstants.SERVER_PORT constant,
8 years ago
luccioman cde237b687 Enforced access controls on some administrative actions.
8 years ago
luccioman 0173b0bc32 Added an advanced settings page for referrer policy settings.
8 years ago
luccioman cdcd923375 Privacy enhancement : added settings to control referrer policy.
8 years ago
reger 41e2ee0eca Fix call parameter for ConnectionInfo in MonitorHandler
8 years ago
reger d35c47090c remove obsolete put of HttpServletRequest attributes to YaCy servlet
8 years ago
reger 0959038624 correct DefaultServlet resource pathinContext calculation
8 years ago
reger 4186ee6fc0 add other custom response header entries set by servlets to the response
8 years ago
reger f7e9f9be5f move Digest auth checks from DefaultServlet to adminAuthenticated,
8 years ago
reger 8e3e3ed191 update the older ResponseHeader patch to handle cookies,
8 years ago
luccioman eec5779889 Added a name prefix to pooled threads for easier monitoring.
8 years ago
reger d525967999 refactor: move convertHeaderFromJetty to ProxHandler (only used with active proxy
8 years ago
luccioman 0806de8fdc Ensure file input stream are closed in both normal and error cases.
8 years ago
reger d631fbc019 make more use of the new ServletRequest interface methodes
8 years ago
reger 395f2e8946 Make ServletRequest implement the standardized HttpServletRequest interface,
8 years ago
luccioman 7296e3884f Switched even more URLs to pure relative ones.
8 years ago
luccioman 731684105a Improved absolute URLs rendering in OpenSearch desc and RSS feeds.
8 years ago
luccioman 2da5f339f8 Fixed /News.html and /Wiki.html pages in Search Portal mode (issue #87).
8 years ago
luccioman f0639d810c Customized name for Threads still using the default "Thread-n" pattern.
8 years ago
luccioman a588ed7628 Applied image headers customization to the new ViewFavicon servlet.
8 years ago
luccioman 6e1959f469 Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
8 years ago
luccioman b3b75b0498 Accessibility : add a customizable alternative text to YaCy log
8 years ago
Michael Peter Christen a9316ceff6 force browser-caching of favicons from search results
9 years ago
reger 16e8ed3f01 Introduce additional language setting "browser/Browser Language" for UI internationalization.
9 years ago
Michael Peter Christen d8504418b6 enhanced browser-caching of static content
9 years ago
luccioman 744c9a2615 Opensearch desc : handle https protocol url with default port (443)
9 years ago
reger bf6ce33da3 Correct use of _htDocsPath config in YaCyDefaultServlet to use servlet config variable
9 years ago
luccioman 6e96c7341a Merge remote-tracking branch 'origin/master'
9 years ago
reger d9adc2c255 load handler for Transparent Proxy on startup only if feature is activated
9 years ago
Michael Peter Christen f12a900f3e harmonization of http post of files for one and several files - this had
9 years ago
luc 7aa1a29e33 Return more accurate HTTP status 400 with detail message when some error
9 years ago
luc 571bc55937 Refactoring : use StandardCharsets constants instead of hard-coded
9 years ago
reger e9539b1086 reintroduce special handling of file upload multipart/form-data from HTTPDemon.parseMultipart
9 years ago
reger 9da1712a31 increase http header EXPIRES for css and images in DefaultServlet
9 years ago