-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
I am the funny special char and break the whole system #28
Comments
I don't think this is a server problem - I'm sending funny special chars in my GELF messages and the server is ingesting them just fine. However, any time the web interface tries to render messages, it dies. SO shouldn't this be files under web-interface instead? |
You are right but this is filed in the server because I am thinking of skipping every field that is not alphanumeric when received by the server. |
Meaning special characters other than "_" will not be allowed in GELF -Christopher On Sun, Mar 13, 2011 at 3:42 PM, lennartkoopmann
|
Yes. That's what I'd suggest for now to keep things easy. |
@lennartkoopmann is the following error indicative of this issue?
|
@lusis no, this is another issue: this means that you tried to send in a chunked GELF message with more than 128 chunks. that is not supported. the libraries should limit that and the server should throw a more explanatory message. :) |
Duplicate ticket in JIRA. The GitHub issue tracker is begin closed. |
* Migrate to Netty 4.1 * avoid creating a pooled buffer copy inside the aggregator method the buffer slice in question will be copied anyway, and for some reason creating the copy sometimes triggered a buffer leak warning although nothing seems to be wrong
This occurrence of ChannelBuffer was missed in the original Netty 4 PR (#28)
This commit enriches messages with the ISO country code and city name, if there is geo information of an IP address. They will be saved in the corresponding `<fieldname>_country_code` and `<fieldname>_city_name` fields. Closes #10
The first try block caught a too specific version of the IllegalArgumentException, allowing the exception to unwind too much. Properly return null or the default value in this case. Fixes #28 (cherry picked from commit fc5b8a543f47ba85f9e9e65b98ddca3066994602)
Not only reserved words break mongo_mapper but also special characters like '-' or '/'. Let's finally fix this stupid issue.
The text was updated successfully, but these errors were encountered: