dear all:

I have used the struts 2.1.6 for a long time.

but now, my boss give a new development task to me,

because I love to try a new thing, so  I want to update jar lib to  struts 
2.2.3,  just try, but find some bugs.

I have a url ' http://127.0.0.1/main/a/' which is  mapping to a default index 
action,so this url really forward to  ' http://127.0.0.1/main/a/index.do' 

but now .I visit this url, it is not work,I have tracked the http log.So 
Unimaginable.

visit the url http://127.0.0.1/main/    
Redirect to http://127.0.0.1/main//     
Redirect to http://127.0.0.1/main///    
Redirect to http://127.0.0.1/main////   
Redirect to http://127.0.0.1/main/////  
Redirect to http://127.0.0.1/main////// 
Redirect to http://127.0.0.1/main///////        
Redirect to http://127.0.0.1/main////////       
Redirect to http://127.0.0.1/main/////////      
Redirect to http://127.0.0.1/main//////////     
Redirect to http://127.0.0.1/main///////////    
Redirect to http://127.0.0.1/main////////////   
Redirect to http://127.0.0.1/main/////////////  
.
util
.
Redirect to 
http://127.0.0.1/main//////////////////////////////////////////////////////////////////////////////////////////////////////
 

I think it  is a bug Although  I have finded a solution that set the 
'struts.mapper.alwaysSelectFullNamespace=true'


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to