summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/App_Code
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-11-12 23:55:26 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-11-12 23:55:26 -0800
commit96622db842f7762dc440c321bf7dc1a7a75e1d4f (patch)
tree08b21f0cbc788ea65284880009a77298e13dbbe6 /samples/OAuthServiceProvider/App_Code
parent6c7a41277312bfc42aabf5ecbe5fc58e99243f37 (diff)
downloadDotNetOpenAuth-96622db842f7762dc440c321bf7dc1a7a75e1d4f.zip
DotNetOpenAuth-96622db842f7762dc440c321bf7dc1a7a75e1d4f.tar.gz
DotNetOpenAuth-96622db842f7762dc440c321bf7dc1a7a75e1d4f.tar.bz2
StyleCop fixes.
Diffstat (limited to 'samples/OAuthServiceProvider/App_Code')
-rw-r--r--samples/OAuthServiceProvider/App_Code/Global.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/OAuthServiceProvider/App_Code/Global.cs b/samples/OAuthServiceProvider/App_Code/Global.cs
index d32d9a7..10b3cba 100644
--- a/samples/OAuthServiceProvider/App_Code/Global.cs
+++ b/samples/OAuthServiceProvider/App_Code/Global.cs
@@ -96,6 +96,7 @@ public class Global : HttpApplication {
if (!appPath.EndsWith("/")) {
appPath += "/";
}
+
// This will break in IIS Integrated Pipeline mode, since applications
// start before the first incoming request context is available.
// TODO: fix this.