Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
ofbiz-directcontrolservlet
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b910d789
authored
2015-09-01 16:45:28 -0500
by
Ean Schuessler
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
#6039 remove trailing whitespace
1 parent
173fd3df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/com/brainfood/ofbiz/DirectControlServlet.java
src/com/brainfood/ofbiz/DirectControlServlet.java
View file @
b910d78
...
...
@@ -178,10 +178,10 @@ public class DirectControlServlet extends HttpServlet {
}
context
.
put
(
"data"
,
data
);
}
else
if
(
contentType
!=
null
&&
contentType
.
indexOf
(
"multipart/form-data"
)
!=
-
1
)
{
// Create a factory for disk-based file items
// Create a factory for disk-based file items
DiskFileItemFactory
factory
=
new
DiskFileItemFactory
();
// Configure a repository (to ensure a secure temp location is used)
// Configure a repository (to ensure a secure temp location is used)
ServletContext
servletContext
=
config
.
getServletContext
();
File
repository
=
(
File
)
servletContext
.
getAttribute
(
"javax.servlet.context.tempdir"
);
...
...
Please
register
or
sign in
to post a comment