Commit c7c18ff7f9ff2396726f1bb1f6d5de12bab22242
1 parent
da4a9f61
Exists in
master
and in
1 other branch
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%2…
…0Web/Fontes/avaliador-api@10459 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/main/java/br/com/checker/emag/core/ContentEvaluation.java
... | ... | @@ -283,8 +283,8 @@ public class ContentEvaluation extends Evaluation{ |
283 | 283 | |
284 | 284 | String regex = "^(https?|ftp|file)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]+$"; |
285 | 285 | |
286 | - if(!IsMatch(href,regex)) | |
287 | - return true; | |
286 | + //if(!IsMatch(href,regex)) | |
287 | + //return true; | |
288 | 288 | |
289 | 289 | try { |
290 | 290 | String[] test = href.split("\\../"); | ... | ... |