Bug report #827 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/827> REPORT #827 Details. Project: Struts Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious Confidence: public Environment: Release: 1.0 JVM Release: any Operating System: any OS Release: any Platform: any Synopsis: Locale is set to browser default Description: org.apache.struts.taglib.html.HtmlTag in method doStartTag() // Set the current Locale if necessary if (this.locale && (session.getAttribute(Action.LOCALE_KEY) == null)) { Locale newLocale = pageContext.getRequest().getLocale(); if (newLocale != null) session.setAttribute(Action.LOCALE_KEY, newLocale); } Locale is set to browser default.Title: BugRat Report # 827
BugRat Report # 827
| Project: Struts | Release: 1.0 |
| Category: Bug Report | SubCategory: New Bug Report |
| Class: swbug | State: received |
| Priority: medium | Severity: serious |
|
Confidence:
public
|
Submitter:
Kare Nuorteva ( [EMAIL PROTECTED] )
Date Submitted:
Jan 23 2001, 01:00:11 CST
Responsible:
Z_Struts Alias ( [EMAIL PROTECTED] )
- Synopsis:
- Locale is set to browser default
- Environment: (jvm, os, osrel, platform)
- any, any, any, any
- Additional Environment Description:
- Report Description:
- org.apache.struts.taglib.html.HtmlTag in method doStartTag() // Set the current Locale if necessary if (this.locale && (session.getAttribute(Action.LOCALE_KEY) == null)) { Locale newLocale = pageContext.getRequest().getLocale(); if (newLocale != null) session.setAttribute(Action.LOCALE_KEY, newLocale); } Locale is set to browser default.
- Workaround:
- null
