Author: deepak
Date: Thu Jan 11 05:51:10 2018
New Revision: 1820824

URL: http://svn.apache.org/viewvc?rev=1820824&view=rev
Log:
Applied fix from trunk for revision: 1820823 
===

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/branches/release17.12/   (props changed)
    
ofbiz/ofbiz-framework/branches/release17.12/framework/webapp/config/url.properties

Propchange: ofbiz/ofbiz-framework/branches/release17.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jan 11 05:51:10 2018
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/ofbiz-framework/trunk:1819499,1819598,1819800,1819805,1819811,1820038,1820262,1820374-1820375,1820441,1820457,1820644,1820658,1820790
+/ofbiz/ofbiz-framework/trunk:1819499,1819598,1819800,1819805,1819811,1820038,1820262,1820374-1820375,1820441,1820457,1820644,1820658,1820790,1820823

Modified: 
ofbiz/ofbiz-framework/branches/release17.12/framework/webapp/config/url.properties
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/framework/webapp/config/url.properties?rev=1820824&r1=1820823&r2=1820824&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/branches/release17.12/framework/webapp/config/url.properties
 (original)
+++ 
ofbiz/ofbiz-framework/branches/release17.12/framework/webapp/config/url.properties
 Thu Jan 11 05:51:10 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