Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.41没法找到At()中的路径 #134

Closed
enzozhong opened this issue Jan 31, 2012 · 1 comment
Closed

1.41没法找到At()中的路径 #134

enzozhong opened this issue Jan 31, 2012 · 1 comment
Assignees
Milestone

Comments

@enzozhong
Copy link
Contributor

一个简单的Hello World
@modules(scanPackage = true)
public class Mvc {
}

public class test {

 @At("/xxx")
 @Ok("jsp:newjsp")
 public String run() {
      return "";
 }

}

1.40下可以找到
'/xxx' >> run(...) : String | @ok(jsp:newjsp) @fail(null) | by 0 Filters | (I:UTF-8/O:UTF-8)

可是换成1.41后就找不到了

@ghost ghost assigned wendal Jan 31, 2012
@wendal
Copy link
Member

wendal commented Jan 31, 2012

已经fix了

http://build.sunfarms.net/nutz/lastest/
下载修正版吧

@zozoh zozoh closed this as completed Feb 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants