[JBoss JIRA] (WFLY-2265) WebUtils#getRealPath("config-data/TESTDEV") cannot be resolved to absolute file path
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-2265?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar updated WFLY-2265:
------------------------------
Fix Version/s: 8.0.0.CR1
(was: 8.0.0.Beta1)
> WebUtils#getRealPath("config-data/TESTDEV") cannot be resolved to absolute file path
> ------------------------------------------------------------------------------------
>
> Key: WFLY-2265
> URL: https://issues.jboss.org/browse/WFLY-2265
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Undertow)
> Affects Versions: 8.0.0.Beta1
> Environment: Windows 7
> Reporter: zhihong liu
> Assignee: Tomaz Cerar
> Labels: jboss
> Fix For: 8.0.0.CR1
>
> Original Estimate: 3 weeks
> Remaining Estimate: 3 weeks
>
> In windows , when use the WebUtils.getRealPath("config-data/TESTDEV") , it returns error message : ServletContext resource [/config-data/TESTDEV] cannot be resolved to absolute file path.
> but WebUtils.getRealPath("/") can return the true path . that is to say , this method can't parse the backslash followed by a string . but it works good in linux/unix .
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (WFLY-2284) HttpServletRequest.getQueryString() returns null for forwarded requests
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-2284?page=com.atlassian.jira.plugin.... ]
Stuart Douglas resolved WFLY-2284.
----------------------------------
Fix Version/s: 8.0.0.CR1
Resolution: Done
> HttpServletRequest.getQueryString() returns null for forwarded requests
> -----------------------------------------------------------------------
>
> Key: WFLY-2284
> URL: https://issues.jboss.org/browse/WFLY-2284
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Web (Undertow)
> Affects Versions: 8.0.0.Beta1
> Reporter: Christian Kaltepoth
> Assignee: Stuart Douglas
> Fix For: 8.0.0.CR1
>
> Attachments: forward-query.zip
>
>
> When a request gets forwarded to another Servlet, {{HttpServletRequest.getQueryString()}} returns null, even if the original request contains query parameters.
> From Servlet 3.1 spec 9.4.1:
> {quote}
> The request dispatching mechanism is responsible for aggregating query string parameters when forwarding or including requests.
> {quote}
> The attached sample project demonstrates the problem:
> If you request {{/first?foo=bar}}, the corresponding servlet will forward the request to {{/second}}. The second servlet will get these values:
> {code}
> request.getRequestURI(): /forward-query/second
> request.getParameter("foo"): bar
> request.getQueryString(): null
> {code}
> In JBoss AS 7.1.1 and Tomcat the result looks like this:
> {code}
> request.getRequestURI(): /forward-query/second
> request.getParameter("foo"): bar
> request.getQueryString(): foo=bar
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (JGRP-1722) Improve performance of ENCRYPT protocol
by Martin Gencur (JIRA)
Martin Gencur created JGRP-1722:
-----------------------------------
Summary: Improve performance of ENCRYPT protocol
Key: JGRP-1722
URL: https://issues.jboss.org/browse/JGRP-1722
Project: JGroups
Issue Type: Enhancement
Affects Versions: 3.4
Reporter: Martin Gencur
Assignee: Bela Ban
A stress tests with the following setup showed that performance (reads and writes/sec) is halved when ENCRYPT protocol is enabled:
Infinispan had distributed sync cache with 2 owners on 4 nodes, no transactions. The stress test used 10 threads on each node accessing 1024 byte entries, no conflicts on keys, 20 % writes, 80 % reads.
It would be great if we could improve the performance of ENCRYPT protocol.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months