[geeklog-devel] GL selectable between HTML and XHTML

Joe Mucchiello joe at ThrowingDice.com
Sat Nov 24 07:17:45 EST 2007


At 03:58 AM 11/24/2007, Dirk Haun wrote:
>And a somewhat unrelated side note:
>
>-<form action="{poll_vote_url}" name="Vote" method="POST">
>+<form action="{poll_vote_url}" name="Vote" method="post">
>
>Not sure if this was ever resolved, but this is actually a clash between
>the XHTML specification and the HTTP specification where the former asks
>for lower-case and the latter requires upper-case. Shouldn't make a
>difference in practice, though.

That's not an issue at all. The browser is responsible for following 
the HTTP spec and so it should use the method attribute to tell 
whether to POST or GET the request but it has no reason to care 
whether you spell that post or POST or Post or POst or PoSt or all 
the other combinations. It would be a very sloppily written 
user-agent that took the form's method attribute and copied it's text 
into the HTTP request.


----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com 




More information about the geeklog-devel mailing list