[
https://jira.jboss.org/jira/browse/JBPM-2289?page=com.atlassian.jira.plug...
]
Alejandro Guizar resolved JBPM-2289.
------------------------------------
Resolution: Won't Fix
The SOA distribution of jBPM is tuned for production deployment and maps this servlet to a
URL pattern in the secured area. In consequence, the upload servlet is no longer able to
accept GPD deployment requests, as GPD does not support authentication.
To reenable GPD deployment, map the servlet to the path expected by the GPD, namely
"/upload/*".
Upload servlet path is not aligned with the GPD defaults
--------------------------------------------------------
Key: JBPM-2289
URL:
https://jira.jboss.org/jira/browse/JBPM-2289
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 3.2.5.SP5
Reporter: Martin Putz
Assignee: Alejandro Guizar
Fix For: jBPM 3.2.7
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
The default configuration in the jbpm-jpdl-3.2.5SP5 package defines the path to the GPD
deployer servlet as /app/upload in
/deploy/server/default/deploy/jbpm/jsf-console.war/WEB-INF/web.xml:
<servlet-mapping>
<servlet-name>GDP Deployer Servlet</servlet-name>
<url-pattern>/app/upload/*</url-pattern>
</servlet-mapping>
This doesn't match with the defaults in the GPD/JBDS, and should thus be changed to
<url-pattern>/upload/*</url-pattern>.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira