Skip to content

Commit

Permalink
Merge pull request #8 from stephanh/master
Browse files Browse the repository at this point in the history
Minor Readme update
  • Loading branch information
timperrett committed Nov 4, 2011
2 parents a82b057 + 1ac66ea commit 15c7986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -12,7 +12,7 @@ First, add the SBT dependency:
resolvers += "apache.repo" at "https://repository.apache.org/content/repositories/snapshots/"
</code></pre>

Next, you need to add this to the web.xml within your project in order to initialise the Shiro context when your application receives a request:
Next, you need to add this to the web.xml within your project in order to initialise the Shiro context when your application receives a request. You need to add this above the lift filter and filter-map. Otherwise, login redirection will not work.

<pre><code> <listener>
<listener-class>org.apache.shiro.web.env.EnvironmentLoaderListener</listener-class>
Expand Down

0 comments on commit 15c7986

Please sign in to comment.