-
Notifications
You must be signed in to change notification settings - Fork 4k
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
In Java, specify empty string results in undefined makes Cloudfront unusable #815
Comments
I have resorted to using the L1 |
From the sound of it, that'll be an if (property) Which should have been an if (property !== undefined) Somewhere in that construct. |
It's not - in the code it uses === undefined correctly. |
Well huh. Wonder if it's a jsii bug somewhere. |
I'll try to have a look at this one soon-ish. May be |
Okay - this is fixed by #801, which is not yet released (aka 0.10.0 doesn't have the fix). The next release will have this problem solved. |
To elaborate a bit more - this particular fix slipped right after we published the |
I if do:
This will result in:
This is obviously undesired behaviour and there doesn't appear to be a way to work around it.
The text was updated successfully, but these errors were encountered: