summaryrefslogtreecommitdiff
path: root/htroot/User.java
AgeCommit message (Expand)Author
2017-10-26Enable HTTP Digest authentication for non admin users.luccioman
2017-01-02Complete harmonization RequestHeader getCookie with std ServletRequestreger
2016-11-26remove login cookie generation for static admin ind User servletreger
2016-11-19let User servlet detect static admin with (newer) md5 encoded pwdreger
2016-11-18remove login request directly after logout,reger
2016-11-14Make ServletRequest implement the standardized HttpServletRequest interface,reger
2014-01-17implemented DIGEST authentication, which is for remote login more securereger
2013-11-16fixed some XSS bugs reported by Marius from http://ctf365.com/orbiter
2013-10-16make use of declared static string ACTION_LOCATIONreger
2013-07-09- refactoring of log to ConcurrentLog:Michael Peter Christen
2012-09-21refactoringMichael Peter Christen
2012-09-21refactoringMichael Peter Christen
2012-07-05- added @SuppressWarnings to unused servlet method parametersMichael Peter Christen
2012-06-25fixing redirects and status codes: storing of status code inMichael Peter Christen
2012-05-24changed log-in text for all servlets with authentication:Michael Peter Christen
2011-11-25- tested the ARC methodsorbiter
2011-09-25refactoring:orbiter
2011-09-20* pass cookies to Server Side Includesf1ori
2011-05-05- added full-String search function: find things that match exactly what is q...orbiter
2010-11-21*) renamed classes according to standard Java coding conventionslow012
2010-08-23preparations to move the HTCache into cora:orbiter
2009-12-09added extensive memory protection logic to avoid out of memory errors that ma...orbiter
2009-10-11refactoringorbiter
2009-10-09moved kelondro orderorbiter
2009-07-19refactoring:orbiter
2009-07-17removed the indexing queue. This queue was superfluous since the introduction...orbiter
2009-07-11enable warnings and fix most of itf1ori
2009-07-11improvments to debianpackage:f1ori
2009-06-30code cleanup: call of static methods directly to the classorbiter
2009-01-30more refactoring of kelondro:orbiter
2009-01-30refactoring of kelondro database classesorbiter
2008-12-29- added fast fingerprint computation for files (any). Will be used in new ind...orbiter
2008-09-19replaced some put(String, String) by putHTML(String, String) on serverObjects...lotus
2008-08-25modifications towards a single database operation to read/write http header a...orbiter
2008-08-02added final where possibledanielr
2008-07-20- removed superfluous copyright statementorbiter
2008-07-20removed superfluous copyright statementorbiter
2008-06-06- organize importsdanielr
2008-03-22refactoring of switchboard queueingorbiter
2008-02-07- faster search: using different data structures that avoid multiplr calculat...orbiter
2007-10-24* Complete number localization and provide a more reasonable interface to ser...fuchsi
2007-02-05redesigned some parts of http authenticationorbiter
2007-01-27fix for form (cookie) loginallo
2006-10-21create servletProperties, with the servlet specific funktions from serverObjectsallo
2006-06-18git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2214 6c8d7289-2bf...allo
2006-06-16cookieauth works with static Admin.allo
2006-06-12bugfix for httpauth logout.allo
2006-06-12using cookieAuth.allo
2006-06-12HTML-login, logout fixed.allo
2006-06-10Form-Login function.allo