jsvc.git
2009-10-28 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-28 Fredrik TolfAdded an explicit destruction action for sessions.
2009-10-27 Fredrik TolfFixed the bsvc console implementation.
2009-10-27 Fredrik TolfActually update the atime of sessions.
2009-10-26 Fredrik TolfCache sessions per request.
2009-10-26 Fredrik TolfUpon session expiration, call destroy() on ContextRespo...
2009-10-26 Fredrik TolfTry more specific constructors first in PerSession.
2009-10-26 Fredrik TolfAdded a simple session manager for responders and used...
2009-10-26 Fredrik TolfAdded basic session support.
2009-10-26 Fredrik TolfEnsure that the rooturl is interpreted as a directory.
2009-10-26 Fredrik TolfAdded library functions for setting and parsing cookies.
2009-10-26 Fredrik TolfCheck for the library jars in the bsh sample and fail...
2009-10-26 Fredrik TolfAdded a sample bsh service.
2009-10-26 Fredrik TolfA couple of minor cleanups.
2009-10-20 Fredrik TolfAdded a simple XML parser as an entry point for making...
2009-10-19 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-17 Fredrik TolfAdded timelimits to threads.
2009-10-16 Fredrik TolfImproved the configuration structure.
2009-10-16 Fredrik TolfRemoved the props stuff from the request.
2009-10-16 Fredrik TolfWork around Tomcat/AJP bug.
2009-10-16 Fredrik TolfFixed message typo.
2009-10-16 Fredrik TolfDegrade more gracefully when lacking permissions.
2009-10-16 Fredrik TolfA couple of bugfixes.
2009-10-16 Fredrik TolfImproved the store library massively and added a prelim...
2009-10-15 Fredrik TolfAdded an optional server-context name fetching operation.
2009-10-15 Fredrik TolfRemoved the pointless security check in Store.
2009-10-15 Fredrik TolfAdded a responder wrapper to the request restart class.
2009-10-15 Fredrik TolfStarted a basic storage manager.
2009-10-15 Fredrik TolfMade the server context config more secure.
2009-10-15 Fredrik TolfAdded config to the general ServerContext interface.
2009-10-15 Fredrik TolfAdded some possibilities for local configuration.
2009-10-15 Fredrik TolfMade the server context a more useful concept.
2009-10-14 Fredrik TolfCleaned up parameter decoding.
2009-10-14 Fredrik TolfAdded support for decoding application/x-www-form-urlen...
2009-10-14 Fredrik TolfAdded URL parameter {en,de}coding.
2009-10-13 Fredrik TolfFixed faulty cache response.
2009-10-13 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-13 Fredrik TolfImproved on the SvcConfig and renamed it.
2009-10-13 Fredrik TolfDestroy the thread groups properly when shutting down.
2009-10-13 Fredrik TolfMade thread management more predictable.
2009-10-13 Fredrik TolfPublicized the multiplexer's matcher interface.
2009-10-13 Fredrik TolfRemoved the primitive test code.
2009-10-13 Fredrik TolfMade cache checking easier.
2009-10-13 Fredrik TolfAdded Javadoc target to the build script.
2009-10-13 Fredrik TolfRemoved the "RootResponder". I have no idea what it...
2009-10-13 Fredrik TolfAdded a responder to serve static content from the...
2009-10-13 Fredrik TolfAdded a "directory multiplexer" responder.
2009-10-12 Fredrik TolfAdded a configuration manager with support for LET...
2009-10-12 Fredrik TolfDecode the Host header better when generating the URL...
2009-10-12 Fredrik TolfActually set the HTTP status code...
2009-10-12 Fredrik TolfAdded a request-restart-wrapper and some convenient...
2009-10-12 Fredrik TolfAdded a general-purpose root error handler.
2009-10-12 Fredrik TolfAdded ways to get the addresses of the request's connec...
2009-10-12 Fredrik TolfAdded a way to get the time of start of the server...
2009-10-12 Fredrik TolfAdded a convenient toString implementation for multimaps.
2009-10-12 Fredrik TolfAdded a way to query the current server context.
2009-10-12 Fredrik TolfMade the buffered response resettable.
2009-10-12 Fredrik TolfAlways close the output stream after a request has...
2009-10-12 Fredrik TolfWrote an ant task to create jsvc war files.
2009-10-12 Fredrik TolfInitially working J2EE container.
2009-10-12 Fredrik TolfAdded a test responder.
2009-10-12 Fredrik TolfExtended the WAR maker to be able to add code files.
2009-10-12 Fredrik TolfMoved WAR making to an explicit function.
2009-10-04 Fredrik TolfInitial commit with hopefully working J2EE request...