Search Tips

U.S.: Case of bungled pot raid on tomato-loving family revived anew Tuesday, October 8, 2019

Courthouse News Service

The bizarre case of a Kansas sheriff’s department that mistook tomato plants and loose-leaf tea for evidence of a marijuana grow and accordingly launched a SWAT-style raid on an innocent suburban family will return to a lower court for a third crack at a judgment.

A 10th Circuit panel determined Friday that though the family was given a fair trial, their claims on whether the officers properly executed the warrant remain unheard.

“We remand,” explained U.S. Circuit Judge Joel Carson III, appointed by Donald Trump, in a 48-page opinion. “On the following federal claims: whether defendants [deputies] properly executed the warrant; whether the deputies exceeded the scope of the warrant by searching for evidence of general criminal activity; and whether the deputies prolonged plaintiffs’ detention, thus subjecting them to an illegal arrest.”

Read more at: https://www.courthousenews.com/case-of-bungled-pot-raid-on-tomato-loving-family-revived-anew/

Read the court's opinion at: https://www.courthousenews.com/wp-content/uploads/2019/10/HarteJohnsonCtyKS-10CA-2.pdf

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>