[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: feedback on live-helper web-frontend



Timo Juhani Lindfors <timo.lindfors@iki.fi> writes:
> "--bootappend:         live-config.keyboard-layouts"
>
> Is something removing everything after the equal sign from this?

I took a look at the source. It seems that

LH_BOOTAPPEND=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])bootappend=[0-9,a-z,A-Z,., ,_,+,-]+' | cut -f 2 -d '=' | head -n1)

does not tolerate equal signs. Does someting else break if we just add
"=" to the list of allowed characters?

-Timo


Reply to: