[Spacewalk-devel] [PATCH] WebUI HTTP proxy validator doesn't check for special characters

2012-11-14 Thread Johannes Renner
Hello, I just extended the HostPortValidator class to check proxy hostnames against a regex defining a valid character set. It should allow letters (all languages), numbers, '.' and '-', but no whitespace or any special characters. See my attached patch. Greetings, Johannes -- SUSE LINUX

[Spacewalk-devel] [PATCH] extend API call errata.setDetails to support issue_date and update_date

2012-11-14 Thread Jörg Steffens
Hi, currently, the API allows to create and modify most attributes of erratas, but the functionality for setting the issue- and update-date is missing. The first attached patch adds this functionality to the API call errate.setDetails. The second patch integrates this to

Re: [Spacewalk-devel] [PATCH] WebUI HTTP proxy validator doesn't check for special characters

2012-11-14 Thread Johannes Renner
On 11/14/2012 04:21 PM, Tomas Lestach wrote: On Wednesday 14 of November 2012 15:06:44 Johannes Renner wrote: Hello, I just extended the HostPortValidator class to check proxy hostnames against a regex defining a valid character set. It should allow letters (all languages), numbers, '.' and