-
Notifications
You must be signed in to change notification settings - Fork 16
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
[FEATURE] Properties File Escaping #214
Commits on Jul 29, 2019
-
[FEATURE] Properties File Escaping
serveResources uses stringEscaper to escape .properties files.
Configuration menu - View commit details
-
Copy full SHA for 695beb6 - Browse repository at this point
Copy the full SHA 695beb6View commit details -
Adjust implementation according to latest changes in builder
Default is "ISO-8859-1"
Configuration menu - View commit details
-
Copy full SHA for a5da8ef - Browse repository at this point
Copy the full SHA a5da8efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9167d8 - Browse repository at this point
Copy the full SHA c9167d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e32dabb - Browse repository at this point
Copy the full SHA e32dabbView commit details -
Rename encoding property option
propertiesFileEncoding -> propertiesSourceFileEncoding
Configuration menu - View commit details
-
Copy full SHA for 9832dd3 - Browse repository at this point
Copy the full SHA 9832dd3View commit details -
Change property name for encoding
propertiesSourceFileEncoding -> propertiesFileSourceEncoding
Configuration menu - View commit details
-
Copy full SHA for 87a7474 - Browse repository at this point
Copy the full SHA 87a7474View commit details -
serve resources now uses normal content-type independent from file type
No special logic for properties files regarding charset and type.
Configuration menu - View commit details
-
Copy full SHA for 12a47a0 - Browse repository at this point
Copy the full SHA 12a47a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6aea6 - Browse repository at this point
Copy the full SHA cd6aea6View commit details -
Restructure serveResources tests to simplify them
Fix test messages in main.js
Configuration menu - View commit details
-
Copy full SHA for 04f7f74 - Browse repository at this point
Copy the full SHA 04f7f74View commit details -
Add comment to serveResource test
The resource is drained because it is piped in the serveResources middleware. Therefore the getStream and pipe functionality is stubbed. Such that its content can be compared in the test.
Configuration menu - View commit details
-
Copy full SHA for 62dd62f - Browse repository at this point
Copy the full SHA 62dd62fView commit details