Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7040169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:53:10+00:00 2026-05-28T01:53:10+00:00

A strange problem occuring in this snippet: class FooController { def barService def update

  • 0

A strange problem occuring in this snippet:

class FooController {

  def barService

  def update = {
    log.debug("I'm getting executed")
    barService.doFoo()
    render "Done"
  }
}

When I now enter http://my.domain.tld/fancyapp/foo/update in a browser (Firefox in my case), the code in update is executed three times.


EDIT 1: barService.doFoo() contains heavy calculations, so it takes quite long to finish.


EDIT 2: @hvgotcodes: no, sorry, no authentication and my UrlMappings.groovy looks like this:

class UrlMappings {
  static mappings = {
    "/$controller/$action?/$id?"{
      constraints {
        // apply constraints here
      }
    }
    "/"(view:"/index")
    "500"(view:'/error')
  }
}

@Jarred: No, only the usual suspects Bootstrap.groovy, BuildConfig.groovy, Config.groovy, DataSource.groovy and UrlMappings.groovy.

Hints anyone?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T01:53:11+00:00Added an answer on May 28, 2026 at 1:53 am

    If the request takes too long the browser may retry the request. If you can improve the performance of your doFoo() method it should only execute once.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this very strange problem while compiling the project. MOC seems to be
I've got this strange problem using py-amqp and the Flopsy module. I have written
Strange problem here... UPDATE After adding a lot more server side debugging, I found
I have this very strange problem on a big flex app where it would
I have this strange problem on my web page where if you click below
Strange problem. My Query looks like SELECT DISTINCT ID, `etcetc`, `if/elses over muliple joined
I have a very strange problem. Under some elusive circumstances I fail to apply
I'm having a strange problem. I have to use GetPostBackEventRefence to force a Postback,
I have a very strange problem, when I try to var_dump (or print_r )
I'm having a strange problem in Visual Studio 2008 where my Pending Checkins window

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.