You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2020/05/21 18:46:27 UTC

svn commit: r1878009 - in /shiro/site/publish: articles.html web.html

Author: bdemers
Date: Thu May 21 18:46:27 2020
New Revision: 1878009

URL: http://svn.apache.org/viewvc?rev=1878009&view=rev
Log:
publishing shiro site

Modified:
    shiro/site/publish/articles.html
    shiro/site/publish/web.html

Modified: shiro/site/publish/articles.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/articles.html?rev=1878009&r1=1878008&r2=1878009&view=diff
==============================================================================
--- shiro/site/publish/articles.html (original)
+++ shiro/site/publish/articles.html Thu May 21 18:46:27 2020
@@ -256,8 +256,6 @@
   <li>
   <p><strong><a href="https://mehmetceliksoy.wordpress.com/2015/06/28/shiro-jdbc-realm/">Custom Apache Shiro JDBC Realm</a></strong> by Mehmet Celiksoy</p></li>
   <li>
-  <p><strong><a href="https://bubba-h57.github.io/H57_Shiro/">Spring MVC + Shiro + myBatis + JSR-303 Validation</a></strong> by Rob Hines et. al. on 2 April 2012.</p></li>
-  <li>
   <p><strong><a href="https://www.zkoss.org/wiki/Small_Talks/2012/March/Securing_ZK_Applications_With_Apache_Shiro">Securing ZK Applications with Apache Shiro</a></strong> by Ashish Dasnurkar on 6 March 2012.</p></li>
   <li>
     <p><strong>Facebook Login with Apache Shiro</strong> by Mike Warren on 28 November 2011</p>
@@ -283,8 +281,6 @@
   <li>
   <p><strong><a href="http://blogs.mulesoft.com/dev/mule-dev/apache-shiro-support-for-mule/">Apache Shiro Support for Mule</a></strong> by Dan Diephouse on 10 January 2011.</p></li>
   <li>
-  <p><strong><a href="http://www.gdevelop.com/blog/2010/12/apache-shiro-on-appengine">Apache Shiro on Google AppEngine</a></strong> by Trung on 13 December 2010.</p></li>
-  <li>
   <p><strong><a href="http://techbeats.deluan.com/apache-shiro-tags-for-jsffacelets">Apache Shiro tags for JSF - Securing Your JSF Pages</a></strong> by Deluan Quintão on 1 November 2010.</p></li>
   <li>
   <p><strong>Shiro DevNexus 2009 Presentation</strong> by Jeremy Haile: (<a href="assets/images/articles/Ki-DevNexus-2009.pdf?version=1&modificationDate=1246602947000">PDF</a>) (<a href="assets/images/articles/Ki-DevNexus-2009.key.zip?version=1&modificationDate=1246602947000">Keynote</a>) (<a href="assets/images/articles/Ki-DevNexus-2009.ppt.zip?version=1&modificationDate=1246602947000">Powerpoint</a>)<br/><input type="hidden" id="ghEditPage" value="articles.md"></input></p></li>

Modified: shiro/site/publish/web.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/web.html?rev=1878009&r1=1878008&r2=1878009&view=diff
==============================================================================
--- shiro/site/publish/web.html (original)
+++ shiro/site/publish/web.html Thu May 21 18:46:27 2020
@@ -423,6 +423,11 @@
     <hr class="message-inner-separator">
     <p>It is usually desirable to define the `ShiroFilter filter-mapping` before any other `filter-mapping` declarations to ensure that Shiro can function in those filters as well.</p>
 </div>
+<div class="alert alert-success">
+    <span class="glyphicon glyphicon-ok"></span> <strong>ShiroFilter default encoding</strong>
+    <hr class="message-inner-separator">
+    <p>The shiro filter is a standard servlet filter, with a default encoding of ISO-8859-1 according to the <a href="https://javaee.github.io/servlet-spec/downloads/servlet-4.0/servlet-4_0_FINAL.pdf">servlet specification</a>. However, the client can choose to send authentication data with a different encoding using the <code>charset</code> attribute of the <code>Content-Type</code> header.</p>
+</div>
 <a name="Web-Custom%7B%7BWebEnvironment%7D%7DClass"></a>
 <h5>Custom <code>WebEnvironment</code> Class</h5>
 <p>By default the <code>EnvironmentLoaderListener</code> will create an <code>IniWebEnvironment</code> instance, which assumes Shiro&rsquo;s INI-based <a href="configuration.html" title="Configuration">Configuration</a>. If you like, you may specify a custom <code>WebEnvironment</code> instance instead by specifying a <code>ServletContext</code> <code>context-param</code> in <code>web.xml</code>:</p>