DO NOT REPLY [Bug 5176] - getPathInfo() return wrong path info

2001-12-12 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5176.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5176

getPathInfo() return wrong path info

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2001-12-12 12:11 ---
No reproducible test case has been provided, despite repeated requests.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 5176] - getPathInfo() return wrong path info

2001-12-04 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5176.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5176

getPathInfo() return wrong path info

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2001-12-04 10:38 ---
If your servlet is mapped to /ProcessRequest/*, then
/ActionLogin/style/pawsstyle.css is exactly the right value that getPathInfo()
should be returning.  See the servlet specification, and the corresponding
Javadocs, for more information.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 5176] - getPathInfo() return wrong path info

2001-12-04 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5176.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5176

getPathInfo() return wrong path info

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2001-12-04 17:27 ---
1. regarding Craig's cmments. I read Servlet javadoc and Servlet spec very 
carefully. There is nowhere saying that getPathInfo() could return (or 
construct) information based on a HTML link tag rather than the real path 
info (in request URL)sent to server. It doen't make sence even at CGI level.

2. After further investigation, the problem happens only when the getPathInfo() 
is called twice in the same method. The first time return correct path info, 
the 2nd one return wrong one.

3. After redeploy application, problem goes away, for one developer.

4. After reinstall Tomcat, problem goes away too, for another developer.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 5176] - getPathInfo() return wrong path info

2001-12-04 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5176.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5176

getPathInfo() return wrong path info





--- Additional Comments From [EMAIL PROTECTED]  2001-12-04 17:59 ---
The only way this can get addressed is if you provide a reproducible test case
that illustrates the failure.  Can you create a small servlet that illustrates
your problem, and attach it as an example?

The error you claimed in your original bug report (i.e. that the value
/ActionLogin/style/pawsstyle.css was wrong) was incorrect -- that's why the
bug was marked INVALID.  You clearly seem to have some idea of what you think is
going on -- but unless you can show us what is failing (in other words, to
document what you expect and provide a test case that proves you don't receive
that), I'm going to have to change this to WORKSFORME and close it again (since
getPathInfo() works the way the spec says it should).

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 5176] - getPathInfo() return wrong path info

2001-11-28 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5176.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5176

getPathInfo() return wrong path info





--- Additional Comments From [EMAIL PROTECTED]  2001-11-28 19:48 ---
The code which calculates the pathInfo hasn't changed for more than one year.
I would suggest posting on tomcat-user with more information to make sure this 
is not a user error.
If you still think there's a problem, I would need a test case or a lot more 
details to investigate this further.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]