I have done a search on past messages, but not finding the answer to
my problems.
I have Arora running on the mini2440 (ARM9) platform and really would
like to sort out the following:
- when I send a POST request to my local webserver I get the password
that I use to change information on this page the number of times I
have tried to change, ie 41 times at the moment. I could change the
code on the webserver to handle this problem, but there must be a
better way to do it. It seems like there is some record being keep of
the password AND the record is being added to each time I type in the
password. BTW, Arora did the right thing the first time, but now with
the incorrect password strings it doesn't work properly.
- another issue is that if you do a <refresh> and say yes to resending
the data, then the page that is displayed is an old version of the
actual page being served up. IE incorrect. This sounds like a
<history> issue, but I if clear history and all Private Data the same
thing happens.
- when I highlight and type into my Password box I don't get the
normal black dots for each character entered. I can live with this.
Arora for this machine was built from git within the last week or two.
$ git clone git://
github.com/Arora/arora.git
$ cd arora
$ qmake
$ make
This is the .config for the ARM9 platform
./configure -embedded arm -xplatform qws/linux-arm-g++ -prefix /usr/
local/Qt -qt-mouse-tslib -little-endian -webkit -no-qt3support -no-
cups -no-largefile -nomake examples -optimized-qmake -openssl -nomake
tools -nomake demos
Arora on UBUNTU 9.04 on a x386 seems to behave in a similar way for
POST request. <Refresh> seems to work properly. I just did apt-get
install arora for that.
Could someone point my towards some key words or posts which might
help me out?
Thank you for your time.
Regards,
Dave