-
-
Notifications
You must be signed in to change notification settings - Fork 639
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
Integrate the mobile-boilerplate
Apache configs
#43
Comments
alrra
added a commit
that referenced
this issue
Oct 16, 2014
Ensure that `.bbaw` text¹ files will: * be served with the `application/x-bb-appworld` media type * have their character encoding specified as `UTF-8` * not be served with any of the `HTML` document related headers * not be compressed (since they only contain a number¹, the application ID, compressing them will only make the file size bigger) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ¹ From: http://docs.blackberry.com/en/developers/deliverables/18168/BlackBerry_Browser-Feature_and_Technical_Overview--1214041-0804111258-001-6.0-US.pdf: `.bbaw` - "A text file that contains the application ID for an application found in the BlackBerry App World™ storefront." - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Ref: #43
alrra
added a commit
that referenced
this issue
Oct 16, 2014
Ensure that `.xloc` text files will: * be served with the `text/vnd.rim.location.xloc ` media type * have their character encoding specified as `UTF-8` * be compressed (they are basically XML files, therefore, they compress quite nicely) * not be served with any of the `HTML` document related headers Ref: http://www.manualslib.com/manual/368494/Blackberry-Java-Development-Environment-Gps-And-Maps-Development-Guide.html?page=28 http://docs.blackberry.com/en/developers/deliverables/18168/BlackBerry_Browser-Feature_and_Technical_Overview--1214041-0804111258-001-6.0-US.pdf Ref: #43
Thanks @alrra! |
alrra
added a commit
to h5bp/mobile-boilerplate
that referenced
this issue
Oct 20, 2014
This commit also removes the mobile specific server configs as those configs were integrated into the `Apache Server Configs`. Ref: h5bp/server-configs-apache#43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Integrate whatever is useful from the Apache configs from the
mobile-boilerplate
repository:.bbaw
(done in 352fb62).xloc
(done in 20000d1).sisx
(not really worth adding + as of Apachev2.3.3
it is included by default).sis
(not really worth adding + as of Apachev2.3.3
it is included by default)Cache-Control "no-transform"
(this is already done)The text was updated successfully, but these errors were encountered: