Issue Details (XML | Word | Printable)

Key: BAM-1298
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Brydie McCoy [Atlassian]
Reporter: Ajay Sridhar [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Bamboo

Bamboo does't URL encode "\"

Created: 30/May/07 09:03 PM   Updated: 17/Jun/07 11:02 PM
Component/s: Dashboard, User Interface
Affects Version/s: 1.1.1
Fix Version/s: 1.2

Time Tracking:
Not Specified

Issue Links:
Duplicate
 
Reference
 

Participants: Ajay Sridhar [Atlassian] and Brydie McCoy [Atlassian]
Since last comment: 1 year, 16 weeks, 5 days ago
Number of comments: 1
Internal Work Bucket: Confirmed
Labels:


 Description  « Hide
When viewing authors on a windows domain such as "BAMBOO\User", the \ is not URL encoded.

This results in:

Version: 1.1.1
Build: 304
Build Date: 17-May-2007

Stack Trace: javax.servlet.ServletException: No page associated with this URI: /browse/author/QFTI/DavorB
at com.atlassian.bamboo.filter.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:83)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:833)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285)
at java.lang.Thread.run(Unknown Source)

Note: This is not an issue with firefox as it "magically" URL encodes the "\". We recommend viewers to use firefox as a work around till this issue is resolved.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brydie McCoy [Atlassian] added a comment - 17/Jun/07 11:01 PM
Hi,

I have put a fix in to ensure that backslashes in author names are url encoded. Changes will be included in the next release.

Cheers,
Brydie