lksudha / gravl

Automatically exported from code.google.com/p/gravl
0 stars 0 forks source link

exception on updating blog entry #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add new blog entry with some tags
2. update blog entry and remove tags
3.

What is the expected output? What do you see instead?

i have exception : 

controller.BlogEntryController Removing existing tag named: test"

java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
        at java.util.HashMap$KeyIterator.next(HashMap.java:827)
        at BlogEntryController.fixTags(BlogEntryController.groovy:25)
        at BlogEntryController.this$2$fixTags(BlogEntryController.groovy)
        at BlogEntryController$_closure3.doCall(BlogEntryController.groovy:86)
        at BlogEntryController$_closure3.call(BlogEntryController.groovy)

What version of the product are you using? On what operating system?

gravl 0.5 from trunk run on Ubuntu 7.04

Please provide any additional information below.

Original issue reported on code.google.com by ductrung...@gmail.com on 28 Mar 2008 at 11:52