On Fri, Feb 20, 2015 at 11:47 AM, Charles Karow wrote:
> We got a lot of these a few months ago, and in every case they were from
> the then-current version of Chrome:
>
> Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko)
> Chrome/39.0.2171.71 Safari/537.36
>
> At the tim
We got a lot of these a few months ago, and in every case they were from
the then-current version of Chrome:
Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/39.0.2171.71 Safari/537.36
At the time I interviewed a few of the users, who were using the
auto-fill
Digging deeper, looking at the form src. I'm seeing the following ex
String[] values = request.getParameters(FORM_DATA);
if (!request.getMethod().equals("POST") || values == null)
throw new RuntimeException(messages.format("core-invalid-form-request",
FORM_DATA));
Is there any way to know which
I also found this article related to android. Again I'm not very familiar
with this stuff, so please forgive me if it's unrelated.
http://stackoverflow.com/questions/8587913/what-exactly-does-urlconnection-setdooutput-affect
On Fri, Feb 20, 2015 at 11:04 AM, George Christman
wrote:
> Some furth
Some further research has turned up this
http://stackoverflow.com/questions/8187188/android-4-0-ics-turning-httpurlconnection-get-requests-into-post-requests
I also posted the following question on SO
http://stackoverflow.com/questions/28632632/browser-turning-a-post-request-into-a-get?noredirect
On Fri, Feb 20, 2015 at 9:31 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Fri, 20 Feb 2015 12:15:55 -0200, George Christman <
> gchrist...@cardaddy.com> wrote:
>
> So the question is how is the user able to force the browser to load that
>> url in the address bar, "I assumin
On Fri, 20 Feb 2015 12:15:55 -0200, George Christman
wrote:
So the question is how is the user able to force the browser to load that
url in the address bar, "I assuming its being loaded in the address bar"?
Is there a bug in the form component or could the user have some sort of
browser sett
I know this has been an on going topic, but I have yet to see a solid
solution for this, so I'm re-posting the question with some additional
information.
Myself as well as many others have seen the following exception popup
numerous times.
Forms require that the request method be POST and that th
Hi Daniel,
>From my point of view, it is one of the strength of Tapestry not to abstract
>the web away. A proper understanding of web technologies is the foundation to
>build robust, fast and maintainable applications.
I've seen entire teams struggling with all sorts of issues just because they