Trevor Grant has shared a document on Google Docs with you

2017-05-03 Thread trevor . d . grant
Trevor Grant has invited you to view the following document: Open in Docs

Re: Access hidden fields array

2017-05-03 Thread Tobias Soloschenko
Hi, thanks a lot for the clarification. I changed the implementation to access the parameter with brackets, now. Everything is working like expected. kind regards Tobias - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache

Re: Access hidden fields array

2017-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tobias, On 5/3/17 6:48 AM, Tobias Soloschenko wrote: > The reason why I used the brackets was that in some cases > (browsers) only the first value was returned. (Even if there were > more then one hidden field with that name) This is incorrect. Bro

Re: /.well-known Hidden directory url returns 404

2017-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ian, On 5/2/17 2:15 PM, Ian Brown wrote: > Solved/Worked-around !! (Although there might be a better way) Many > Thanks to Mark and Christopher! > > As Mark indicated the solution is very simple, but what worked on > my system is slightly, but crit

Re: Access hidden fields array

2017-05-03 Thread tomcat
Hi again. First, on this list please do not top-post. See : http://tomcat.apache.org/lists.html#tomcat-users Important --> 6 I have reformated your message according to that. > 2017-05-03 12:05 GMT+02:00 André Warnier (tomcat) : On 03.05.2017 11:23, Tobias Soloschenko wrote: Hello everyon

Re: Access hidden fields array

2017-05-03 Thread Tobias Soloschenko
Hi, thanks for the detailed answer. The reason why I used the brackets was that in some cases (browsers) only the first value was returned. (Even if there were more then one hidden field with that name) Also mentioned here: http://stackoverflow.com/a/6547234 - PHP is also resolving the variable

Re: Access hidden fields array

2017-05-03 Thread tomcat
On 03.05.2017 11:23, Tobias Soloschenko wrote: Hello everyone, I just updated to tomcat 8.0.43 and I noticed a special behavior I want to discuss. (I don't know if this only occurs with this version) When I add two hidden fields within a form like: I just thought to access the parameter v

Access hidden fields array

2017-05-03 Thread Tobias Soloschenko
Hello everyone, I just updated to tomcat 8.0.43 and I noticed a special behavior I want to discuss. (I don't know if this only occurs with this version) When I add two hidden fields within a form like: I just thought to access the parameter values within the java api like String[] myArray

Re: http to https redirect 301

2017-05-03 Thread tomcat
On 03.05.2017 09:23, Yuval Schwartz wrote: Thanks, comments below. On Tue, May 2, 2017 at 10:43 AM, Mark Thomas wrote: On 02/05/2017 07:51, Yuval Schwartz wrote: Thanks, remarks below. On Tue, May 2, 2017 at 12:12 AM, Mark Thomas wrote: On 01/05/17 14:23, Yuval Schwartz wrote: Tomcat ve

Re: http to https redirect 301

2017-05-03 Thread Yuval Schwartz
Thanks, comments below. On Tue, May 2, 2017 at 10:43 AM, Mark Thomas wrote: > On 02/05/2017 07:51, Yuval Schwartz wrote: > > Thanks, remarks below. > > > > On Tue, May 2, 2017 at 12:12 AM, Mark Thomas wrote: > > > >> On 01/05/17 14:23, Yuval Schwartz wrote: > >>> Tomcat version: 8.0.22 > >>> jd