Thomas Mayer
Thomas Mayer
By looking at the EntityContext, I assume that blanks stemming from TableNodes _sometimes_ are converted to null. In other cases, blanks are not converted to null: ``` Scenario: Test behat...
I'm using Magicento 3.1.4, PhpStorm 2017.2.4, Magento 1.9.3 I have PHP execution in place:  Magicento then finds _some_ of the getters (e.g. `getAdditionalData`):  Some other getters are not...
This is an enhancement against JsqlParser version 1.0.0: For predicate extraction, I have a use case which needs to distinguish between all sorts of `BinaryExpression`s (I only want relational operators)....
Mail servers with [DANE](https://tools.ietf.org/html/rfc6698) support can - check if the receiving server supports TLS on port 25 in a trustworthy manner (via DNSSEC-secured TLSA RR) - optionally allow verifiable self-signed...
I figured out that exim has support for [OCSP stapling](http://www.exim.org/exim-html-current/doc/html/spec_html/ch-encrypted_smtp_connections_using_tlsssl.html#SECID184). Would be great if Courier-MTA had support for OCSP stapling, too. Use case: E.g. Let's Encrypt has an option `--must-staple`...
This is a tracking bug which keeps you informed about the progress in making MetaSEO compatible to TYPO3 9 LTS (aka 9.5.x). If you want to stay informed (in the...
**MetaSEO version**: 3.0.0 **TYPO3 version**: 8 PR from @ipf > #501 fixes the issue, that executing the updater script in the TYPO3 8 backend results in a fatal error, because...
If custom subdirectory is configured with config.absRefPrefix, fullUrl returns wrong absolute uri
If config.absRefPrefix is used, fullUrl returns wrong absolute uri Reported by @Teddytrombone via PR #353 : Example: `config.absRefPrefix = /test/` results in `http://example.com/test/test/page/` instead of `http://example.com/test/page` PR #353 should work...
As a follow-up to #122, @MrMooky reported via #122: > I know this is quite old, but we're still having issues with that. The following does not use the translation:...