Author: deepak
Date: Thu Jan 11 05:49:53 2018
New Revision: 1820823

URL: http://svn.apache.org/viewvc?rev=1820823&view=rev
Log:
Fixed: Shipping Label printing not working (OFBIZ-10153)
Added viewShipmentLabel in http-request map so that pdf will be able to print 
the shipping lable.

Modified:
    ofbiz/ofbiz-framework/trunk/framework/webapp/config/url.properties

Modified: ofbiz/ofbiz-framework/trunk/framework/webapp/config/url.properties
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webapp/config/url.properties?rev=1820823&r1=1820822&r2=1820823&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webapp/config/url.properties 
(original)
+++ ofbiz/ofbiz-framework/trunk/framework/webapp/config/url.properties Thu Jan 
11 05:49:53 2018
@@ -22,7 +22,7 @@
 
 # If you want to use HTTP then set no.http=N. Else all requests will use HTTPS 
(also enforced by a HSTS header) except if put in the http.request-map.list  
 no.http=Y
-http.request-map.list=SOAPService,xmlrpc
+http.request-map.list=SOAPService,xmlrpc,viewShipmentLabel
 
 # HTTPS Port (Secure port)
 port.https.enabled=Y


Reply via email to