Author: krasnov
Date: 2008-02-06 08:22:32 -0500 (Wed, 06 Feb 2008)
New Revision: 95019
Modified:
trunk/mcs/class/System.Web/System.Web.J2EE/ChangeLog
trunk/mcs/class/System.Web/System.Web.J2EE/J2EEConsts.cs
Log:
* J2EEConsts.cs: added portal url prefixes
Modified: trunk/mcs/class/System.Web/System.Web.J2EE/ChangeLog
===================================================================
--- trunk/mcs/class/System.Web/System.Web.J2EE/ChangeLog 2008-02-06
13:10:08 UTC (rev 95018)
+++ trunk/mcs/class/System.Web/System.Web.J2EE/ChangeLog 2008-02-06
13:22:32 UTC (rev 95019)
@@ -1,3 +1,7 @@
+2008-02-06 Vladimir Krasnov <[EMAIL PROTECTED]>
+
+ * J2EEConsts.cs: added portal url prefixes
+
2007-08-14 Vladimir Krasnov <[EMAIL PROTECTED]>
* PageMapper.cs: fixed comparer in NormalizeName
Modified: trunk/mcs/class/System.Web/System.Web.J2EE/J2EEConsts.cs
===================================================================
--- trunk/mcs/class/System.Web/System.Web.J2EE/J2EEConsts.cs 2008-02-06
13:10:08 UTC (rev 95018)
+++ trunk/mcs/class/System.Web/System.Web.J2EE/J2EEConsts.cs 2008-02-06
13:22:32 UTC (rev 95019)
@@ -59,5 +59,8 @@
public const string FILESYSTEM_ACCESS = "WebFileSystemAccess";
public const string ACCESS_FULL = "Full";
public const string ACCESS_VIRTUAL = "Virtual";
+
+ public const string ACTION_URL_PREFIX = "ActionURL:";
+ public const string RENDER_URL_PREFIX = "RenderURL:";
}
}
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches