Bug #925
Parse error on "global parameters' page
| Status: | Closed | Start: | 05/22/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Web Interface | |||
| Target version: | 1.1 | |||
| Backlog: | No | Difficulity: | ||
| Votes: | 0 |
Description
I attempted to add a few variables that start and end with a single tick.
Upon saving it, that leading and trailing ticks were removed. The ticks in the middle remain.
Example:
I added a Value: of '[a1],[a2],{a3},(a4)','[a1],[a2],{a3},(a4)'
After saving it, the value is: [a1],[a2],{a3},(a4)','[a1],[a2],{a3},(a4)
Also, the 'Add a parameter" page for a host has the same problem.
History
Updated by Paul Kelly almost 2 years ago
- Status changed from New to Assigned
This appears to be related to http://thewebfellas.com/blog/2010/7/15/rails-2-3-8-rack-1-1-and-the-curious-case-of-the-missing-quotes. If so then we need to update rack but that is quite scary so what do you think Ohad?
Updated by Benjamin Papillon 6 months ago
- Status changed from Assigned to Closed
- Target version set to Bug scrub
I tried, Foreman works fine now with a more recent version of rack (1.1.0 here) and this bug is fixed in that version.
