[TYPO3-dev] EXT Extension uploader (extension_uploader) - no upload to TER

Helmut Hummel helmut.hummel at typo3.org
Tue Sep 17 14:00:33 CEST 2013


Hi Steffen,

On 17.09.13 13:03, Steffen Gebert wrote:

> Indeed, we are running "proxy_intercept_errors on", which will catch
> errors 500-504 in our configuration.
>
> I could deactivate this globally, but I found this feature pretty nice.

It definetly makes sense. I would not disable it completely.

> So maybe we just disable it for the that one URL? (which is
> /wsdl/tx_ter_wsdl.php or index.php?id=ter ?)
>
>>          location /wsdl/tx_ter_wsdl.php {
>>                  proxy_pass      http://backend_srv107;
>>
>>                  # disable the interception of error pages sent by the backend server for TER SOAP
>>                  # otherwise uploaders cannot see correct error messages (e.g. that no version constraint is set)
>>                  proxy_intercept_errors  off;
>>          }

http://typo3.org/wsdl/tx_ter_wsdl.php only outputs a static file (with a 
URL replacement) no SOAP action is done here.

http://typo3.org/index.php?id=ter is where the soap action happens and 
the URL which would need to be excluded.

> What do you think?

Would be nice to have, if it is not much work.

Kind regards,
Helmut

-- 
Helmut Hummel
Release Manager TYPO3 6.0
TYPO3 Core Developer, TYPO3 Security Team Member

TYPO3 .... inspiring people to share!
Get involved: typo3.org



More information about the TYPO3-dev mailing list