Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #65

Merged
merged 4 commits into from
Jun 21, 2016
Merged

Master #65

merged 4 commits into from
Jun 21, 2016

Conversation

fduarte42
Copy link
Contributor

Added JsonServer example

@@ -118,7 +118,7 @@ protected function getServiceUri()
{
$uri = GeneralUtility::getIndpEnv('TYPO3_REQUEST_URL');
$parts = parse_url($uri);
$parts['query'] = 'eID=JsonServer&server=' . $this->serverKey;
$parts['query'] = 'eID=JsonServer&server=' . $this->serverKey;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why you reset this change: #59
?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw you explicit set this: fed22a5

So I merge your example extension.... thanks

Copy link
Contributor Author

@fduarte42 fduarte42 Jun 21, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did change it in the SoapServer, but in the JsonServer it is wrong.

So SoapServer needs encoded Ampersand, but JsonServer does not.

#59 is the SoapServer change. Here it is changed in the JsonServer

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh... thanks for your contribution. Patch is merged.

@lochmueller lochmueller merged commit 1d4bf6b into lochmueller:master Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants