Merge branch 'master' of git.dolda2000.com:/srv/git/r/jsvc
[jsvc.git] / src / dolda / jsvc / j2ee /
2010-09-07 Fredrik TolfAdded initial SCGI server and a handler for serving...
2010-01-27 Fredrik TolfMade per-context storage roots a Tomcat-specific function.
2009-10-26 Fredrik TolfEnsure that the rooturl is interpreted as a directory.
2009-10-26 Fredrik TolfA couple of minor cleanups.
2009-10-19 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
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-15 Fredrik TolfAdded an optional server-context name fetching operation.
2009-10-15 Fredrik TolfMade the server context config more secure.
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 TolfAdded support for decoding application/x-www-form-urlen...
2009-10-13 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-13 Fredrik TolfMade thread management more predictable.
2009-10-13 Fredrik TolfAdded a responder to serve static content from the...
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 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 way to query the current server context.
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 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...