<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=AppSensor_DetectionPoint_RE2</id>
		<title>AppSensor DetectionPoint RE2 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/index.php?action=history&amp;feed=atom&amp;title=AppSensor_DetectionPoint_RE2"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=AppSensor_DetectionPoint_RE2&amp;action=history"/>
		<updated>2026-04-26T09:48:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=AppSensor_DetectionPoint_RE2&amp;diff=84226&amp;oldid=prev</id>
		<title>John Melton: created</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=AppSensor_DetectionPoint_RE2&amp;diff=84226&amp;oldid=prev"/>
				<updated>2010-06-01T14:28:07Z</updated>
		
		<summary type="html">&lt;p&gt;created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here is some sample code that can be used to detect RE2. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
//the execution of this line will create an exception if an attack is found - ie. invalid text is the request method (not valid for HTTP 1.1 request method)&lt;br /&gt;
boolean isValid = AttackDetectorUtils.verifyValidRequestMethod(myServletRequest, AttackDetectorUtils.POST); &lt;br /&gt;
if (! isValid) {&lt;br /&gt;
    notify user ...&amp;amp;nbsp;???&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>John Melton</name></author>	</entry>

	</feed>