[GitHub] tomcat pull request: fix: MethodParameters_attribute's parameters_...

2014-07-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/tomcat/pull/12


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[GitHub] tomcat pull request: fix: MethodParameters_attribute's parameters_...

2014-07-17 Thread labes
GitHub user labes opened a pull request:

https://github.com/apache/tomcat/pull/12

fix: MethodParameters_attribute's parameters_count  is only 1 byte long

JDK 8 specification, 4.7.24 The MethodParameters Attribute
http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.24

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/labes/tomcat patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tomcat/pull/12.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #12


commit 5c991ff22c451b1276094d242f1cb9646a2df30b
Author: Francesco Komauli 0x1a...@gmail.com
Date:   2014-07-17T14:57:32Z

fix: MethodParameters_attribute's parameters_count value is only one byte 
long

JDK 8 specification, 4.7.24 The MethodParameters Attribute
http://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.24




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org