<?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_RE1</id>
		<title>AppSensor DetectionPoint RE1 - 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_RE1"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=AppSensor_DetectionPoint_RE1&amp;action=history"/>
		<updated>2026-04-25T04:33:39Z</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_RE1&amp;diff=84225&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_RE1&amp;diff=84225&amp;oldid=prev"/>
				<updated>2010-06-01T14:27:29Z</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 RE1. &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. something like TRACE is the request method (valid, but not for this app)&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>