This is from the page source:

1. from the HTTP web site:
<form action="http://MySite/myApp/foo.bar.baz"; enctype="multipart/form-data"
id="baz" method="post" name="baz">
<input name="t:formdata" type="hidden"
value="H4sIAAAAAAAAAK2SQU4CMRSGnyS4QTQx8Qa6HUAlMRhDSAwrYkgmHKDTKVhT2tq+Edh4FE9gvAQLd97BA7h15cKZKYMSFzCDq+n86fve19c+f0B50oKLgRaKhH1lcKgEV62QIeGChTpLPKrG2jLBKFqMwpm3WBtoKjPyiCb0lnlINLNoZs14u2GCB15ALPM6QRwSil3ORHjsM4z0yWBeeT96/SrBTg8qVEk0StyQMUM47N2RB1ITRI5qPhouR5dTjbDrOm5p28lr2zeKMmv9KBhza7mS85fwfPj59FYCmOpJG67y22CQfmV8XHsPjwAIFQz8JEtGsDU0YZYnHWgXoYTMUsM1xkfN5KoYXP+k/wB2gg2orecsV7+nVV2m6bzyg4oIDOP8r0A3TguAnMAZNNbXRemO5X+mcBCtVhaCOY06eBtcKJGUCVefOey50BXnx7jup1Df5DlJ5DJiq/33s3hhUACVOnwDj5ULeAcFAAA=">

2. from the HTTPS web site:
<form action="foo.bar.baz" enctype="multipart/form-data" id="baz"
method="post" name="baz">
<input name="t:formdata" type="hidden"
value="H4sIAAAAAAAAAK2SQU4CMRSGnyS4QTQx8Qa6HUAlMRhDSAwrYkgmHKDTKVhT2tq+Edh4FE9gvAQLd97BA7h15cKZKYMSFzCDq+n86fve19c+f0B50oKLgRaKhH1lcKgEV62QIeGChTpLPKrG2jLBKFqMwpm3WBtoKjPyiCb0lnlINLNoZs14u2GCB15ALPM6QRwSil3ORHjsM4z0yWBeeT96/SrBTg8qVEk0StyQMUM47N2RB1ITRI5qPhouR5dTjbDrOm5p28lr2zeKMmv9KBhza7mS85fwfPj59FYCmOpJG67y22CQfmV8XHsPjwAIFQz8JEtGsDU0YZYnHWgXoYTMUsM1xkfN5KoYXP+k/wB2gg2orecsV7+nVV2m6bzyg4oIDOP8r0A3TguAnMAZNNbXRemO5X+mcBCtVhaCOY06eBtcKJGUCVefOey50BXnx7jup1Df5DlJ5DJiq/33s3hhUACVOnwDj5ULeAcFAAA=">

So the formdata part is identical.  The difference is that with the HTTP
site the form action contains the fully-qualified URL, whereas the HTTPS
site does not include the server and app names.

Any clues, anyone?

Eric


Eric Ma wrote:
> 
> Running version 5.0.15.
> 
> Form submission works well in HTTP.  Under HTTPS, T5 complains "Error:
> Forms require that the request method be POST and that the t:formdata
> query parameter have values.".
> 
> It seems 5.0.15 introduced a feature to block form GET.  See
> https://issues.apache.org/jira/browse/TAPESTRY-2563.  
> 
> Any suggestions how to work around this?
> 
> Thanks,
> 

-- 
View this message in context: 
http://www.nabble.com/-T5--Form-submission-via-POST-and-problem-under-HTTPS-tp19925747p20015166.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to