Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan committed Nov 4, 2011
1 parent a82b057 commit 1ac66ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
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 1ac66ea

Please sign in to comment.