Content
View differences
Updated by Jens Ulferts almost 11 years ago
Caused by There is a bug in a library used (rack 1.4.6), creating work packages in a project having a lot rack 1.4.6 counting every form multipart against the threshold of possible watchers and/or custom fields file multiparts.
This can lead to a unexpected 500
**Steps to reproduce**
- Project with responses when e.g. a lot (\>= 128 members) of members and/or custom fields
- Go to work package new
- Fill is created in the required fields
- Send the form
**Expected**
- Work package created a project with response 200
**Actual**
- Work package not created and response is 500
**Background**
https://github.com/rack/rack/pull/814 many possible watchers.
This
**Steps to reproduce**
- Project with
- Go to work package new
- Fill
- Send the form
**Expected**
- Work package created
**Actual**
- Work package not created and response is 500
**Background**
https://github.com/rack/rack/pull/814