ChangeLog 14 KB

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