Opened 13 years ago
Last modified 13 years ago
#31 new defect
Track down and squash strange character in searchsubs
Reported by: | Kris Deugau | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Version: | Keywords: | ||
Cc: |
Description
$webvar{searchsubs} is legitimately set from two form elements, so that "turn it off" can be detected.
This apparently results in a strange character between the defined 'n' of the hidden form field and the 'y' for the checkbox:
n�y
nedit converts this to \ufffdy
.
hexdump -C reports:
00000000 27 ef bf bd 79 27 0a |'...y'.|
This makes it troublesome to properly strip extra glop.
The current workaround will result in any glop maliciously or accidentally added to searchsubs that contains a 'y' or 'n' causing it to be enabled. This is suboptimal but mostly just annoying.
Note:
See TracTickets
for help on using tickets.
(In [176]) /trunk