ChangeLog 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. 2007-07-21 Marek Habersack <[email protected]>
  2. * ApplicationHost.cs: ClearDynamicBaseDirectory becomes an
  3. internal method.
  4. 2007-07-12 Marek Habersack <[email protected]>
  5. * HostingEnvironment.cs: allow relative paths to be
  6. passed. Matches both MSDN and the MS.NET behavior. Fixes bug
  7. #82061.
  8. 2007-05-09 Igor Zelmanovich <[email protected]>
  9. * ApplicationHost.cs:
  10. added MonoNotSupported attribute for TARGATE_JVM.
  11. 2007-04-13 Marek Habersack <[email protected]>
  12. * ApplicationHost.cs: clear the dynamic base directory before
  13. creating the host. Fixes bug #80635
  14. 2007-04-05 Marek Habersack <[email protected]>
  15. * ApplicationHost.cs: make ApplicationName/domain id really
  16. unique.
  17. 2007-02-21 Marek Habersack <[email protected]>
  18. * ApplicationHost.cs: support both Bin and bin directories, prefer
  19. the former.
  20. 2007-02-19 Marek Habersack <[email protected]>
  21. * ApplicationHost.cs: Use a deterministic application name, so
  22. that the temporary location is always in the same place for the
  23. given app.
  24. 2007-01-30 Marek Habersack <[email protected]>
  25. * ApplicationHost.cs: Define AppDomain data item "DataDirectory" - used
  26. by the ADO.NET |DataDirectory| connection string placeholder. Present
  27. by default in MS.NET.
  28. 2007-01-20 Miguel de Icaza <[email protected]>
  29. * ApplicationManager.cs: Remove unused variable.
  30. (ShutdownAll) remove unused variables.
  31. * ApplicationHost.cs: Protect create_dir lock
  32. 2007-01-19 Marek Habersack <[email protected]>
  33. * SimpleWorkerRequest.cs: If path is empty, return the physical
  34. application directory. Fixes bug #80544.
  35. 2007-01-17 Adar Wesley <[email protected]>
  36. * ApplicationHost.cs: tweaking CreateApplicationHost to throw the
  37. right exceptions so the tests will pass.
  38. 2007-01-11 Adar Wesley <[email protected]>
  39. * ApplicationHost.cs: fixed AppDomain initialization of physical
  40. path to be in file system semantics
  41. 2006-12-22 Marek Habersack <[email protected]>
  42. * HostingEnvironment.cs: implemented the SetCultures methods.
  43. 2006-12-19 Igor Zelmanovich <[email protected]>
  44. * ServletWorkerRequest.cs: fixed:
  45. Path.Combine is used in GetFilePathTranslated to consider
  46. platform-depended PathSeparator char.
  47. 2006-12-07 Vladimir Krasnov <[email protected]>
  48. * ServletWorkerRequest.jvm.cs: fixed request uri unescaping in
  49. ServletWorkerRequest ctor
  50. 2006-11-24 Miguel de Icaza <[email protected]>
  51. * ApplicationHost.cs: In 2.0, as Todd reports the default is
  52. "Web.Config", try that before we tell people to use MONO_IOMAP=all ;-)
  53. 2006-11-07 Gonzalo Paniagua Javier <[email protected]>
  54. * ApplicationHost.cs: the new Directory code throws if the directory
  55. exists, so handle that as gracefully as possible.
  56. 2006-08-23 Konstantin Triger <[email protected]>
  57. * ServletWorkerRequest.jvm.cs: fix default page resolution.
  58. 2006-08-10 Gonzalo Paniagua Javier <[email protected]>
  59. * BareApplicationHost.cs:
  60. * ApplicationManager.cs: remove unloaded domains.
  61. 2006-03-23 Gonzalo Paniagua Javier <[email protected]>
  62. * SimpleWorkerRequest.cs: use UrlUtils instead of Path. Several fixes
  63. to make PathInfo + SimpleWorkerRequest work as in MS.
  64. 2006-03-15 Vladimir Krasnov <[email protected]>
  65. * ServletWorkerRequest.jvm.cs: fixed ctor, UrlDecode applied on
  66. requested url
  67. fixed GetRawUrl, removed protocol, hostname and port
  68. fixed GetUriPath, _requestUri is always initialized
  69. 2006-03-03 Gonzalo Paniagua Javier <[email protected]>
  70. * ApplicationHost.cs: ShadowCopyDirectories is not a URL. Set
  71. PrivateBinPath to the same value.
  72. 2006-03-01 Gonzalo Paniagua Javier <[email protected]>
  73. * BareApplicationHost.cs: initialize paths from AppDomain data. New
  74. GetCodeGenDir().
  75. * ApplicationHost.cs: in 2.0 the physical path is turned into an
  76. absolute path.
  77. 2006-02-28 Gonzalo Paniagua Javier <[email protected]>
  78. * ApplicationManager.cs: new internal method to create/reuse a
  79. BareApplicationHost from ClientBuildManager.
  80. 2006-02-28 Chris Toshok <[email protected]>
  81. * IAppDomainFactory.cs: corcompare work.
  82. * IAppManagerAppDomainFactory.cs: same
  83. * IISAPIRuntime.cs: same.
  84. 2006-02-28 Gonzalo Paniagua Javier <[email protected]>
  85. * ApplicationManager.cs: implemented ShutdownAll().
  86. * HostingEnvironment.cs: remove MonoTODO.
  87. 2006-02-22 Gonzalo Paniagua Javier <[email protected]>
  88. * BareApplicationHost.cs: class used as an entry point into each
  89. application domiain from the ApplicationManager.
  90. * ApplicationManager.cs: implemented most of the remaining methods.
  91. * HostingEnvironment.cs: object handling methods are now implemented.
  92. 2006-02-10 Gonzalo Paniagua Javier <[email protected]>
  93. * DefaultVirtualPathProvider.cs: add some comments/TODO.
  94. * HostingEnvironment.cs: initialize the default value for
  95. VirtualPathProvider.
  96. 2006-02-02 Gonzalo Paniagua Javier <[email protected]>
  97. * HostingEnvironment.cs: MapPath is done.
  98. 2006-02-02 Gonzalo Paniagua Javier <[email protected]>
  99. * DefaultVirtualDirectory.cs: implemented missing bits.
  100. * DefaultVirtualFile.cs: fix ctor scope.
  101. * DefaultVirtualPathProvider.cs: implemented GetFile and GetDirectory.
  102. 2006-02-01 Gonzalo Paniagua Javier <[email protected]>
  103. * DefaultVirtualDirectory.cs:
  104. * DefaultVirtualPathProvider.cs:
  105. * VirtualFile.cs:
  106. * DefaultVirtualFile.cs: almost done with the default
  107. VirtualPathProvider which just maps to on-disk directories/files.
  108. 2006-02-01 Gonzalo Paniagua Javier <[email protected]>
  109. * SimpleWorkerRequest.cs: implemented RootWebConfigPath.
  110. * HostingEnvironment.cs: implemented RegisterVirtualPathProvider and
  111. a few other defaults.
  112. 2006-01-30 Gonzalo Paniagua Javier <[email protected]>
  113. * AppManagerAppDomainFactory.cs: stubbed out.
  114. * ApplicationInfo.cs:
  115. * ApplicationManager.cs: add 2 new classes.
  116. 2006-01-30 Gonzalo Paniagua Javier <[email protected]>
  117. * VirtualPathProvider.cs: implemented OpenFile.
  118. * VirtualFile.cs: removed stuff cut&pasted from VirtualDirectory.
  119. * SimpleWorkerRequest.cs:
  120. * HostingEnvironment.cs: class status fixes.
  121. 2006-01-30 Gonzalo Paniagua Javier <[email protected]>
  122. * IProcessHostFactoryHelper.cs:
  123. * IProcessPingCallback.cs:
  124. * IProcessHost.cs:
  125. * IProcessHostSupportFunction.cs:
  126. * IHttpWorkerRequestHandler.cs:
  127. * IQueueHost.cs:
  128. * IApplicationHost.cs: removed all this. They are not longer part of the
  129. public API.
  130. 2006-01-25 Gonzalo Paniagua Javier <[email protected]>
  131. * VirtualDirectory.cs:
  132. * VirtualPathProvider.cs:
  133. * VirtualFileBase.cs:
  134. * VirtualFile.cs: implemented this base classes.
  135. * HostingEnvironment.cs: implemented a few properties by using the ones
  136. in HttpRuntime.
  137. 2006-01-24 Konstantin Triger <[email protected]>
  138. * ServletWorkerRequest.jvm.cs: convert .invoke requests to PathInfo,
  139. remove ToUpper usage.
  140. 2006-01-19 Konstantin Triger <[email protected]>
  141. * ServletWorkerRequest.jvm.cs: refactoring.
  142. 2005-11-28 Robert Jordan <[email protected]>
  143. * SimpleWorkerRequest.cs: fixed MapPath () for the case
  144. app_virtual_dir.Length == 1 && path.Length == 1.
  145. * SimpleWorkerRequest.cs: implemented SendResponseFromMemory ().
  146. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  147. * ApplicationHost.cs: make this work with paths that that
  148. contain non-ASCII characters. Fixes bug #76807.
  149. 2005-11-02 Chris Toshok <[email protected]>
  150. * HostingEnvironment.cs: completely NIE'ed implementation of
  151. HostingEnvironment, just to get an MS example provider to compile.
  152. 2005-11-01 Gonzalo Paniagua Javier <[email protected]>
  153. * ApplicationHost.cs: use the AbsolutePath from the Uri to remove the
  154. schema prefix if present.
  155. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  156. * SimpleWorkerRequest.cs: all tests pass now.
  157. 2005-09-26 Gonzalo Paniagua Javier <[email protected]>
  158. * ApplicationHost.cs: append a directory separator char to the physical
  159. path. Fixes bug #76187.
  160. 2005-09-21 Gonzalo Paniagua Javier <[email protected]>
  161. * SimpleWorkerRequest.cs: fix GetUriPath() for paths ending in '/'.
  162. 2005-09-10 Sebastien Pouliot <[email protected]>
  163. * AppDomainFactory.cs: Added LinkDemand for Minimal. Added Demand for
  164. UnmanagedCode on ctor. Added TODO on unimplemented method.
  165. * ApplicationHost.cs: Added LinkDemand for Minimal. Added Demand for
  166. UnmanagedCode on ctor. Removed duplicate null checks.
  167. * ISAPIRuntime.cs: Fixed inheritance (added MarshalByRefObject and
  168. IRegisteredObject) for 2.0. Added LinkDemand for Minimal. Added Demand
  169. for UnmanagedCode on ctor.
  170. * SimpleWorkerRequest.cs: Added LinkDemand and InheritanceDemand (not
  171. sealed) for Minimal. Added Demands for UnmanagedCode on ctors. Added
  172. FileIOPermission for PathDiscovery before returning processed paths.
  173. 2005-09-10 Gonzalo Paniagua Javier <[email protected]>
  174. * ApplicationHost.cs: set the domain's DynamicBase property instead of
  175. guessing it in BaseCompiler.
  176. 2005-09-08 Eyal Alalouf <[email protected]>
  177. * ServletWorkerRequest.jvm.cs: Implement SendResponseFromFile
  178. 2005-07-24 Eyal Alalouf <[email protected]>
  179. * ServletWorkerRequest.jvm.cs: Put Console.WriteLine in #if DEBUG
  180. 2005-07-18 Eyal Alalouf <[email protected]>
  181. * Added ServletWorkerRequest.jvm.cs
  182. 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
  183. * IISAPIRuntime.cs: GUID changed.
  184. 2004-08-03 Atsushi Enomoto <[email protected]>
  185. * IApplicationHost.cs : missing namespace import.
  186. 2004-08-02 Duncan Mak <[email protected]>
  187. * IApplicationHost.cs (MapPath): Add [In] attribute.
  188. * IAppManagerAppDomainFactory.cs:
  189. * IProcessHostSupportFunction.cs: signature fixes.
  190. 2004-08-02 Duncan Mak <[email protected]>
  191. * IApplicationHost.cs:
  192. * IHttpWorkerRequestHandler.cs:
  193. * IProcessHost.cs:
  194. * IProcessHostFactoryHelper.cs:
  195. * IProcessHostSupportFunction.cs:
  196. * IProcessPingCallback.cs:
  197. * IQueueHost.cs:
  198. * IRegisteredObject.cs: Added interfaces.
  199. 2004-06-18 Gert Driesen <[email protected]>
  200. * IAppDomainFactory.cs: added missing marshalling attributes
  201. * IISAPIRuntime.cs: added missing marshalling attributes
  202. 2004-05-14 Gonzalo Paniagua Javier <[email protected]>
  203. * AppDomainFactory.cs: set the Dynamic base for the AppDomain.
  204. 2004-03-18 Gonzalo Paniagua Javier <[email protected]>
  205. * SimpleWorkerRequest.cs: patch from Aleksey Demakov that fixes
  206. MapPath when the virtual directory is the root virtual directory.
  207. 2004-01-14 Andreas Nahr <[email protected]>
  208. * IISAPIRuntime.cs: Fixed wrong attribute
  209. 2004-01-11 Andreas Nahr <[email protected]>
  210. * SimpleWorkerRequest.cs: Added missing attribute
  211. * IISAPIRuntime.cs: Added attributes, fixed signature
  212. * IAppDomainFactory.cs: Added attributes, fixed signature
  213. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  214. * ApplicationHost.cs: set hostingInstallDir.
  215. * SimpleWorkerRequest.cs: implemented a couple of properties.
  216. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  217. * SimpleWorkerRequest.cs: fixed GetFilePathTranslated and added a
  218. paranoid condition to ExtractPathInfo.
  219. 2003-06-25 Eric Lindvall <[email protected]>
  220. * SimpleWorkerRequest.cs:
  221. -adds PATH_INFO support
  222. - updates GetFilePathTranslated() to make use of Path.Combine()
  223. - gets rid of the null check in GetPathInfo() (we're setting
  224. _PathInfo to String.Empty now)
  225. - fixed CreatePath() so that it doesn't return String.Empty if
  226. the _AppVirtualPath is not "/" (to match MS runtime -- does
  227. anyone know why it was returning String.Empty?)
  228. 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
  229. * AppDomainFactory.cs: hacks to work-around our buggy System.Uri.
  230. 2003-03-17 George Kodinov <[email protected]>
  231. * AppDomainFactory.cs: place the correct full path for Web.config when
  232. in Application host
  233. 2003-02-17 Gonzalo Paniagua Javier <[email protected]>
  234. * AppDomainFactory.cs: Web.config takes precedence over web.config.
  235. * ApplicationHost.cs: removed hacks to work around an old bug.
  236. 2003-02-04 Tim Haynes <[email protected]>
  237. * SimpleWorkerRequest.cs: changed the initialised values of
  238. _App{Install,Virtual}Path variables
  239. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  240. * System.Web.Hosting/SimpleWorkerRequest.cs: we are now able to compile
  241. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  242. 2002-09-26 Gonzalo Paniagua Javier <[email protected]>
  243. * ApplicationHost.cs:
  244. * SimpleWorkerRequest.cs: workaround for bug #31245.
  245. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  246. * ApplicationHost.cs: little fixes.
  247. 2002-08-20 Gonzalo Paniagua Javier <[email protected]>
  248. * ApplicationHost.cs: use Assembly instead of Module.
  249. 2002-08-05 Gonzalo Paniagua Javier <[email protected]>
  250. * AppDomainFactory.cs: implemented.
  251. * ApplicationHost.cs: implemented.
  252. * SimpleWorkerRequest.cs: a few little fixes and reformatted. It's now
  253. fully implemented.
  254. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  255. * AppDomainFactory.cs:
  256. * IAppDomainFactory.cs:
  257. * IISAPIRuntime.cs:
  258. * ISAPIRuntime.cs: make them compile.
  259. 2002-04-10 Patrik Torstensson <[email protected]>
  260. * ApplicationHost.cs: Test implementation to support testing.
  261. * SimpleWorkerRequest.cs: Rewrite and a almost full implementation.
  262. 2001-08-30 Bob Smith <[email protected]>
  263. * AppDomainFactory.cs: Stubbed.
  264. * ApplicationHost.cs: Stubbed.
  265. * IAppDomainFactory.cs: Stubbed.
  266. * IISAPIRuntime.cs: Stubbed.
  267. * ISAPIRuntime.cs: Implemented.
  268. * SimpleWorkerRequest.cs: Implemented.