[JBoss JIRA] Created: (RF-4043) Richfaces doesn't encodeURL links to most a4j_3_2_1-SNAPSHOT resources
by Stephen Kinser (JIRA)
Richfaces doesn't encodeURL links to most a4j_3_2_1-SNAPSHOT resources
----------------------------------------------------------------------
Key: RF-4043
URL: https://jira.jboss.org/jira/browse/RF-4043
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: SUSE Linux 10.2
Firefox 3.0.1
Reporter: Stephen Kinser
Here's an http session as reported by livehttpheaders:
GET /console2/
GET /console2/j_security_check;jsessionid=D33E4B323AA5C5B7FAED5688E23FF724?j_password=AAAACGtpbnNlcnNoAAAACTEyNy4wLjAuMQAAABTJXEus6ptOSJJLMmzTVnlXbf46nw%3D%3D&j_username=kinsersh
GET /console2/a4j_3_2_1-SNAPSHOTorg/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAG7XfWmJXT5DGkAFuYEdQ__.xhtml;jsessionid=D33E4B323AA5C5B7FAED5688E23FF724
GET /console2/style.css;jsessionid=D33E4B323AA5C5B7FAED5688E23FF724
GET /console2/a4j_3_2_1-SNAPSHOTorg.ajax4jsf.javascript.AjaxScript.xhtml
GET /console2/a4j_3_2_1-SNAPSHOTorg/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAG7XfWmJXT5DGkAFuYEdQ__.xhtml;jsessionid=D33E4B323AA5C5B7FAED5688E23FF724
GET /console2/a4j_3_2_1-SNAPSHOTorg/ajax4jsf/javascript/scripts/form.js.xhtml
GET /console2/a4j_3_2_1-SNAPSHOTorg.ajax4jsf.javascript.PrototypeScript.xhtml
GET /console2/a4j_3_2_1-SNAPSHOTscripts/scriptaculous/effects.js.xhtml
GET /console2/a4j_3_2_1-SNAPSHOTorg/richfaces/renderkit/html/script/processEffect.js.xhtml
GET /console2/images/mozilla_blu.gif;jsessionid=D33E4B323AA5C5B7FAED5688E23FF724
GET /console2/images/fatal.png;jsessionid=D33E4B323AA5C5B7FAED5688E23FF724
GET /console2/images/logolarge.gif;jsessionid=D33E4B323AA5C5B7FAED5688E23FF724
See that jsessionid is not included for links to /a4j_3_2_1-SNAPSHOT* content, except for .xcss content. The end result is that session tracking doesn't work for these resources, which isn't much of a concern unless a blanket security constraint for *.xhtml is in place and cookie tracking is disabled. The workaround is for me to explicitly secure JSF pages and leave /a4j_3_2_1-SNAPSHOT* content public.
Here's content in the <head> section of my project's index.xhtml page:
<link rel='stylesheet' class='component' type='text/css' href='a4j_3_2_1-SNAPSHOTorg/richfaces/renderkit/html/css/basic_classes.xcss/DATB/eAG7XfWmJXT5DGkAFuYEdQ__.xhtml;jsessionid=1F6058B576CD88CC89E0BAE59BF70B2E' /><link rel='stylesheet' class='component' type='text/css' href='a4j_3_2_1-SNAPSHOTorg/richfaces/renderkit/html/css/extended_classes.xcss/DATB/eAG7XfWmJXT5DGkAFuYEdQ__.xhtml;jsessionid=1F6058B576CD88CC89E0BAE59BF70B2E' /><link rel='stylesheet' class='user' type='text/css' href='style.css;jsessionid=1F6058B576CD88CC89E0BAE59BF70B2E' /><script type='text/javascript' src='a4j_3_2_1-SNAPSHOTorg.ajax4jsf.javascript.AjaxScript.xhtml'></script><script type='text/javascript' src='a4j_3_2_1-SNAPSHOTorg/ajax4jsf/javascript/scripts/form.js.xhtml'></script><script type='text/javascript' src='a4j_3_2_1-SNAPSHOTorg.ajax4jsf.javascript.PrototypeScript.xhtml'></script><script type='text/javascript' src='a4j_3_2_1-SNAPSHOTscripts/scriptaculous/effects.js.xhtml'></script>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months
[JBoss JIRA] Created: (RF-4067) tabPanel: selectedTab attribute can't accept value from resources file
by Tatyana Romanovich (JIRA)
tabPanel: selectedTab attribute can't accept value from resources file
----------------------------------------------------------------------
Key: RF-4067
URL: https://jira.jboss.org/jira/browse/RF-4067
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.BETA3
facelets
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
1. Create tested application with code:
<rich:tabPanel selectedTab="#{msg.selected}" switchType="client">
<rich:tab label="First" >
Here is tab #1
</rich:tab>
<rich:tab label="Second" name="second">
Here is tab #2
</rich:tab>
<rich:tab label="Third" name="third">
Here is tab #3
</rich:tab>
</rich:tabPanel>
resources file:
selected=third
2. Run application on the server, open in any browser and verify selectedTab
FAILURE: it isn't third tab, it's first (default) tab
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months
[JBoss JIRA] Created: (RF-4066) tab: name attribute can't accept value from resources.properties
by Tatyana Romanovich (JIRA)
tab: name attribute can't accept value from resources.properties
----------------------------------------------------------------
Key: RF-4066
URL: https://jira.jboss.org/jira/browse/RF-4066
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF-3.2.2.BETA3
facelets
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
Attachments: StackTrace.txt
1. Create tested application with code:
<rich:tabPanel switchType="client">
<rich:tab label="First" >
Here is tab #1
</rich:tab>
<rich:tab label="Second" name="#{msg.tab2}">
Here is tab #2
</rich:tab>
<rich:tab label="Third" name="#{msg.tab3}">
Here is tab #3
</rich:tab>
</rich:tabPanel>
resources file:
tab2=second
tab3=third
2. Run application and try to open page in the any browser:
FAILURE: An Error Occurred:java.lang.NullPointerException: (see attached file)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months
[JBoss JIRA] Created: (RF-3918) progressBar: Incorrectly works if to set minValue=0 maxValue=10 value=10 (ajax mode)
by Tatyana Romanovich (JIRA)
progressBar: Incorrectly works if to set minValue=0 maxValue=10 value=10 (ajax mode)
------------------------------------------------------------------------------------
Key: RF-3918
URL: https://jira.jboss.org/jira/browse/RF-3918
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: jsp
tomcat 6
FF, IE 6, IE 7
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
Attachments: progressBarWithText.png
1. Go to the test application
2. Select progressBar component on the RichFaces page
3. Set
value=10
minValue=0
maxValue=10
mode=ajax
FAILURE: see attached file
1. Create any jsp page with progressBar component:
<rich:progressBar value="100" minValue="0" maxValue="100">
<h:outputText value="Min value is {minValue}, current value is {value}, max value is {maxValue}"/>
</rich:progressBar>
2. Run application and preview tested page:
FAILURE: see attached file
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months