details:   https://code.openbravo.com/erp/devel/pi/rev/b84917f47a7f
changeset: 30847:b84917f47a7f
user:      Martin Taal <martin.taal <at> openbravo.com>
date:      Sat Dec 03 12:46:21 2016 +0100
summary:   Related to issue 34331: Support pre-defined allowed domains for 
cross-domain requests
Remove unintended javadoc

diffstat:

 src/org/openbravo/base/secureApp/AllowedCrossDomainsHandler.java |  10 
----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diffs (20 lines):

diff -r 61868ad98868 -r b84917f47a7f 
src/org/openbravo/base/secureApp/AllowedCrossDomainsHandler.java
--- a/src/org/openbravo/base/secureApp/AllowedCrossDomainsHandler.java  Sat Dec 
03 12:32:30 2016 +0100
+++ b/src/org/openbravo/base/secureApp/AllowedCrossDomainsHandler.java  Sat Dec 
03 12:46:21 2016 +0100
@@ -54,16 +54,6 @@
   private Collection<AllowedCrossDomainsChecker> checkers = null;
 
   /**
-   * Returns true if the origin is allowed, in that case the cors headers can 
be set (
-   * {@link #setCORSHeaders(HttpServletRequest, HttpServletResponse)}.
-   * 
-   * @param request
-   * @param origin
-   *          , the origin can be obtained from the request
-   * @return
-   */
-
-  /**
    * Returns true if the origin of the request is allowed, in that case the 
cors headers can be set
    * ( {@link #setCORSHeaders(HttpServletRequest, HttpServletResponse)}.
    * 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to