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

[dev.icinga.com #10191] String methods cannot be invoked on an empty string #3204

Closed
icinga-migration opened this issue Sep 22, 2015 · 2 comments
Labels
area/configuration DSL, parser, compiler, error handling bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/10191

Created by gbeutner on 2015-09-22 09:23:52 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2015-09-22 09:25:04 +00:00)
Target Version: 2.3.11
Last Update: 2015-10-13 11:00:20 +00:00 (in Redmine)

Icinga Version: 2.3.10
Backport?: Already backported
Include in Changelog: 1

String.prototype.test = function() { }
"".test()

-> Fails because Icinga internally does the equivalent of 'null.test()'.

Changesets

2015-09-22 09:24:00 +00:00 by (unknown) ad6c8ea

Fix: String methods cannot be invoked on an empty string

fixes #10191

2015-10-13 10:59:40 +00:00 by (unknown) 11d778d

Fix: String methods cannot be invoked on an empty string

fixes #10191
@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-09-22 09:25:04 +00:00

  • Status changed from New to Resolved
  • Done % changed from 0 to 100

Applied in changeset ad6c8ea.

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-10-13 11:00:20 +00:00

  • Target Version changed from 2.4.0 to 2.3.11
  • Backport? changed from TBD to Yes

@icinga-migration icinga-migration added bug Something isn't working area/configuration DSL, parser, compiler, error handling labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.3.11 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/configuration DSL, parser, compiler, error handling bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant