mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Modify docs for t:urlDecodeUni. (See #122)
This commit is contained in:
parent
a627e96c75
commit
3fbf2b93c9
@ -3035,8 +3035,10 @@ SecRule <emphasis role="bold">XML:/xq:employees/employee/name/text()</emphasis>
|
|||||||
|
|
||||||
<para>In addition to decoding %xx like <literal
|
<para>In addition to decoding %xx like <literal
|
||||||
moreinfo="none">urlDecode, urlDecodeUni also </literal>decodes<literal
|
moreinfo="none">urlDecode, urlDecodeUni also </literal>decodes<literal
|
||||||
moreinfo="none"> <literal>%uXXXX</literal> </literal>encoding (only the
|
moreinfo="none"> <literal>%uXXXX</literal> </literal>encoding. If the
|
||||||
lower byte will be used, the higher byte will be discarded).</para>
|
code is in the range of FF01-FF5E (the full width ASCII codes), then the
|
||||||
|
higher byte is used to detect and adjust the lower byte. Otherwise, only
|
||||||
|
the lower byte will be used and the higher byte zeroed.</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -4495,4 +4497,4 @@ SecRule XML "<emphasis role="bold">@validateSchema /path/to/apache2/conf/xml.xsd
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
Loading…
x
Reference in New Issue
Block a user