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

JBIDE-14300 Implementing phonegap's Capture.getFormatData() method #66

Merged
merged 1 commit into from Apr 30, 2013

Conversation

ibuziuk
Copy link
Member

@ibuziuk ibuziuk commented Apr 23, 2013

No description provided.

@@ -56,12 +57,16 @@ public static Server createServer(String resourceBase, int port) {
ServletContextHandler fileUploadContextHandler = new ServletContextHandler(ServletContextHandler.SESSIONS);
ServletHolder uploadFileServletHolder = new ServletHolder(new UploadFileServlet());
uploadFileServletHolder.getRegistration().setMultipartConfig(new MultipartConfigElement(null, 1048576, 1048576, 262144));
fileUploadContextHandler.addServlet(uploadFileServletHolder, "/fileupload");
fileUploadContextHandler.addServlet(uploadFileServletHolder, "/rippleFileUpload");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to /ripple/fileUpload to make it similar to existing /ripple/xhr_proxy servlet.

…aServlet, refactoring, ripple submodule updating (cordova 2.5+ support)
@yradtsevich yradtsevich merged commit e471fa9 into jbosstools:master Apr 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants