ChangeLog 15 KB

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