[GitHub] metron issue #1142: METRON-1712: PCAP UI Input validation

2018-08-08 Thread tiborm
Github user tiborm commented on the issue: https://github.com/apache/metron/pull/1142 Thanks for the review! ---

[GitHub] metron issue #1142: METRON-1712: PCAP UI Input validation

2018-08-08 Thread merrimanr
Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/1142 This has been merged. Can you close @tiborm? ---

[GitHub] metron issue #1142: METRON-1712: PCAP UI Input validation

2018-08-08 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1142 +1 pending Travis, thanks for the fixes, this is a great quality of life improvement! ---

[GitHub] metron issue #1142: METRON-1712: PCAP UI Input validation

2018-08-08 Thread tiborm
Github user tiborm commented on the issue: https://github.com/apache/metron/pull/1142 You're right. Copy paste issue. Fixed. Thanks! ---

[GitHub] metron issue #1142: METRON-1712: PCAP UI Input validation

2018-08-08 Thread tiborm
Github user tiborm commented on the issue: https://github.com/apache/metron/pull/1142 Thanks, Justin! I replaced the regexp for IP validation and added new tests to cover that functionality. Nice catch! I was unable to reproduce the port validation issue you reported.

[GitHub] metron issue #1142: METRON-1712: PCAP UI Input validation

2018-08-08 Thread justinleet
Github user justinleet commented on the issue: https://github.com/apache/metron/pull/1142 Hmm, the port errors seem to have been a browser caching issue on the page. I looked at again and it validate ports properly. Sorry for the false alarm. ---