2008-01-12 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Mainsoft.Web / Mainsoft.Web.Hosting /
2008-01-10 Igor Zelmanovichavoid NullReferenceException
2008-01-09 Konstantin Trigerimplement BaseExternalContext
2008-01-08 Marek SafarC# 3.0 updates
2008-01-08 Igor ZelmanovichGetService returns instance of the page if is.
2008-01-07 Igor Zelmanovichintroduce new API IsProcessingInclude()
2008-01-01 Igor Zelmanovichtypo fix
2008-01-01 Igor ZelmanovichResponseStateManager.getTreeStructureToRestore is called
2008-01-01 Konstantin Trigermove JSF init to the Servlet.init
2007-12-31 Konstantin Trigermove RenderKitFactory to the base
2007-12-30 Igor ZelmanovichOutputStreamWrapper is cached.
2007-12-30 Igor Zelmanovichfixed end lines
2007-12-27 Konstantin Trigermove J2EEconts to Mainsoft.Web.Hosting ns; add support...
2007-12-27 Igor Zelmanovichrefactoring
2007-12-27 Igor Zelmanovich1. refactoring
2007-12-27 Konstantin Trigerrelease faces factories on shutdown
2007-12-25 Konstantin Trigerdo the IHttpExtendedHandler analyzis ourselves
2007-12-25 Igor Zelmanovich1. refactoring
2007-12-23 Igor Zelmanovichremoved dependency on J2EE.Helpers
2007-12-23 Igor Zelmanovichfor TARGET_J2EE only:
2007-12-23 Igor Zelmanovichfor TARGET_J2EE only:
2007-12-19 Igor Zelmanovichtypo fix
2007-12-19 Igor Zelmanovichused Trace/Debug.WriteLine instead Console.
2007-12-19 Igor Zelmanovich1. refactoring
2007-12-18 Igor Zelmanovichrefactoring:
2007-12-18 Igor Zelmanovichrefactoring:
2007-12-18 Konstantin Trigerunwrap exception without changing the stack trace.
2007-12-18 Konstantin Triger1. refactoring
2007-12-17 Konstantin Trigerunwrap the FacesException
2007-12-16 Igor ZelmanovichCall ProcessRequest from createView
2007-12-16 Igor Zelmanovichswitch to System.Web.Phantom
2007-12-13 Igor Zelmanovichadded readonly attributes
2007-12-13 Igor ZelmanovichWrap ExternalContext to provide correct requestPathInfo.
2007-12-09 Igor Zelmanovichperformance optimization in Save/Load state
2007-12-06 Igor Zelmanovichredesigned AspNetFacesContext
2007-12-06 Igor Zelmanovichadded session support using SessionWrapper
2007-12-03 Konstantin Trigerremove dead code
2007-12-02 Igor Zelmanovichenhanced JSF implementation
2007-11-29 Igor Zelmanovichimplemented writeState method
2007-11-25 Igor Zelmanovichmerged with GHServlet
2007-11-20 Konstantin Trigerrefactoring for portal integration
2007-11-19 Igor Zelmanovichadded ServletFacesPageHandlerFactory
2007-08-05 Miguel de Icaza2007-08-05 Miguel de Icaza <miguel@novell.com>
2007-08-05 Vladimir Krasnov* ServletWorkerRequest.jvm.cs: fixed _OutputStream...
2007-06-28 Vladimir Krasnov* BaseHttpServlet.cs: fixed service(), it does not...
2007-05-30 Konstantin Trigerproviding basic documentation
2007-05-20 Vladimir KrasnovRequest Uri fixing to context root path
2007-05-15 Eyal AlaloufFix backward compat problem.
2007-05-15 Konstantin Trigerremove derby anti leak workarounds which proved to...
2007-03-26 Konstantin TrigerInitialize current culture from request locale
2007-03-25 Konstantin Trigeruse servlet context to store the ping flag
2007-03-25 Konstantin Trigerimplement logical pinging for IDE
2007-03-25 Konstantin Trigerdestroy AppDomain of first Servlet.destroy
2007-03-22 Konstantin TrigerAdd support for contexts containing '/'
2007-03-22 Konstantin TrigerProvide extended error info if cross application MapPat...
2007-03-22 Konstantin Trigerconsider HttpServletRequest.req.getRequestURI ()
2007-03-21 Konstantin Trigerreplace APP_DATA -> App_Data
2007-03-21 Vladimir Krasnov* BaseHttpServlet.cs: fixed service, should not update...
2007-03-20 Konstantin Trigerworkaround Derby bugs to let it unload in full WAR...
2007-03-14 Eyal AlaloufMark tests as not working under TARGET_JVM
2007-03-12 Raja R HarinathIn corlib/System.Runtime.InteropServices:
2007-03-12 Vladimir Krasnov* ServletWorkerRequest.jvm.cs: fixed ctor, adding welco...
2007-03-11 Konstantin Trigerremove chars only when required
2007-03-06 Vladimir Krasnov* BaseHttpServlet.cs: added .appStartTime value to...
2007-02-28 Konstantin Trigercompare contextPath ignoring case
2007-02-27 Vladimir Krasnov* MainsoftWebApp20.Tomcat.vmwcsproj: converted to csproj
2007-02-25 Konstantin TrigerRework MapPath
2007-02-25 Konstantin TrigerUse Path.Combine instead of concat
2007-02-25 Konstantin Trigerrefactor MapPath
2007-02-21 Miguel de IcazaCopy from 72246 to trunk
2007-02-20 Vladimir Krasnov* ServletWorkerRequest.jvm.cs: fixed MapPath, made...
2007-02-18 Eyal AlaloufServerPort is the correct method for getting .Net Local...
2007-01-22 Eyal AlaloufUse getPortletInputStream for portlet.
2007-01-15 Vladimir Krasnov* ServletWorkerRequest.jvm.cs: fixed ctor, welcome...
2007-01-14 Eyal AlaloufAdded J2EE Portal support.
2007-01-10 Konstantin TrigerInitilize PrivateBinPath for AppDomain
2007-01-05 Atsushi Enomerged Sys.Web.Services 2.0 support in my branch:
2006-12-27 Konstantin Trigermerge recent changes
2006-12-27 Konstantin TrigerImplemented Servlet session management. Servlet hosting...