Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-03-16 17:44:21 +0000
committerJesse McConnell2012-03-16 17:44:21 +0000
commitfc1e57a315fe5c2e4bf665b2c4763924483e4ece (patch)
treefd9dd169e0920a68e7f813dc9829a86f4acef0e0 /jetty-security
parent7842e9c101a693b2c0d7da88f069ade46d2e0296 (diff)
downloadorg.eclipse.jetty.project-fc1e57a315fe5c2e4bf665b2c4763924483e4ece.tar.gz
org.eclipse.jetty.project-fc1e57a315fe5c2e4bf665b2c4763924483e4ece.tar.xz
org.eclipse.jetty.project-fc1e57a315fe5c2e4bf665b2c4763924483e4ece.zip
fix line in spnego readme
Diffstat (limited to 'jetty-security')
-rw-r--r--jetty-security/src/main/config/etc/README.spnego7
1 files changed, 2 insertions, 5 deletions
diff --git a/jetty-security/src/main/config/etc/README.spnego b/jetty-security/src/main/config/etc/README.spnego
index 6bc2123290..0b4cc5b7ab 100644
--- a/jetty-security/src/main/config/etc/README.spnego
+++ b/jetty-security/src/main/config/etc/README.spnego
@@ -12,7 +12,7 @@ The easiest place to put these lines are in the start.ini file.
For debugging the spengo authentication the following options are helpful:
-Dorg.eclipse.jetty.LEVEL=debug
--Dsun.security.spnego.debug=all
+-Dsun.security.spnego.debug=true
Spengo Authentication is enabled in the webapp with the following setup.
@@ -59,7 +59,4 @@ embedded, via the jetty.xml or in a context file for the webapp.
</New>
</Set>
<Set name="checkWelcomeFiles">true</Set>
- </Get>
-
-
-8 \ No newline at end of file
+ </Get> \ No newline at end of file

Back to the top